123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .all-date{
- overflow: hidden;
- height: 100vh;
- position: fixed;
- left: 0;
- right:0;
- top:80rpx;
- z-index: 5;
- /* background-color: rgba(0,0,0,.7); */
- }
- .date-header{
- background-color: #fff;
- box-shadow:inset 0px 0px 5px #ccc;
- padding-top: 28rpx;
- margin-top: 0rpx;
- transform: translateY(-100%);
- position: fixed;
- left: 0;
- right: 0;
- z-index: 8;
- }
- .date-bottom{
- animation-duration: 0.2s;
- background-color: rgba(0,0,0,.7);
- height: 100%;
- }
- .date-btn view{
- text-align: center;
- padding: 20rpx 0;
- }
- .date-btn view:nth-child(1){
- background-color: #f1f1f1;
- }
- .date-btn view:nth-child(2){
- background-color: #26a2ff;
- color: #fff;
- }
- .data-main{
- margin: 32rpx 0;
- text-align: center;
- }
- .data-main .dateVal{
- color: #26a2ff;
- width: 200rpx;
- padding: 16rpx 0;
- border-bottom: 1px solid #26a2ff;
- display: inline-block;
- }
- .all2{
- background-color: #fff;
- height: 100%;
- margin-top: 40rpx;
- border-radius: 50rpx 50rpx 0 0;
- padding-top: 80rpx;
- z-index: 999
- }
- .close{
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 30rpx;
- top: 70rpx;
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 20rpx;
- width: 80%;
- margin: 0 auto;
- padding:6rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .ul{
- background-color: #fff;
- height: 500rpx;
- }
- .li2{
- height: 100rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .ul .li2 .xia{
- color: #26A2FF !important;
- padding-right: 24rpx
- }
- .shu{
- padding: 14rpx 24rpx;
- background: #fff;
- font-size: 28rpx;
- color: #26A2FF;
- border-bottom: 1px solid #f1f1f1;
- }
- .shu view:last-child{
- color: #ccc;
- }
- .images{
- width:50rpx;height:50rpx; margin:0 10rpx
- }
|