@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .card.data-v-c7bc3a2e { width: 610rpx; height: 260rpx; padding: 40rpx; margin: 30rpx auto 0; border-radius: 20rpx; background: linear-gradient(135deg, #FDAE25 0%, #FF8E8A 100%); color: #fff; } .card .top-info.data-v-c7bc3a2e { height: 32rpx; width: 100%; font-size: 24rpx; display: flex; align-items: center; justify-content: space-between; } .card .top-info .rule-box.data-v-c7bc3a2e { display: flex; } .card .top-info .rule-box .iconfont.data-v-c7bc3a2e { margin-right: 10rpx; line-height: 32rpx; } .card .price.data-v-c7bc3a2e { height: 70rpx; line-height: 70rpx; margin-top: 20rpx; font-size: 56rpx; font-weight: bold; } .card .footer.data-v-c7bc3a2e { width: 100%; height: 70rpx; margin-top: 70rpx; display: flex; align-items: center; justify-content: space-between; } .card .footer .common-btn.data-v-c7bc3a2e { width: 295rpx; height: 70rpx; line-height: 70rpx; text-align: center; border-radius: 20rpx; border: 1rpx solid #fff; font-size: 28rpx; font-weight: bold; } .card .footer .right.data-v-c7bc3a2e { background-color: #fff; color: #FDAC2C; } .price-info.data-v-c7bc3a2e { width: 690rpx; height: 104rpx; margin: 50rpx auto; display: flex; align-items: center; font-size: 24rpx; color: #333; } .price-info .common-box.data-v-c7bc3a2e { flex: 1; height: 100%; display: flex; align-items: center; flex-direction: column; } .price-info .common-box .title.data-v-c7bc3a2e { height: 34rpx; line-height: 32rpx; color: #999; } .price-info .common-box .value.data-v-c7bc3a2e { height: 60rpx; margin-top: 10rpx; display: flex; font-weight: bold; } .price-info .common-box .value .unit.data-v-c7bc3a2e { margin-right: 10rpx; line-height: 76rpx; } .price-info .common-box .value .num.data-v-c7bc3a2e { font-size: 48rpx; } .h1-title.data-v-c7bc3a2e { height: 50rpx; line-height: 50rpx; font-size: 36rpx; color: #333; font-weight: bold; margin-left: 30rpx; } .content.data-v-c7bc3a2e { width: 690rpx; height: auto; margin: 30rpx auto; display: flex; flex-wrap: wrap; } .content .item.data-v-c7bc3a2e:nth-child(2n+1) { margin-right: 20rpx; } .pop.data-v-c7bc3a2e { width: 750rpx; height: 430rpx; background-color: #F3F3F5; border-radius: 20rpx 20rpx 0 0; overflow: hidden; } .pop .btn-box.data-v-c7bc3a2e { width: 100%; height: 160rpx; margin-top: 80rpx; font-size: 28rpx; color: #333; display: flex; } .pop .btn-box .common.data-v-c7bc3a2e { flex: 1; height: 100%; } .pop .btn-box .common .img-box.data-v-c7bc3a2e { width: 100rpx; height: 100rpx; margin: auto; border-radius: 50rpx; background-color: #fff; display: flex; align-items: center; justify-content: center; } .pop .btn-box .common .img-box image.data-v-c7bc3a2e { width: 40rpx; height: 40rpx; } .pop .btn-box .common .text.data-v-c7bc3a2e { height: 40rpx; line-height: 40rpx; margin: 20rpx auto 0; text-align: center; } .pop .line.data-v-c7bc3a2e { width: 690rpx; height: 8rpx; border-radius: 4rpx; background-color: #EEEEEE; margin: 80rpx auto 0; } .pop .foot.data-v-c7bc3a2e { width: 100%; height: 100rpx; line-height: 100rpx; text-align: center; font-size: 28rpx; color: #999; }