123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- 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;
- background-color: #000000;
- flex-shrink: 0;
- }
- .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;
- }
- /* 广告位 */
- .ad-box {
- width: 100vw;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .ad-swiper {
- width: 702rpx;
- height: 140rpx;
- border-radius: 70rpx;
- background-color: aqua;
- }
- /* 品牌关注榜 */
- .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;
- background-color: aqua;
- border: 2rpx solid #000000;
- border-top: 0;
- border-bottom: 0;
- }
- .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;
- }
|