@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 基本颜色 */ .textbox.data-v-2cdad1ca { background: #fff; padding: 20rpx 24rpx; } .textbox .textcontent.data-v-2cdad1ca { width: 94%; height: 300rpx; border-radius: 8rpx; border: 1rpx solid #CCCCCC; padding: 20rpx; margin: 0 auto; } .btn.data-v-2cdad1ca { width: 680rpx; height: 80rpx; border-radius: 40rpx; background: #008EFF; margin: 100rpx auto; font-size: 24rpx; color: #fff; text-align: center; line-height: 80rpx; }