// page{background-color: #f2f2f2;} .index{ width: 100%; background-color: #f2f2f2; .index-head{ width: 100%; height: 369rpx; background-image: url(../../static/svg/index-head-bg.svg); background-repeat: round; background-size: cover; &-banner{ position: absolute; width: 100%; height: 440rpx; margin-top: 140rpx; padding: 0 20rpx; } } .index-header{ width: 100%; height: 585rpx; &-container{ display: flex; flex-wrap: wrap; width: 100%; height: 400rpx; background-color: #2A322B; border-bottom-right-radius: 5%; border-bottom-left-radius: 5%; } &-left{ width: 50%; height: 440rpx; background-image: url(../../static/svg/index-header-left-svg.svg); background-repeat: round; background-size: cover; } &-right{ width: 50%; height: 440rpx; background-image: url(../../static/svg/index-header-right-svg.svg); background-repeat: round; background-size: cover; } &-top{ position: absolute; padding-top: 20rpx; width: 100%; display: flex; flex-wrap: wrap; padding-bottom: 61rpx; line-height: 34px; .header-top-usearch{ margin-left: 30rpx !important; } .header-top-notice{ margin: 16rpx 30rpx 0 46rpx; line-height: 34px; &-badge{ position: relative !important; top: -10px !important; right: 5px !important; } } .header-top-scan{ margin: 16rpx 30rpx 0 0; line-height: 34px; .header-scan-icon{ line-height: 34px; } } } &-banner{ position: absolute; width: 100%; height: 440rpx; margin-top: 140rpx; padding: 0 30rpx; } } } .service{ padding: 20rpx 30rpx; .service-body{ background-color: #FFFFFF; border-radius: 10rpx; .service-item{ width: 25%; margin: 22rpx 0; text-align: center; .service-item-img{width: 98rpx;height: 98rpx;} } } } .news{ padding: 0 30rpx; .news-list{ ::v-deep { .u-card__head{ padding-bottom: 0 !important; } } &-head{ border-bottom: 1px solid #9F9F9F; &-item{ margin-bottom: 17rpx; .card-head-title{ font-size: 36rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 600; color: #000000; line-height: 50rpx; letter-spacing: 1px; } } } &-body{ &-item{ border-bottom: 1px solid #E1E1E1; .news-text{ &-title{ margin-bottom: 12rpx; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; line-height: 41rpx; } &-foot{ justify-content: space-between; view:first-child{ font-size: 20rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #8C8C8C; line-height: 28rpx; letter-spacing: 1px; } view:last-child{ font-size: 20rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #8C8C8C; line-height: 28rpx; letter-spacing: 1px; } } } } } } } // .news-list{ // .u-body-item{ // .u-body-item-title{ // margin-bottom: 15rpx; // } // .foot{ // font-size: 24rpx; // color: #ddd; // .time{ // margin-left: 24rpx; // } // } // } // } .u-card-wrap { background-color: $u-bg-color; padding: 1px; } .u-body-item { // font-size: 32rpx; color: #333; padding: 30rpx 0; } .u-body-item image { width: 120rpx; flex: 0 0 120rpx; height: 120rpx; border-radius: 8rpx; margin-left: 12rpx; } .news-list-head-item { display: flex; justify-content: space-between; color: #A3A3A3; }