.listBox{ position: relative; z-index: 1; } .content { width: 100%; } .pay-price{ width: 100%; margin-top: 100rpx; .icon{ width: 250rpx; height: 250rpx; margin: 0 auto; image{ width: 100%; height: 100%; } } .price-data{ text-align: center; margin-top: 50rpx; .list{ width: 100%; .title{ font-size: 34rpx; font-weight: bold; } .content{ font-size: 30rpx; color:#767676; margin-top: 20rpx; text{ color: #3d3d3d; } } } } } .tips { font-size: 28rpx; margin: 50rpx 30rpx; text { color: #FF4848; } } /* 跳转按钮 */ .skip-btn{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100rpx; margin-top: 70rpx; .cart-add{ display: flex; align-items: center; justify-content: center; width: 35%; image { position: absolute; z-index: 0; width: 253rpx; height: 80rpx; } text{ font-size: 30rpx; font-weight: bold; color: #262626; position: absolute; z-index: 1; left: 120rpx; image { position: absolute; top: 6rpx; left: -36rpx; width: 28rpx; height: 28rpx; } } } .buy-at{ display: flex; align-items: center; justify-content: center; width: 58%; image { position: absolute; z-index: 0; width: 415rpx; height: 80rpx; box-shadow: 5rpx 10rpx 20rpx 0 #b7c8ff; border-radius: 100rpx; } text{ font-size: 30rpx; font-weight: bold; color: #FFFFFF; position: absolute; z-index: 1; } } }