page { background-color: #ffffff; } /* 通告 */ .annunciate { width: 100vw; background-color: #ffffff; padding-top: 20rpx; overflow: hidden; } .annunciate_title { display: flex; align-items: center; height: 48rpx; line-height: 48rpx; } .annunciate_decorate { width: 8rpx; height: 36rpx; background: #57C7D3; border-radius: 4rpx; margin-left: 30rpx; } .annunciate_text { font-size: 32rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 550; color: #000000; margin-left: 10rpx; } .annunciate_content { display: flex; width: 100%; padding: 0 26rpx 0 40rpx; margin-top: 20rpx; } .annunciate_content_swiper { width: 162rpx; height: 162rpx; border-radius: 10rpx; overflow: hidden; flex-shrink: 0; } .annunciate_content_swiper image { width: 100%; height: 100%; } .annunciate_show { display: flex; flex-direction: column; justify-content: space-between; margin-left: 20rpx; } .annunciate_item { display: flex; justify-content: space-between; align-items: center; height: 40rpx; font-size: 28rpx; color: #000000; } .annunciate_item_title { width: 380rpx; } .annunciate_item_count { height: 28rpx; font-size: 20rpx; color: #333333; line-height: 28rpx; flex-shrink: 0; } .annunciate_item_count image { width: 16rpx; height: 14rpx; } /* 品牌关注榜 */ .concerns-box { position: relative; width: 670rpx; height: 412rpx; margin: 48rpx auto 0; } .concerns-con { position: absolute; width: 100%; height: 100%; z-index: 9; top: 0; left: 0; } .concerns-title { position: absolute; display: inline-block; height: 44rpx; font-size: 32rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 550; color: #000000; padding: 0 8rpx 0 20rpx; background-color: #ffffff; margin-left: 46rpx; top: -10rpx; } .concerns-bg { position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; left: 0; } /* 新品推荐 */ .new-product { display: flex; justify-content: space-between; width: 100vw; padding: 0 40rpx; box-sizing: border-box; margin-top: 30rpx; } .new-product>view { width: 320rpx; height: 406rpx; margin-top: 0px; } .new-product-title { display: flex; justify-content: center; align-items: center; height: 74rpx; width: 316rpx; background-color: #333333; font-size: 32rpx; color: #FFFFFF; border: 2rpx solid #000000; border-bottom: 0; border-radius: 10rpx 10rpx 0 0; } .new-product-title>view { width: 12rpx; height: 12rpx; background: #FFFFFF; border-radius: 50%; margin: 0 10rpx; } .new-product-swiper { width: 316rpx; height: 264rpx; border: 2rpx solid #000000; border-top: 0; border-bottom: 0; } .new-product-swiper swiper-item, .new-product-swiper image { width: 100%; height: 100%; } .new-product-name { width: 316rpx !important; height: 60rpx; line-height: 60rpx; font-size: 28rpx; color: #000000; background-color: #F5F5F5; text-align: center; border: 2rpx solid #000000; border-top: 0; border-radius: 0 0 10rpx 10rpx; } /* tabs */ .tabs-custom-class { margin-top: 20rpx; } .tabs-tab-class { min-width: 170rpx !important; font-size: 32rpx !important; color: #000000 !important; } .tabs-tab-active-class { font-size: 36rpx !important; font-family: PingFangSC-Medium, PingFang SC !important; font-weight: 550 !important; color: #00C1D2 !important; } /* 供需 */ @import"/pages/annunciate/index.wxss"; /* 展厅照片 */ .exhibition-hall, .attract-investment { width: 702rpx; height: 392rpx; margin: 30rpx auto 0; border-radius: 10rpx; overflow: hidden; } .exhibition-hall image, .attract-investment image { width: 100%; height: 100%; } .attract-investment { height: 294rpx; margin-top: 40rpx; } /* 品牌关注榜选项 */ .option-box { position: absolute; height: 280rpx; width: 162rpx; top: 66rpx; left: 46rpx; overflow: hidden; } .option { position: absolute; width: 180rpx; height: 450rpx; background-color: #F7F8F8; transform: rotate(30deg); } .op-top { top: -78rpx; left: -129rpx; } .op-bot { bottom: -78rpx; right: -129rpx; } .opavtion { background-color: #4DC2D4 !important; } /*品牌类型 */ .brand-type { position: absolute; width: 64rpx; height: 88rpx; font-size: 32rpx; color: rgba(0, 0, 0, .2); z-index: 99; pointer-events: none; } .type-top { top: 20rpx; left: 20rpx; } .type-bot { display: flex; flex-wrap: wrap; align-items: flex-end; bottom: 20rpx; right: 20rpx; } .typeavtion { font-family: PingFangSC-Medium, PingFang SC; font-weight: 550; color: #FFFFFF; } /* 轮播 */ .option-swiper { position: absolute; width: 380rpx; height: 280rpx; top: 66rpx; left: 240rpx; } .option-swiper swiper-item { display: flex; flex-wrap: wrap; flex-direction: column; align-items: space-between; width: 100%; height: 100%; } .brand-item { width: 47%; height: 40rpx; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; color: #333333; line-height: 40rpx; margin-bottom: 20rpx; } .brand-item>text { font-size: 32rpx; font-family: PangMenZhengDao !important; margin-right: 5rpx; } .brand-item:nth-of-type(5n) { margin-bottom: 0; } .brand-item:nth-of-type(n+6) { margin-left: 20rpx; } /* 招商表单 */ .recruit-box { width: 702rpx; height: 434rpx; background: #FFFFFF; box-shadow: 0px 0px 10rpx 0rpx rgba(170, 170, 170, 0.1); border-radius: 10rpx; border: 2rpx solid rgba(151, 151, 151, 0.2); margin: 30rpx auto 0; padding: 40rpx 0 0 30rpx; box-sizing: border-box; } .recruit-row { display: flex; height: 52rpx; line-height: 52rpx; font-size: 24rpx; color: rgba(0, 0, 0, 0.45); } .recruit-row-title { width: 96rpx; height: 44rpx; text-align: right; margin-right: 8rpx; } .recruit-row-input { width: 206rpx; height: 52rpx; background: #FFFFFF; border-radius: 4rpx; border: 2rpx solid #D9D9D9; box-sizing: border-box; padding-left: 8rpx; } .placeholder-class { font-size: 24rpx !important; color: rgba(0, 0, 0, 0.25); line-height: 46rpx !important; } .recruit-row-picker { min-width: 206rpx; max-width: 538rpx; height: 52rpx; line-height: 51rpx; background: #FFFFFF; border-radius: 4rpx; border: 2rpx solid #D9D9D9; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; color: rgba(0, 0, 0, 0.25); text-indent: 0.5em; padding-right: 10rpx; box-sizing: border-box; } .recruit-row .textarea { width: 528rpx; height: 134rpx; line-height: 24rpx; background: #FFFFFF; border-radius: 4rpx; border: 2rpx solid #D9D9D9; padding: 4rpx 0 0 8rpx; } .recruit-row .textarea textarea { width: 100%; height: 100%; } .submit-custom-class { width: 164rpx !important; height: 56rpx !important; background: #4DC2D4 !important; border-radius: 10rpx !important; font-size: 28rpx !important; font-family: PingFangSC-Medium, PingFang SC !important; font-weight: 500; color: #FFFFFF !important; padding: 0 !important; } /* 吸底 */ .footer { display: flex; justify-content: center; position: fixed; width: 100vw; padding: 30rpx 0; background-color: #ffffff; z-index: 9999; bottom: 0; left: 0; box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.05); } .footer .footer-button { width: 356rpx !important; height: 78rpx !important; background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important; box-shadow: 2rpx 2rpx 8rpx 0px rgba(0, 0, 0, 0.12) !important; border-radius: 39rpx; font-size: 36rpx !important; font-family: PingFangSC-Medium, PingFang SC !important; font-weight: 550 !important; color: #FFFFFF; }