| | |
| | | .main { |
| | | margin: 5px 15px 0 15px; |
| | | margin: 15px 15px 0 15px; |
| | | min-height: 80rpx; |
| | | background-color: #FFF; |
| | | display: grid; |
| | | justify-items: center; |
| | | box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5); |
| | | box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5); |
| | | border-radius: 5px; |
| | | .item { |
| | | height: 80rpx; |
| | |
| | | } |
| | | } |
| | | .list { |
| | | margin: 5px 25px 0 15px; |
| | | margin: 15px 15px 0 15px; |
| | | min-height: 80rpx; |
| | | display: grid; |
| | | background-color: #FFF; |
| | |
| | | background-color: #FFF; |
| | | box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ; |
| | | } |
| | | |
| | | // 输入框 |
| | | .uni-input { |
| | | min-height: 80rpx; |
| | | width: 100%; |
| | | background-color: #f8f8f8; |
| | | box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ; |
| | | position: fixed; |
| | | top: 100px; |
| | | left: 0; |
| | | } |
| | | // #ifdef APP-PLUS |
| | | .uni-input { |
| | | min-height: 80rpx; |
| | | width: 100%; |
| | | background-color: #f8f8f8; |
| | | box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | } |
| | | // #endif |