parent
1caed4d11e
commit
77a58a6135
@ -0,0 +1,43 @@ |
|||||||
|
.page { |
||||||
|
padding-bottom: 80rpx; |
||||||
|
} |
||||||
|
|
||||||
|
.curBox { |
||||||
|
background: #fff; |
||||||
|
display: flex; |
||||||
|
justify-content: space-between; |
||||||
|
border-bottom: 1px solid #F5F8F7; |
||||||
|
padding: 20rpx 0 20rpx 20rpx; |
||||||
|
font-size: 28rpx; |
||||||
|
} |
||||||
|
|
||||||
|
.imageBox { |
||||||
|
position: relative; |
||||||
|
display: flex; |
||||||
|
} |
||||||
|
|
||||||
|
.image { |
||||||
|
vertical-align: middle; |
||||||
|
border-radius: 10rpx; |
||||||
|
margin-right: 10rpx; |
||||||
|
width: 280rpx; |
||||||
|
height: 150rpx; |
||||||
|
} |
||||||
|
|
||||||
|
.del { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: center; |
||||||
|
background: red; |
||||||
|
color: #fff; |
||||||
|
width: 100rpx; |
||||||
|
} |
||||||
|
|
||||||
|
.flexdButton { |
||||||
|
position: fixed; |
||||||
|
width: 100%; |
||||||
|
padding: 20rpx; |
||||||
|
left: 0; |
||||||
|
box-sizing: border-box; |
||||||
|
bottom: env(safe-area-inset-bottom); |
||||||
|
} |
Loading…
Reference in new issue