77 lines
1.5 KiB
Plaintext
77 lines
1.5 KiB
Plaintext
/* packageE/others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog.wxss */
|
|
#cloudReleaseLog {
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
#cloudReleaseLog .lis {
|
|
height: 257.92rpx;
|
|
padding: 32.96rpx 30.08rpx 28.16rpx 30.08rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top {
|
|
flex: 1;
|
|
border-bottom: 2.88rpx solid #ebebeb;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_l {
|
|
text-align: left;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
justify-content: space-between;
|
|
padding-bottom: 28.16rpx;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_l .lis_top_l_t {
|
|
font-size: 25.92rpx;
|
|
color: #333;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_l .lis_top_l_b {
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_r {
|
|
text-align: right;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
justify-content: space-between;
|
|
padding-bottom: 23.04rpx;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_r .lis_top_r_t {
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_top .lis_top_r .lis_top_r_m {
|
|
font-size: 32rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_bottom {
|
|
display: flex;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_bottom .imgs {
|
|
width: 80rpx;
|
|
height: 80.96rpx;
|
|
background-color: #f2f2f2;
|
|
border-radius: 50%;
|
|
margin-right: 16.96rpx;
|
|
}
|
|
|
|
#cloudReleaseLog .lis .lis_bottom .imgs image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|