123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- .container {
- padding: 0;
- margin-top: 90rpx;
- background: #F5F5F5;
- }
- .nav-con {
- /* position: fixed;
- left: 0; */
- z-index: 999;
- width: 100%;
- height: 202rpx;
- background: #fff;
- }
- .top-nav {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- z-index: 999;
- }
- .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;
- }
- .yuezhan-navbar-online{
- display: flex;
- color: #999;
- height: 94rpx;
- background: #fff;
- justify-content: center;
- align-items: flex-start;
- }
- .nav-item {
- text-align: center;
- flex: 1;
- margin: 0 100rpx;
- padding-bottom: 10rpx;
- }
- .nav-item_on {
- color: #E65858;
- }
- .navbar__slider {
- position: relative;
- bottom: 0;
- transition: left 0.3s;
- }
- .navbar_slider-item {
- width: 50%;
- height: 6rpx;
- background: #E65858;
- margin: 0 auto;
- }
- .exhibition-list {
- padding: 20rpx;
- }
- .yuezhan-navbar, .search-navbar {
- display: flex;
- color: #999;
- background: #fff;
- }
- .search-navbar{
- height: 130rpx;
- }
- .yuezhan-navbar {
- padding: 0 44rpx;
- 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 {
- background: #fff;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- overflow: hidden;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
- }
- .fdkz-card-img {
- position: relative;
- height: 320rpx;
- overflow: hidden;
- }
- .new-fdkz-card-tag, .fdkz-card-tag {
- position: absolute;
- top: 20rpx;
- right: 20rpx;
- background: #E65858;
- color: #fff;
- padding: 6rpx 16rpx;
- border-radius: 6rpx;
- font-size: 24rpx;
- z-index: 1;
- }
- .fdkz-card-tag-start {
- background: #FF9800;
- }
- .fdkz-card-tag-end {
- background: #999;
- }
- .fdkz-card-tag-hot {
- background: #E65858;
- }
- .item-img {
- width: 100%;
- height: 100%;
- }
- .fdkz-card-info {
- padding: 20rpx;
- }
- .fdkz-card-info-title {
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 10rpx;
- }
- .fdkz-card-info-date {
- font-size: 26rpx;
- color: #666;
- display: flex;
- justify-content: space-between;
- }
- .date-txt {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 400rpx;
- }
- .changguan_title {
- font-size: 24rpx;
- text-align: right;
- }
- .iconfont {
- font-size: 22rpx;
- }
- .noDataClass {
- text-align: center;
- padding: 100rpx 0;
- }
- .no_exhibitionImg {
- width: 200rpx;
- height: 200rpx;
- margin-bottom: 20rpx;
- }
- .tips {
- color: #999;
- font-size: 28rpx;
- }
- .weui-loadmore {
- text-align: center;
- padding: 20rpx 0;
- }
- .special-search .wrapper {
- padding-bottom: 0!important;
- }
|