@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { min-height: 100%; background-color: #F7F7F7; } page .container { width: 100%; background-color: #FFFFFF; font-size: 30rpx; } .swiper-box { height: 90vh; } .swiper-box .cate-list { height: 90vh; } .list-box { padding: 25rpx 25rpx; border-bottom: 2rpx solid #EAEAEA; } .list-box .list-item { padding-bottom: 25rpx; } .grey { color: #A8A8A8; font-size: 26rpx; }