| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .hideA {
- height: calc(100% - 310rpx);
- }
- .mli {
- /* border: 1upx solid red; */
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 22rpx 0;
- }
- .lione {
- background-color: #fff;
- /* height: 262upx; */
- padding: 10rpx 40rpx;
- }
- .list_boxs {
- background-color: rgba(84, 80, 80, 0.48);
- position: fixed;
- height: calc(100%);
- width: 100%;
- z-index: 88;
- -webkit-transition: all .5s;
- -o-transition: all .5s;
- transition: all .5s;
- -webkit-transform: translateY(-120%);
- -ms-transform: translateY(-120%);
- transform: translateY(-120%);
- }
- .list_boxs2 {
- background-color: rgba(84, 80, 80, 0.48);
- position: fixed;
- height: calc(100%);
- width: 100%;
- z-index: 88;
- -webkit-transform: translateY(0);
- -ms-transform: translateY(0);
- transform: translateY(0);
- -webkit-transition: all .5s;
- -o-transition: all .5s;
- transition: all .5s;
- }
- .ii {
- width: 30rpx;
- height: 30rpx;
- display: block;
- margin-left: 12rpx;
- }
- .actives {
- color: #F0AD4E;
- }
- .ibox {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .top_kbox {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- background-color: #FFFFFF;
- padding: 28rpx 5%;
- position: fixed;
- top: 0rpx;
- width: 90%;
- z-index: 99;
-
- }
- .boxa {
- padding-top: 84rpx;
- position: relative;
- }
|