123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /* pages/yuezhan/index.wxss */
- .nav-con{
- position: fixed;
- left: 0;
- top: 0;
- z-index:999;
- width: 100%;
- height:70rpx;
- background: #fff;
- }
- .yuezhan-navbar{
- display: flex;
- padding: 0 10rpx;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- color: #999;
- background: #fff;
- height:60rpx;
-
- }
- .nav-item{
- margin: 0 19rpx;
- padding-bottom: 10rpx;
- }
- .nav-item_txt{
- font-size: 24rpx;
- }
- .date-txt{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 400rpx;
- display: inline-block;
- }
- .iconfont {
- font-size: 22rpx;
- margin-right: 15rpx;
- }
- .icon-search{
- position: absolute;
- right: 18rpx;
- top:-10rpx;
- font-size: 44rpx;
- }
- .item-img{
- width: 100%;
- height: 100%;
- }
- .fdkz-card{
- margin-top: 0;
- }
- .nav-item_on {
- border-bottom: 6rpx solid #e02f2f;
- }
- .icon-like{
- color: #e02f2f;
- }
|