You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
4.3 KiB
189 lines
4.3 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 主要颜色 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.page.data-v-1732a66e {
|
|
width: 100%;
|
|
background: #f6f6f6;
|
|
overflow-x: hidden;
|
|
padding-bottom: 120rpx;
|
|
}
|
|
/* banner 标题 */
|
|
.banner-title.data-v-1732a66e {
|
|
background-color: #FFFFFF;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
/* banner */
|
|
.banner.data-v-1732a66e {
|
|
width: 100%;
|
|
height: 750rpx;
|
|
}
|
|
.banner .screen-swiper.data-v-1732a66e {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* 价格 */
|
|
.price-info.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 4%;
|
|
margin-top: 20rpx;
|
|
}
|
|
.price-info .price.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.price-info .price .min.data-v-1732a66e {
|
|
color: #236030;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
.price-info .price .max.data-v-1732a66e {
|
|
color: #236030;
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
}
|
|
.price-info .person.data-v-1732a66e {
|
|
font-size: 24rpx;
|
|
color: #aaaaaa;
|
|
}
|
|
/* 标题 */
|
|
.goods-title.data-v-1732a66e {
|
|
padding: 20rpx 4%;
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
.goods-title text.data-v-1732a66e {
|
|
font-size: 28rpx;
|
|
color: #212121;
|
|
}
|
|
/* 商品介绍 */
|
|
.products-introduction.data-v-1732a66e {
|
|
margin-top: 20rpx;
|
|
}
|
|
.products-introduction .title.data-v-1732a66e {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.products-introduction .title text.data-v-1732a66e {
|
|
font-size: 28rpx;
|
|
color: #212121;
|
|
margin: 0 20rpx;
|
|
}
|
|
.products-introduction .title.data-v-1732a66e:before {
|
|
content: "";
|
|
width: 100rpx;
|
|
height: 2rpx;
|
|
background-color: #c0c0c0;
|
|
}
|
|
.products-introduction .title.data-v-1732a66e:after {
|
|
content: "";
|
|
width: 100rpx;
|
|
height: 2rpx;
|
|
background-color: #c0c0c0;
|
|
}
|
|
.products-introduction .parseContent.data-v-1732a66e {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
padding: 50rpx 20rpx;
|
|
}
|
|
/* 底部 */
|
|
.page-footer.data-v-1732a66e {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: calc(100% - 48rpx);
|
|
height: 80rpx;
|
|
background-color: #9f751F;
|
|
margin: 0 24rpx;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
}
|
|
.page-footer .footer-fn.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 40%;
|
|
height: 100%;
|
|
}
|
|
.page-footer .footer-fn .list.data-v-1732a66e {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
.page-footer .footer-fn .list text.data-v-1732a66e {
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
}
|
|
.page-footer .footer-fn .list .iconfont.data-v-1732a66e {
|
|
font-size: 42rpx;
|
|
color: #212121;
|
|
}
|
|
.page-footer .footer-buy.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 60%;
|
|
height: 100%;
|
|
}
|
|
.page-footer .footer-buy .cart-add.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 48%;
|
|
height: 70rpx;
|
|
background: #4d9a5e;
|
|
border-radius: 70rpx;
|
|
}
|
|
.page-footer .footer-buy .cart-add text.data-v-1732a66e {
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.page-footer .footer-buy .buy-at.data-v-1732a66e {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 48%;
|
|
height: 70rpx;
|
|
background: #4d9a5e;
|
|
border-radius: 70rpx;
|
|
}
|
|
.page-footer .footer-buy .buy-at text.data-v-1732a66e {
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
|