123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- /* pages/yuezhan/index.wxss */
- .wrapper{
- background: #F5F5F5;
- }
- .container {
- margin-top: 210rpx;
- }
- .nav-con {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- width: 100%;
- height: 202rpx;
- background: #fff;
- }
- .yuezhan-navbar, .search-navbar {
- display: flex;
- color: #999;
- background: #fff;
- }
- .search-navbar{
- height: 130rpx;
- }
- .nav-item {
- margin: 0 11rpx;
- padding-bottom: 10rpx;
- }
- .nav-item_on {
- border-bottom: none;
- }
- .nav-item_txt {
- font-size: 24rpx;
- }
- .iconfont {
- font-size: 22rpx;
- }
- .icon-search {
- position: absolute;
- right: 18rpx;
- top: -10rpx;
- font-size: 44rpx;
- }
- .icon-like_active {
- color: #e02f2f;
- }
- .item-img {
- width: 100%;
- height: 100%;
- }
- .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;
-
- }
- .yuezhan-navbar {
- padding: 0 44rpx 30rpx;
- justify-content: space-between;
- }
- .nav-right{
- display: inline-block;
- }
- .nav-tag{
- display: flex;
- align-items: center;
- color: #000;
- font-size: 28rpx;
- float: left;
- font-weight: bold;
- }
- .nav-active{
- color: #E02F2F
- }
- .nav-right .nav-tag:first-child{
- margin-right: 30rpx;
- }
- .iconpaixuxialacaidan{
- font-size: 14rpx;
- margin-left: 8rpx;
- }
- .drop-con{
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999;
- width: 100%;
- height: 100%;
- transition: all ease 0.3s;
- }
- .hot-search-con{
- margin-top: 40rpx;
- }
- .hot-search {
- padding: 40rpx 44rpx 72rpx 44rpx;
- font-size: 32rpx;
- font-weight: bold;
- background: #fff;
- }
- .hot-search-title{
- margin-bottom: 60rpx;
- }
- .hot-search-title-txt {
- font-size: 36rpx;
- }
- .fdkz-card-warpper .fdkz-card:last-child{
- margin-bottom:0;
- }
|