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.
331 lines
7.7 KiB
331 lines
7.7 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 主要颜色 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* 地址 */
|
|
.address-data.data-v-af5aa274 {
|
|
position: relative;
|
|
padding: 10rpx 20rpx;
|
|
background-color: #FFFFFF;
|
|
margin: 0 24rpx;
|
|
overflow: hidden;
|
|
margin-top: 110rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
.address-data .address-list.data-v-af5aa274 {
|
|
width: 100%;
|
|
}
|
|
.address-data .address-list .list.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
}
|
|
.address-data .address-list .list .moren.data-v-af5aa274 {
|
|
padding: 5rpx 10rpx;
|
|
background-color: #9F751F;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
color: #ffffff;
|
|
margin-right: 10rpx;
|
|
}
|
|
.address-data .address-list .list text.data-v-af5aa274 {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #9F751F;
|
|
margin-right: 10rpx;
|
|
}
|
|
.address-data .address-list .list .address.data-v-af5aa274 {
|
|
font-size: 24rpx;
|
|
color: #9F751F;
|
|
}
|
|
.address-data .address-list .list .tips.data-v-af5aa274 {
|
|
color: #236030;
|
|
}
|
|
.address-data .nothasAddr.data-v-af5aa274 {
|
|
color: #9F751F;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 40rpx 0;
|
|
border-bottom: 1px solid #eaeaea;
|
|
}
|
|
/* 商品 */
|
|
.goods-data.data-v-af5aa274 {
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx auto;
|
|
}
|
|
.goods-data .goods-list.data-v-af5aa274 {
|
|
width: 100%;
|
|
}
|
|
.goods-data .goods-list .list.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
}
|
|
.goods-data .goods-list .list .thumb.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 30%;
|
|
height: 100%;
|
|
}
|
|
.goods-data .goods-list .list .thumb image.data-v-af5aa274 {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.goods-data .goods-list .list .item.data-v-af5aa274 {
|
|
width: 70%;
|
|
height: 160rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .title.data-v-af5aa274 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .title .name.data-v-af5aa274 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
}
|
|
.goods-data .goods-list .list .item .title .attr.data-v-af5aa274 {
|
|
font-size: 24rpx;
|
|
color: #C0C0C0;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .price.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .price text.data-v-af5aa274 {
|
|
color: #236030;
|
|
font-weight: bold;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .price .min.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .price .max.data-v-af5aa274 {
|
|
font-size: 32rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .number.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.goods-data .goods-list .list .item .price-number .number text.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
.goods-data .goods-list .list .item .tag.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 40rpx;
|
|
}
|
|
.goods-data .goods-list .list .item .tag text.data-v-af5aa274 {
|
|
padding: 2rpx 12rpx;
|
|
color: #236030;
|
|
border: 2rpx solid #236030;
|
|
border-radius: 40rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
/**
|
|
* 地址提示
|
|
*/
|
|
.address-tips.data-v-af5aa274 {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 100rpx;
|
|
z-index: 100;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
padding: 0 4%;
|
|
background-color: #fef2ce;
|
|
}
|
|
.address-tips text.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
color: #fbbd08;
|
|
}
|
|
/* 订单金额 */
|
|
.order-price.data-v-af5aa274 {
|
|
margin: 20rpx 24rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
}
|
|
.order-price .price-list.data-v-af5aa274 {
|
|
padding: 0 4%;
|
|
}
|
|
.order-price .price-list .list.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
}
|
|
.order-price .price-list .list .title.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.order-price .price-list .list .title text.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
color: #555555;
|
|
}
|
|
.order-price .price-list .list .price.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.order-price .price-list .list .price text.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
color: #236030;
|
|
}
|
|
.order-price .price-list .list .price .highlight.data-v-af5aa274 {
|
|
color: #236030;
|
|
}
|
|
/* 顶部合计提交 */
|
|
.footer-submit.data-v-af5aa274 {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
background-color: #FFFFFF;
|
|
padding: 0 4%;
|
|
}
|
|
.footer-submit .price.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.footer-submit .price text.data-v-af5aa274 {
|
|
color: #236030;
|
|
}
|
|
.footer-submit .price .min.data-v-af5aa274 {
|
|
font-size: 28rpx;
|
|
}
|
|
.footer-submit .submit.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 200rpx;
|
|
height: 70rpx;
|
|
background-color: #236030;
|
|
border-radius: 10rpx;
|
|
}
|
|
.footer-submit .submit text.data-v-af5aa274 {
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.showcontent.data-v-af5aa274 {
|
|
position: relative;
|
|
}
|
|
.showcontent > image.data-v-af5aa274 {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.showcontent .contentContainer.data-v-af5aa274 {
|
|
position: absolute;
|
|
padding: 0 40rpx;
|
|
z-index: 11;
|
|
top: 60%;
|
|
left: 0;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 100%;
|
|
}
|
|
.showcontent .contentContainer .text.data-v-af5aa274 {
|
|
text-align: center;
|
|
}
|
|
.showcontent .contentContainer .text .textTitle.data-v-af5aa274 {
|
|
color: #222;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.showcontent .contentContainer .text .intrTitle.data-v-af5aa274 {
|
|
color: #222;
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
margin-top: 30rpx;
|
|
}
|
|
.showcontent .contentContainer .text .intr.data-v-af5aa274 {
|
|
line-height: 40rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.showcontent .contentContainer .btnContent.data-v-af5aa274 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 50rpx;
|
|
justify-content: space-around;
|
|
}
|
|
.showcontent .contentContainer .btnContent .submitBtn.data-v-af5aa274 {
|
|
color: #deba6d;
|
|
border: 0.5px solid #30220d;
|
|
background: #30220d;
|
|
width: 60%;
|
|
text-align: center;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
border-radius: 22px;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
}
|
|
.noqg.data-v-af5aa274 {
|
|
padding-top: 50rpx;
|
|
text-align: center;
|
|
}
|
|
.noqg image.data-v-af5aa274 {
|
|
width: 30%;
|
|
height: auto;
|
|
}
|
|
.noqg .yihan.data-v-af5aa274 {
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #fbbd08;
|
|
margin-top: 30rpx;
|
|
}
|
|
.noqg .back.data-v-af5aa274 {
|
|
width: 60%;
|
|
background-color: #236030;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
|