后置付费
This commit is contained in:
@@ -42,21 +42,46 @@
|
||||
|
||||
.img {
|
||||
position: relative;
|
||||
width: 45%;
|
||||
width: 93%;
|
||||
left: calc((100vw - 96%)/2);
|
||||
height: 420rpx;
|
||||
height: 120rpx;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
|
||||
margin: 20rpx 10rpx 0 10rpx;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
overflow-y: scroll;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.img-photo {
|
||||
width: 10%;
|
||||
height: 85%;
|
||||
border-radius: 12px;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
.center :last-child {
|
||||
.img-time {
|
||||
width: 55%;
|
||||
margin-left: 20rpx;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.img-state {
|
||||
width: 20%;
|
||||
margin-left: 10rpx;
|
||||
font-size: 14px;
|
||||
color: #66c5ff;
|
||||
}
|
||||
|
||||
.img-icon {
|
||||
position: absolute;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
right: 15rpx;
|
||||
}
|
||||
|
||||
.center .img:last-child {
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user