1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .all2 {
- 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;
- }
- .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;
- }
- .content2 {
- margin-top: 16rpx;
- border-top: 1px solid #f1f1f1;
- background: #f1f1f1;
- height: calc(100vh - 212rpx);
- }
- .ul3 {
- width: 100%;
- background-color: #fff;
- height: 100%;
- }
- .li {
- padding: 24rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .ul3 .li .xia {
- color: #26A2FF !important;
- }
- .shu {
- padding: 14rpx 24rpx;
- background: #fff;
- margin-bottom: 20rpx;
- font-size: 28rpx;
- color: #26A2FF;
- }
- .shu view:last-child {
- color: #ccc;
- }
|