/* pages/mine/wxml/redpackrule/redpackrule.wxss */ page{ background: #f2f2f2; font-size: 30rpx; } .head{ background: #fff; text-align: center; padding: 40rpx; } .head .h1 text{ font-weight: 600; font-size:50rpx; } .head .h6 text{ font-size: 24rpx; } .body .type{ padding: 0 10rpx; } .body .title{ margin-left: 20rpx; padding: 20rpx 0; } .body .title text{ border-left: 4rpx solid #ef2121; padding-left: 20rpx; } .list:after{ content:''; display: block; clear: both; } .list{ background: #fff; border-radius: 5rpx; margin-bottom: 10rpx; padding: 20rpx; } .list .type-left,.list .type-right{ float: left; } .list .type-left{ color: #ef2121; font-weight: 600; border-right: 2rpx solid #f2f2f2; width: 30%; box-sizing: border-box; text-align: center; } .list .type-left text { line-height: 100rpx; font-weight: 600; } .list .type-right{ width: 70%; font-size: 24rpx; color: #666; padding: 20rpx 0rpx 20rpx 30rpx; box-sizing: border-box; } .rule{ padding: 0 10rpx; } .rule .cont{ background: #fff; border-radius: 5rpx; text-align: center; line-height: 100rpx; padding: 20rpx; font-size: 24rpx; color: #666; } .rule .cont text{ display: block; line-height: 50rpx; } .foot{ text-align: center; font-size: 24rpx; color: #999; padding: 30rpx; }