123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- page {
- background: #f8f8f8;
- }
- .carousel-section {
- padding: 0;
- }
- .carousel-section .titleNview-placing {
- padding-top: 0;
- height: 0;
- }
- .carousel-section .swiper-dots {
- left: 45rpx;
- bottom: 40rpx;
- }
- .carousel-section .carousel {
- width: 100%;
- height: 360rpx;
- }
- .carousel-section .carousel .carousel-item {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .carousel-section .carousel image {
- width: 100%;
- height: 100%;
- }
- .type-title-box {
- padding: 40rpx;
- }
- .type-title-box .title-content {
- height: 100%;
- width: 200rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #303133;
- }
- .type-title-box .title-border {
- width: 250rpx;
- height: 2rpx;
- background-color: #e9e9e9;
- }
- .goodsList-box .goodsList-item {
- margin-bottom: 40rpx;
- background-color: #fff;
- padding: 30rpx;
- }
- .goodsList-box .goodsList-item image {
- flex-shrink: 0;
- border-radius: 15rpx;
- height: 180rpx;
- width: 180rpx;
- }
- .goodsList-box .goodsList-item .goodsList-content {
- margin-left: 20rpx;
- -webkit-box-flex: 1;
- flex-grow: 1;
- height: 180rpx;
- position: relative;
- }
- .goodsList-box .goodsList-item .goodsList-content .title {
- font-size: 28rpx;
- color: #303133;
- font-weight: 500;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .money {
- font-size: 32rpx;
- color: #fd5b23;
- font-weight: 700;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
- font-size: 24rpx;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
- color: #303133;
- padding-right: 20rpx;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
- color: #909399;
- }
- .goodsList-box .goodsList-item .goodsList-content .goods-money .cart {
- border: 1px solid #fd5b23;
- color: #fd5b23;
- font-size: 28rpx;
- font-weight: 700;
- border-radius: 99px;
- width: 55rpx;
- height: 55rpx;
- display: flex;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- }
|