yuminge-app/yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRelease/cloudRelease.wxss

136 lines
2.4 KiB
Plaintext

/* packageE/others/cloudwarehouse/cloudRelease/cloudRelease.wxss */
#cloudRelease {
overflow: hidden;
}
#cloudRelease .line {
border-top: solid 1rpx #f2f2f2;
}
#cloudRelease .list {
width: 100%;
height: 215.04rpx;
background: #fff;
}
#cloudRelease .list .li {
padding: 28.16rpx 30.08rpx 47.04rpx 29.12rpx;
border-bottom: solid 1rpx #f2f2f2;
display: flex;
justify-content: flex-start;
background: #fff;
}
#cloudRelease .list .li .li_l {
width: 140.16rpx;
height: 140.16rpx;
margin-right: 21.12rpx;
}
#cloudRelease .list .li .li_l image {
width: 140.16rpx;
height: 140.16rpx;
}
#cloudRelease .list .li .li_r {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#cloudRelease .list .li .li_r .li_r_t {
font-size: 28.16rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-align: left;
line-height: 36.16rpx;
}
#cloudRelease .list .li .li_r .li_r_b {
display: flex;
justify-content: space-between;
align-items: center;
}
#cloudRelease .list .li .li_r .li_r_b .num {
font-size: 24rpx;
color: #333;
}
#cloudRelease .list .li .li_r .li_r_b .li_r_b_r {
display: flex;
align-items: center;
font-size: 24rpx;
color: #ee2e2b;
}
van-icon {
margin-top: 10rpx;
}
#cloudRelease .lis {
height: 126.08rpx;
background: #fff;
padding: 28.16rpx 30.08rpx 32rpx 32rpx;
display: flex;
justify-content: space-between;
border-bottom: #f2f2f2 1rpx solid;
}
#cloudRelease .lis .lis_left {
display: flex;
flex-direction: column;
text-align: left;
}
#cloudRelease .lis .lis_right {
font-size: 32rpx;
color: #f15353;
}
#cloudRelease .top_a {
height: 213.12rpx;
background: #ee2e2b;
display: flex;
align-items: center;
padding-left: 49.92rpx;
padding-right: 49.92rpx;
position: relative;
}
#cloudRelease .top_a .top_b {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 56rpx;
background: #f14e4e;
padding-left: 49.92rpx;
display: flex;
align-items: center;
font-size: 24rpx;
color: #fff;
}
#cloudRelease .top_a .top_a_a {
display: flex;
}
#cloudRelease .top_a .top_a_a image {
width: 92.16rpx;
height: 92.16rpx;
background-color: #000;
margin-right: 20.16rpx;
border-radius: 50%;
}
#cloudRelease .top_a .top_a_a .span {
font-size: 32rpx;
color: #fff;
}