yuminge-app/yun-min-program-plugin-master/packageD/auction/auctioneer-manage/good_manage/good_manage.wxss

167 lines
2.9 KiB
Plaintext

/* packageD/auction/auctioneer-manage/good_manage/good_manage.wxss */
.conBox {
padding: 22rpx 24rpx;
background: #fff;
margin-bottom: 100rpx;
}
.conBox .dlist {
width: 100%;
height: 256rpx;
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.conBox .dlist .img {
width: 254rpx;
height: 256rpx;
border-radius: 10rpx;
}
.conBox .dlist .img image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.conBox .dlist .dlistRight {
margin-left: 18rpx;
flex: 1;
height: 256rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.conBox .dlist .dlistRight .title {
margin-right: 22rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 28rpx;
line-height: 40rpx;
letter-spacing: 0rpx;
color: #000;
}
.conBox .dlist .dlistRight .right_bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-right: 22rpx;
position: relative;
}
.conBox .dlist .dlistRight .more {
position: absolute;
top: -79rpx;
right: -10rpx;
width: 145rpx;
/* height: 70rpx; */
background-color: #979797;
display: flex;
transition: 1s;
border-radius: 10rpx;
justify-content: center;
}
.apc {
opacity: 0;
}
.opc {
opacity: 1;
}
.conBox .dlist .dlistRight .more .morelist {
width: 50%;
text-align: center;
}
.conBox .dlist .dlistRight .right_bottom .mun {
font-size: 20rpx;
font-weight: normal;
font-stretch: normal;
line-height: 40rpx;
letter-spacing: 0rpx;
color: #000;
}
.conBox .dlist .dlistRight .right_bottom .mun .somoney {
font-size: 32rpx;
font-weight: normal;
font-stretch: normal;
line-height: 40rpx;
letter-spacing: 0rpx;
color: #f01818;
}
.conBox .dlist .dlistRight .right_bottom .mun .somoney .money {
font-size: 20rpx;
line-height: 40rpx;
letter-spacing: 0rpx;
color: #f01818;
}
.conBox .dlist .dlistRight .right_bottom .iconfont {
font-size: 37rpx;
color: #999;
}
.conBox .dlist .dlistRight .right_bottom .more .morelist {
font-size: 18rpx;
color: #fff;
line-height: 40rpx;
letter-spacing: 0rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.conBox .dlist .dlistRight .right_bottom .more .morelist .iconfont {
font-size: 37rpx;
height: 45rpx;
margin-top: -9rpx;
color: #fff;
}
.conBox .dlist .dlistRight .right_bottom .more .down {
position: absolute;
bottom: -36rpx;
right: 6rpx;
color: #979797;
}
.btomBox {
height: 96rpx;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
display: flex;
align-items: center;
background: #fff;
justify-content: space-between;
}
.btomBox text {
margin-left: 26rpx;
}
.btomBox view {
margin-right: 41rpx;
width: 186rpx;
height: 60rpx;
background: #ff2c29;
border-radius: 30rpx;
text-align: center;
font-size: 28rpx;
letter-spacing: 0rpx;
color: #fff;
line-height: 60rpx;
}