1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .all{
- background-color: #fff;
- height: 100%;
- margin-top: 40rpx;
- border-radius: 50rpx 50rpx 0 0;
- padding-top: 80rpx;
- }
- .confirm{
- }
- .close{
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 30rpx;
- top: 70rpx;
- }
- .left{
-
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 20rpx;
- width: 80%;
- margin: 0 auto;
- padding:8rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- font-size: 24rpx;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .content{
- margin-top: 16rpx;
- border-bottom: 1px solid #f1f1f1;
- }
|