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