1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .all{
- background-color: #fff;
- height: 100%;
- margin-top: 40rpx;
- border-radius: 20rpx 20rpx 0 0;
- padding-top: 80rpx;
- z-index: 999
- }
- .close{
- position: absolute;
- right: 10rpx !important;
- top: 50rpx !important;
- padding: 20rpx;
- }
- .close image{
- width: 40rpx;
- height: 40rpx;
- }
- .left{
- background: #f1f1f1;
- height: calc(100vh - 212rpx);
- }
- .left .yi{
- padding: 20rpx 24rpx;
- position: relative;
- }
- .left .er{
- border-bottom: 1px solid #f1f1f1;
- background-color: #fff;
- padding: 20rpx 0rpx;
- padding-left: 40rpx;
- position: relative;
- }
- .left .active::before{
- position: absolute;
- content: " ";
- width: 6rpx;
- height: 22rpx;
- background: #26A2FF;
- left: 10rpx;
- top:50%;
- margin-top: -11rpx;
- }
- .left .itemActive{
- color: #26A2FF;
- }
- .right{
- height: calc(100vh - 212rpx);
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 6rpx;
- width: 80%;
- margin: 0 auto;
- padding:6rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .content{
- margin-top: 16rpx;
- border-top: 1px solid #f1f1f1;
- }
- .radio{
- width: 80rpx;
- text-align: center;
- box-sizing: border-box;
- }
- .items{
- padding: 14rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .num{
- font-size: 28rpx;
- }
- .items-top{
- padding:20rpx 28rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .nodata{
- text-align: center;
- padding: 40rpx;
- }
|