/**index.less**/ page { height: 100vh; display: flex; flex-direction: column; background: #F5F6F7; } .scrollarea { flex: 1; overflow-y: hidden; } .container { position: relative; .topShadow { position: absolute; top: 0; z-index: 1; width: 100%; height: 200rpx; background: linear-gradient( 180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); } .slider-count { position: absolute; top: 674rpx; right: 32rpx; background: rgba(0,0,0,0.4); border-radius: 26rpx; border: 2rpx solid rgba(255,255,255,0.3); font-weight: 600; font-size: 28rpx; color: #FFFFFF; line-height: 40rpx; text-align: center; padding: 2rpx 26rpx; z-index: 1; } swiper { height: 750rpx; } .swiper-item { width: 100%; height: 100%; image { width: 100%; height: 100%; } } .demo-text-1 { background-color: red; } .demo-text-2 { background-color: black; } .demo-text-3 { background-color: gray; } } .shop-section { background: #FFFFFF; border-radius: 20rpx; margin: 16rpx 16rpx 0; padding: 24rpx; .showPrice { display: flex; justify-content: space-between; align-items: center; } .left { flex: 1 auto; display: flex; align-items: flex-end; } .currentPrice { font-weight: bold; color: #FE2451; font-family: DINAlternate, DINAlternate; .stuff { font-size: 36rpx; } .priceZ { font-size: 60rpx; } .priceF { font-size: 36rpx; } } .originPrice { padding-left: 16rpx; font-size: 32rpx; color: #AAAAAA; line-height: 44rpx; text-decoration: line-through; padding-bottom: 14rpx; } .right { padding-top: 14rpx; font-weight: 400; font-size: 28rpx; color: #777777; line-height: 40rpx; } } .shopName { font-weight: 600; font-size: 32rpx; color: #131415; line-height: 44rpx; padding: 24rpx 0 40rpx; } .goodsInfo { display: flex; align-items: center; .desc { font-size: 28rpx; color: #131415; line-height: 40rpx; } .goodsList { display: flex; align-items: center; } .goodsItem { line-height: 68rpx; background: #F4F4F5; border-radius: 12rpx; padding: 0 32rpx; margin-right: 24rpx; font-size: 28rpx; color: #131415; position: relative; &.selected { background: #FEEDF0; font-weight: 600; color: #FE2451; } &.nosale { background: #F4F4F5; color: #B1B1B1; } image { position: absolute; top: -14rpx; right: -14rpx; width: 56rpx; height: 28rpx; display: block; z-index: 1; } } } .goodsSection { // margin-bottom: 156rpx; padding-bottom: 174rpx; } .goodsIntro { background: #FFFFFF; border-radius: 20rpx; overflow: hidden; margin: 16rpx 16rpx 8rpx; .title { font-weight: 600; font-size: 32rpx; color: #131415; line-height: 44rpx; padding: 28rpx 24rpx; } .images { image { display: block; width: 100%; } .img1 { height: 1128rpx; } .img2 { height: 1810rpx } .img3 { height: 1336rpx; } .img4 { height: 1750rpx; } } } .bottom-section { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #FFFFFF; box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0; padding: 20rpx 32rpx 58rpx 40rpx; display: flex; align-items: center; box-sizing: border-box; .orders { display: flex; flex-direction: column; image { width: 48rpx; height: 48rpx; } text { font-weight: 500; font-size: 22rpx; color: #131415; line-height: 32rpx; text-align: center; } } .btnSection { flex: 1 auto; padding-left: 40rpx; button { width: 100%; line-height: 88rpx; background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%); border-radius: 44rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; padding-top: 0; padding-bottom: 0; } } } // 'demo-text-1', 'demo-text-2', 'demo-text-3' .popup-section { &.hidden { display: none; } .popup-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.6); z-index: 9; } .popup-container { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; width: 100%; background: #FFFFFF; border-radius: 32rpx 32rpx 0rpx 0rpx; padding: 40rpx 32rpx 58rpx; box-sizing: border-box; } .iconClose { position: absolute; right: 40rpx; top: 40rpx; width: 38rpx; height: 38rpx; } .product-section { display: flex; padding-bottom: 60rpx; .product-img { width: 160rpx; height: 160rpx; flex-shrink: 0; margin-right: 32rpx; image { width: 100%; height: 100%; } } .product-left { display: flex; align-items: flex-start; .currentPrice { font-weight: bold; color: #FE2451; font-family: DINAlternate, DINAlternate; .stuff { font-size: 36rpx; } .priceZ { font-size: 60rpx; } .priceF { font-size: 36rpx; } } .originPrice { padding-left: 16rpx; font-size: 32rpx; color: #AAAAAA; line-height: 44rpx; text-decoration: line-through; padding-top: 28rpx; } } } .goodsInfo { flex-direction: column; align-items: flex-start; padding-bottom: 90rpx; .desc { font-size: 28rpx; color: #131415; line-height: 40rpx; padding-bottom: 30rpx; } } button { width: 100%; line-height: 88rpx; background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%); border-radius: 44rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; padding-top: 0; padding-bottom: 0; } }