@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ 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: #ffffff; 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; 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: #dd524d; font-weight: bold; } .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 #dd524d; color: #dd524d; font-size: 28rpx; font-weight: bold; border-radius: 99px; width: 55rpx; height: 55rpx; display: flex; justify-content: center; align-items: center; }