2020-06-09 16:17:23 +08:00

233 lines
3.8 KiB
Plaintext

@import "../../../__wuBaseWxss__/0.wxss";
@import "../../../vant/area/index.wxss";
page {
padding-bottom: 50px;
}
.manageList {
min-height: 1px;
}
.manageList .item {
overflow: hidden;
background: #fff;
margin: 10px 10px 0 10px;
padding: 0 10px;
border-radius: 2px;
}
.manageList .top {
position: relative;
height: 36px;
line-height: 36px;
border-bottom: 1px #eee solid;
}
.manageList .top .state {
text-align: right;
position: absolute;
right: 0;
top: 50%;
margin-top: -18px;
}
.manageList .top .state.green {
color: #58ba5b;
}
.manageList .top .state .van-icon {
line-height: 14px;
vertical-align: middle;
margin: -2.6px 2px 0 0;
font-size: 14px;
}
.manageList .top .time {
color: #777;
}
.manageList .top .time text {
font-family: Helvetica;
padding: 0 5px 0 3px;
color: #999;
}
.manageList .top .time text:last-child {
padding-right: 0;
}
.manageList .bot {
position: relative;
}
.manageList .bot .gicon {
padding: 0;
left: 0;
right: auto;
top: 11px;
}
.manageList .bot .gicon view {
border-radius: 2px;
padding: 3px 5px;
margin: 0 5px 0 0;
width: auto;
height: auto;
}
.manageList .bot .gicon view:last-child {
margin: 0;
}
.manageList .bot .gicon .van-icon.stats {
vertical-align: middle;
margin-top: -3px;
font-size: 22px;
margin-right: 2px;
border: 0;
color: #498BF8;
}
.manageList .bot .gicon .van-icon.image {
color: #6a4;
}
.manageList .info {
position: relative;
padding: 10px 0;
border-bottom: solid 1px #eee;
}
.manageList .info .pic {
border: 1px #eee solid;
width: 96px;
height: 76px;
overflow: hidden;
}
.manageList .info .pic image {
width: 100%;
}
.manageList .info .flex-item {
position: relative;
display: block;
margin-left: 10px;
}
.manageList .info .flex-item .tit {
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 16px;
font-size: 12px;
color: #333;
max-height: 32px;
}
.manageList .info .flex-item .note {
color: #999;
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
}
.manageList .info .flex-item .note>view {
position: relative;
}
.manageList .info .flex-item .note>view view {
display: inline-block;
}
.manageList .info .flex-item .note .tright {
position: absolute;
right: 0;
bottom: 0;
}
.manageList .info .flex-item .note .van-icon {
font-size: 14px;
margin-top: -2.6px;
vertical-align: middle;
}
.manageList .info .flex-item .note .text {
padding: 0 2px;
}
.manageList .info .flex-item .money {
font-family: Helvetica;
color: #f60;
padding-right: 2px;
}
.manageList .info .flex-item .money:first-child:before {
content: '¥';
font-size: 12px;
}
.manageAction {
width: 48px;
background: #fafafa;
}
.manageAction .Action-icon {
font-size: 20px;
color: #888;
line-height: 44px;
width: 40px;
text-align: center;
}
.tab-search.van-search {
padding: 5px 5px 5px 10px;
margin-top: 1px;
}
.released {
padding: 10px;
text-align: center;
}
.released .flex-item {
color: #3e98e2;
margin: 10px;
padding: 20px 35px;
border: #cde4f6 1px solid;
font-size: 18px;
border-radius: 6px;
background: #edf6fe;
}
.released .demand .flex-item {
color: #ff8521;
border: #ffe0cc 1px solid;
background: #fff8f4;
}
.released .flex-item:hover {
opacity: .8;
}
.released .title {
color: #666;
font-size: 18px;
line-height: 30px;
}
.released text {
vertical-align: top;
}
.released .van-icon {
font-size: 32px;
display: block;
margin-top: 3px;
}