| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* components/newPicker/newPicker.wxss */
- .search {
- width: 78vw;
- text-align: center;
- margin: 30rpx auto;
- height: 80rpx;
- line-height: 80rpx;
- background: #eee;
- }
- .cancel {
- margin: 30rpx auto;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 32rpx;
- color: #999;
- }
- .items {
- height: 100rpx;
- line-height: 100rpx;
- border-bottom: 1rpx solid #eee;
- }
- .df {
- display: flex;
- }
- .jcsa {
- justify-content: space-around;
- }
- .btn {
- padding-left: 20rpx;
- border: 1px solid grey;
- height: 80rpx;
- line-height: 80rpx;
- width: 50vw;
- }
|