| | |
| | | <!-- 底部操作按钮 --> |
| | | <view class="buttom"> |
| | | <button size="mini">重置</button> |
| | | <button size="mini" >组托</button> |
| | | <button size="mini" type="primary">组托</button> |
| | | </view> |
| | | |
| | | </template> |
| | |
| | | .main { |
| | | margin-top: 5rpx; |
| | | margin: 5px 15px 0 15px; |
| | | min-height: 80rpx; |
| | | width: 100%; |
| | | background-color: #FFF; |
| | | display: grid; |
| | | justify-items: center; |
| | | box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5); |
| | | border-radius: 5px; |
| | | .item { |
| | | height: 80rpx; |
| | | width: 90%; |
| | |
| | | } |
| | | } |
| | | .list { |
| | | margin: 5px 15px 0 15px; |
| | | margin: 5px 25px 0 15px; |
| | | min-height: 80rpx; |
| | | display: grid; |
| | | background-color: #FFF; |
| | | grid-template-columns: 550rpx 1fr; |
| | | border-bottom: 1px solid #bbb; |
| | | box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5); |
| | | border-radius: 5px; |
| | | &-left { |
| | | margin-top: 10rpx; |
| | | display: grid; |
| | | grid-template-columns: 1fr 3fr; |
| | | .desc { |
| | |
| | | grid-template-columns: 1fr 1fr; |
| | | align-items: center; |
| | | } |
| | | &:first-child { |
| | | margin-top: 25px; |
| | | } |
| | | &:last-child { |
| | | border:none; |
| | | } |
| | |
| | | } |
| | | } |
| | | .buttom { |
| | | width: 100%; |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | height: 100rpx; |
| | | // background-color: #007aff; |
| | | background-color: #FFF; |
| | | box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ; |
| | | } |