123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- /* pages/yuezhan/search/index.wxss */
- .container {
- background: #F5F5F5;
- padding: 0;
- }
- .search-container, .pavilionList-container{
- background: #fff;
- padding-bottom: 74rpx;
- }
- .top-nav{
- width: 100%;
- background: #fff;
- box-shadow: 0 5rpx 3rpx #F6FAFC
- }
- .search-con{
- padding: 0 44rpx;
- }
- .hot-search {
- padding: 40rpx 44rpx 72rpx 44rpx;
- margin-top: 44rpx;
- font-size: 32rpx;
- font-weight: bold;
- background: #fff;
- padding-top: 40rpx;
- }
- .hot-search-title-txt {
- font-size: 36rpx;
- }
- .hot-tag {
- display: flex;
- flex-wrap: wrap;
- margin: 20rpx auto;
- }
- .hot-tag-item {
- min-width: 160rpx;
- text-align: center;
- font-size: 28rpx;
- background: #e02f2f;
- color: #fff;
- border-radius: 2rpx;
- padding: 10rpx 12rpx;
- margin: 0 40rpx 20rpx 0;
- }
- .weui-media-box {
- padding: 0;
- }
- .weui-tab__panel {
- background: #fff;
- padding: 0 44rpx;
- overflow-x: hidden;
- }
- .weui-media-box_appmsg {
- align-items: flex-start;
- }
- .weui-media-box__hd_in-appmsg {
- width: 240rpx;
- height: 180rpx;
- min-width: 240rpx;
- border-radius: 8rpx;
- margin-right: 44rpx;
- overflow: hidden;
- }
- .weui-tab__content_item {
- height: 100%;
- }
- .weui-media-box__thumb {
- position: relative;
- }
- .fdkz-card-tag {
- top: 0;
- left: 0;
- width: 104rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 20rpx;
- }
- .title-txt {
- font-weight: bolder;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 390rpx;
- display: inline-block;
- margin-bottom: 12rpx;
- }
- .weui-flex__item{
- margin-bottom: 42rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 400rpx;
- display: inline-block;
- }
- .fdkk-cells {
- margin-top: 60rpx;
- background: #fff;
- }
- .yuezhan-nav {
- z-index: 999;
- width: 100%;
- margin-top: 4rpx;
- }
- .yuezhan-navbar {
- display: flex;
- color: #999;
- background: #fff;
- position: relative;
- font-size: 32rpx;
- }
- .nav-item {
- text-align: center;
- flex: 1;
- margin: 0 100rpx;
- }
- .nav-item_txt{
- margin-bottom: 24rpx;
- }
- .iconfont {
- color: #999;
- }
- .icon-like {
- position: absolute;
- top: 16rpx;
- right:30rpx;
- font-size: 46rpx;
- }
- .icon-like_active{
- color: #E02F2F;
- }
- .weui-media-box__desc {
- line-height: 1.5;
- white-space: nowrap;
- text-overflow:ellipsis;
- overflow: hidden;
- display: inline-block;
- }
- .fix-flex .weui-media-box__desc{
- width: 400rpx;
- }
- .weui-media-box__bd_in-appmsg .desc{
- display: flex;
- justify-content: space-between;
- font-weight: normal;
- }
- .weui-media-box__bd_in-appmsg .desc .iconweizhi, .weui-media-box__bd_in-appmsg .desc .iconredu{
- font-size: 20rpx;
- display: inline-block;
- vertical-align: text-bottom;
- margin-right: 12rpx;
- }
- .weui-media-box__bd_in-appmsg{
- height: 185rpx;
- display: flex;
- flex-direction: column;
- font-size: 24rpx;
- color: #646464;
- justify-content: space-between;
- }
- .weui-media-box__title{
- font-size: 32rpx;
- color: #000;
- flex-direction: column;
- }
- .weui-media-box__title .pavilionName{
- font-size: 24rpx;
- color: #646464;
- }
- .navbar__slider {
- bottom: 0;
- }
- .navbar_slider-item{
- width: 50%;
- }
- .search-wrapper{
- display: flex;
- height: 100%;
- border: 1px solid #888888;
- padding-left: 30rpx;
- border-radius: 15rpx;
- align-items: center;
- }
- .fix-icon-search {
- color: #999;
- margin-right: 15rpx;
-
- }
- .icon-sousuo {
- font-size: 30rpx;
- color: #707070;
- }
- .no-more{
- margin: 102rpx 0 76rpx 0;
- font-size: 28rpx;
- text-align: center;
- }
- .hot-search-con{
- margin-top: 40rpx;
- }
|