123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- .home-wrapper {
- padding-top: 20rpx;
- background: #FFF;
- }
- .leaving-a-message {
- position: relative;
- left: 0;
- top: 0;
- margin-left: 8rpx;
- }
- .leaving-a-message image {
- display: block;
- width: 36rpx;
- height: 48rpx;
- }
- .leaving-a-message view {
- position: absolute;
- top: -12rpx;
- right: -12rpx;
- z-index: 1;
- min-width: 36rpx;
- min-height: 36rpx;
- border-radius: 18rpx;
- background: #FA5151;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFF;
- line-height: 36rpx;
- text-align: center;
- }
- .page-section {
- width: 100%;
- margin: 0 auto 10rpx;
- }
- .page-section swiper {
- height: 270rpx;
- }
- .page-section .swiper-item {
- width: 690rpx;
- height: 100%;
- margin: 0 auto;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .page-section .swiper-item image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .page-section .wx-swiper-dot {
- width: 34px !important;
- height: 6px !important;
- border-radius: 0 !important;
- }
- .news-section {
- display: flex;
- align-items: center;
- width: 690rpx;
- padding: 0 16rpx;
- height: 50rpx;
- margin: 0 auto;
- border-radius: 20rpx;
- background: linear-gradient(90deg, rgba(255, 202, 138, 1) 0%, rgba(135, 222, 216, 1) 100%);
- }
- .news-section image {
- width: 140rpx;
- height: 42rpx;
- margin-bottom: 5rpx;
- }
- .news-section swiper {
- width: calc(100% - 140rpx);
- height: 50rpx;
- overflow: hidden;
- }
- .news-section .swiper-item {
- display: block;
- height: 100%;
- line-height: 50rpx;
- font-size: 20rpx;
- color: #8C8C8C;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .header-nav {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 690rpx;
- margin: 25rpx auto 0;
- }
- .header-nav .nav {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .header-nav .nav image {
- width: 70rpx;
- height: 70rpx;
- margin: 0 auto;
- }
- .header-nav .nav text {
- margin-top: 12rpx;
- font-size: 24rpx;
- color: rgba(102, 102, 102, 1);
- }
- .marketing-wrap {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 718rpx;
- margin: 0 auto;
- }
- .marketing-wrap view {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding: 20rpx 0 0;
- }
- .marketing-wrap .new-goods {
- width: 342rpx;
- height: 224rpx;
- }
- .marketing-wrap .vr {
- width: 346rpx;
- height: 216rpx;
- }
- .media {
- display: block;
- width: 718rpx;
- height: 202rpx;
- margin: 0 auto;
- }
- .excellent-goods-title {
- position: relative;
- left: 0;
- top: 0;
- display: flex;
- align-items: center;
- width: 690rpx;
- padding-left: 40rpx;
- margin: 46rpx auto;
- line-height: 40rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #1F1F39;
- }
- .excellent-goods-title:before {
- content: '';
- position: absolute;
- left: 16rpx;
- top: 1rpx;
- width: 14rpx;
- height: 37rpx;
- border-radius: 40rpx;
- background: #91B379;
- }
- .my-tab-class {
- width: 140rpx;
- max-width: 140rpx;
- height: 56rpx;
- margin-left: 23rpx;
- border-radius: 40rpx;
- background: rgba(145, 179, 121, 0.1);
- }
- .my-tab-class[data-index="0"] {
- margin-left: 30rpx;
- }
- .my-tab-class view {
- line-height: 56rpx;
- font-size: 28rpx;
- }
- .my-tab-active-class {
- background: rgba(145, 179, 121, 1);
- }
- .van-tabs--line .van-tabs__wrap {
- height: 56rpx !important;
- }
- .van-tabs__scroll--line {
- height: 56rpx !important;
- }
- .waterfall {
- width: 690rpx;
- padding: 30rpx 0;
- margin: 0 auto;
- font-size: 0;
- }
- .waterfall-left,
- .waterfall-right {
- display: inline-block;
- width: 330rpx;
- }
- .waterfall-right {
- margin-left: 30rpx;
- }
- .pullup-wrapper {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 50px;
- }
- .van-loading__text {
- color: #969799;
- font-size: 14px;
- line-height: 20px;
- }
|