| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- @import "../Yl_filtrate/index.scss";
- @import "../Yl_filtrate/groud.scss";
- .Yl_nav_box {
- display: flex;
- width: 100vw;
- height: 90rpx;
- background-color: #fff;
- position: sticky;
- top: 0;
- border-bottom: 1px solid #ddd;
- .mian {
- flex: 1;
- display: flex;
- justify-content: space-around;
- overflow: hidden;
- .item {
- width: 216rpx;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- .iconfont {
- font-size: 28rpx;
- margin-right: 4rpx;
- }
- }
- }
- .special {
- justify-content: space-between;
- .item {
- width: auto;
- }
- .special0 {
- text-align: left;
- padding: 0 20rpx;
- }
- .special1 {
- text-align: right;
- padding-left: 20rpx;
- }
- }
- .search {
- width: 90rpx;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- flex-shrink: 0;
- }
- }
- .Yl_search {
- height: 80rpx !important;
- align-items: flex-start;
- }
- .Yl_history {
- width: 100vw;
- background-color: #fff;
- box-sizing: border-box;
- padding: 6rpx 30rpx 15rpx;
- .label {
- display: flex;
- justify-content: space-between;
- height: 50rpx;
- line-height: 58rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- .iconfont {
- display: inline-block;
- width: 80rpx;
- text-align: center;
- margin-right: -30rpx;
- }
- }
- }
- .content .iconfont {
- color: rgb(63, 62, 62);
- margin-right: 8rpx;
- }
- .active .iconfont {
- color: #3874F6 !important;
- }
- .footer {
- align-items: center !important;
- box-sizing: border-box;
- padding-left: 30rpx;
- padding-right: 30rpx;
- .v-but {
- width: 250rpx !important;
- }
- }
|