123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- /* pages/yuezhan/search/index.wxss */
- .container {
- padding: 0;
- background: #fff;
- }
- .top-nav {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- z-index: 999;
- }
- .search-con, .hot-search-con {
- padding: 0 20rpx;
- }
- .weui-tab__panel {
- padding-top: 110rpx;
- }
- .weui-media-box_appmsg {
- align-items: flex-start;
- }
- .yuezhan-nav {
- z-index: 999;
- width: 100%;
- box-shadow: 0 0 6rpx #efefef;
- }
- .yuezhan-navbar {
- display: flex;
- color: #999;
- height: 94rpx;
- background: #fff;
- justify-content: center;
- align-items: center;
- }
- .nav-item {
- text-align: center;
- flex: 1;
- margin: 0 100rpx;
- padding-bottom: 10rpx;
- }
- .navbar__slider {
- bottom: 0;
- }
- .navbar_slider-item {
- width: 50%;
- }
- .city_box_con{
- padding: 0 32rpx;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- box-sizing: border-box;
- }
- .weui-cell{
- padding: 40rpx 44rpx 20rpx;
- font-weight: bold;
- }
- .city_box{
- width: 320rpx;
- height: 202rpx;
- overflow: hidden;
- border-radius: 10rpx;
- line-height: 50rpx;
- text-align: center;
- margin: 10rpx;
- background: #eee;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- font-size: 36rpx;
- font-weight: bold;
- padding: 30rpx 0;
- box-sizing: border-box;
- }
- .current_box{
- background: #E65858;
- color: #fff;
- }
- .current_box .city_box_dec{
- color:#fff;
- }
- .city_box_dec_num{
- color:#E65858;
- }
- .current_box .city_box_dec_num{
- color: #fff;
- }
- .city_box_dec{
- color:#575757;
- font-weight: normal;
- }
|