@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .uni-margin-wrap.data-v-3e159eb4 { width: 690rpx; width: 100%; } .swiper.data-v-3e159eb4 { height: 700rpx; } .swiper-item.data-v-3e159eb4 { display: block; height: 700rpx; line-height: 700rpx; text-align: center; } .pictures.data-v-3e159eb4 { width: 100%; height: 700rpx; } .main.data-v-3e159eb4 { width: 96%; height: 200rpx; display: flex; margin: 0 auto; justify-content: space-between; } .main .left .title.data-v-3e159eb4 { font-size: 38rpx; font-weight: bold; } .main .left .discribe.data-v-3e159eb4 { font-size: 27rpx; margin-top: 10rpx; } .main .left .price.data-v-3e159eb4 { font-size: 24rpx; margin-top: 10rpx; color: red; } .main .left .price text.data-v-3e159eb4 { font-size: 38rpx; font-weight: bold; } .main .right.data-v-3e159eb4 { display: flex; align-items: center; width: 120rpx; justify-content: space-around; } .main .right text.data-v-3e159eb4 { font-size: 38rpx; } .choose.data-v-3e159eb4 { width: 100%; height: 100rpx; display: flex; justify-content: space-between; align-items: center; } .choose .left.data-v-3e159eb4 { margin-left: 15rpx; } .choose .left text.data-v-3e159eb4 { font-size: 38rpx; font-weight: bold; } .choose .right.data-v-3e159eb4 { margin-right: 15rpx; } .evaluate.data-v-3e159eb4 { width: 100%; height: 100rpx; display: flex; justify-content: space-around; align-items: center; } .data-v-3e159eb4 .van-tag { color: red; height: 60rpx; } .choise.data-v-3e159eb4 { height: 550rpx; } .choise .box.data-v-3e159eb4 { width: 92%; margin: 0 auto; } .choise .box .tit.data-v-3e159eb4 { font-size: 40rpx; } .choise .box .main.data-v-3e159eb4 { display: flex; justify-content: space-around; align-items: center; height: 172rpx; } .choise .box .main .size.data-v-3e159eb4 { padding: 19rpx; color: #f00; border: 1px solid #f00; height: 30rpx; text-align: center; line-height: 30rpx; } .btn.data-v-3e159eb4 .van-button--normal { width: 100%; height: 100rpx; } .selected.data-v-3e159eb4 { color: #fff !important; background: #f00 !important; } .news.data-v-3e159eb4 { height: 320rpx; } .footerBtn.data-v-3e159eb4 { width: 90%; height: 80rpx; display: flex; margin: 30rpx auto; text-align: center; line-height: 80rpx; } .footerBtn .btn1.data-v-3e159eb4 { flex: 1; height: 100%; color: #fff; background: #595959; } .footerBtn .btn2.data-v-3e159eb4 { flex: 1; height: 100%; color: #fff; background: #ff0000; } .newsMain.data-v-3e159eb4 { display: flex; justify-content: space-around; align-items: center; height: 100rpx; } .newsMain .size.data-v-3e159eb4 { padding: 19rpx; color: #f00; border: 1px solid #f00; height: 30rpx; text-align: center; line-height: 30rpx; }