@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { height: 100%; } .container { padding-top: 20rpx; background: #F5F5F5; height: 100%; } .container .con-box { height: 100%; background-color: #FFFFFF; width: 750rpx; padding-top: 170rpx; } .container .con-box .box-img { width: 142rpx; height: 163rpx; margin: 0 auto 40rpx; } .container .con-box .box-img image { width: 100%; height: 100%; } .container .con-box .box-txt { font-size: 32rpx; font-weight: 500; color: #2c2c2c; text-align: center; } .container .con-box .sub-bottom { width: 465rpx; line-height: 77rpx; background: #6786FB; box-shadow: 0px 0px 13rpx 3rpx rgba(209, 212, 217, 0.31); border-radius: 38rpx; font-size: 34rpx; font-weight: 500; color: white; text-align: center; margin: 70rpx auto 0; }