@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { height: 100%; } .container { height: 100%; background: #ffffff; } .container .line-top { width: 750rpx; height: 20rpx; background: #f5f5f5; } .container .re-succ-box { padding-top: 170rpx; display: flex; flex-direction: column; align-items: center; } .container .re-succ-box .re-succ-img { margin-left: -30rpx; width: 362rpx; height: 267rpx; display: block; } .container .re-succ-box .re-succ-tit { margin-top: -26rpx; font-size: 40rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .container .re-succ-box .re-succ-tip { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #b3b3b3; margin-top: 20rpx; } .container .re-succ-box .re-succ-btn { margin-top: 80rpx; width: 301rpx; height: 78rpx; border: 2rpx solid #24a17d; border-radius: 10rpx; font-size: 30rpx; font-family: PingFang SC; font-weight: bold; color: #24a17d; display: flex; align-items: center; justify-content: center; }