277 lines
6.6 KiB
Plaintext
277 lines
6.6 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* start--主题色--start */
|
||
/* end--主题色--end */
|
||
page.data-v-0f00adf4 {
|
||
background-color: #f2f2f2;
|
||
}
|
||
.foot_.data-v-0f00adf4 {
|
||
height: 98rpx;
|
||
width: 100%;
|
||
}
|
||
.card .scroll-Y.data-v-0f00adf4 {
|
||
position: relative;
|
||
}
|
||
.card .checkbox.data-v-0f00adf4 {
|
||
-webkit-transform: scale(0.7);
|
||
transform: scale(0.7);
|
||
}
|
||
[data-theme='theme0'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #ff5704 !important;
|
||
}
|
||
[data-theme='theme1'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #19ad57 !important;
|
||
}
|
||
[data-theme='theme2'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #ffcc00 !important;
|
||
}
|
||
[data-theme='theme3'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #33a7ff !important;
|
||
}
|
||
[data-theme='theme4'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #e4e4e4 !important;
|
||
}
|
||
[data-theme='theme5'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #c8ba97 !important;
|
||
}
|
||
[data-theme='theme6'] .card .checkbox.data-v-0f00adf4 {
|
||
color: #623ceb !important;
|
||
}
|
||
.address-bar.data-v-0f00adf4 {
|
||
padding: 20rpx;
|
||
background-color: #f2f2f2;
|
||
}
|
||
.address-bar button.data-v-0f00adf4 {
|
||
border: none;
|
||
background: none;
|
||
color: #333333;
|
||
}
|
||
.section.data-v-0f00adf4 {
|
||
background: #f2f2f2;
|
||
padding: 20rpx;
|
||
}
|
||
.section .item.data-v-0f00adf4 {
|
||
margin: 0 26rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
padding-right: 19rpx;
|
||
padding-bottom: 29rpx;
|
||
padding-top: 29rpx;
|
||
}
|
||
.section .cover.data-v-0f00adf4 {
|
||
width: 150rpx;
|
||
height: 150rpx;
|
||
border-radius: 8px;
|
||
}
|
||
.section .info.data-v-0f00adf4 {
|
||
flex: 1;
|
||
padding-left: 30rpx;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
}
|
||
.section .title.data-v-0f00adf4 {
|
||
width: 100%;
|
||
font-size: 26rpx;
|
||
display: -webkit-box;
|
||
overflow: hidden;
|
||
-webkit-line-clamp: 2;
|
||
-webkit-box-orient: vertical;
|
||
}
|
||
.vender .list .describe.data-v-0f00adf4 {
|
||
width: 100%;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.section .describe.data-v-0f00adf4 {
|
||
margin-top: 20rpx;
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
-webkit-line-clamp: 3;
|
||
overflow: hidden;
|
||
}
|
||
.section .price.data-v-0f00adf4 {
|
||
font-size: 24rpx;
|
||
}
|
||
[data-theme='theme0'] .section .price.data-v-0f00adf4 {
|
||
color: #ff5704 !important;
|
||
}
|
||
[data-theme='theme1'] .section .price.data-v-0f00adf4 {
|
||
color: #19ad57 !important;
|
||
}
|
||
[data-theme='theme2'] .section .price.data-v-0f00adf4 {
|
||
color: #ffcc00 !important;
|
||
}
|
||
[data-theme='theme3'] .section .price.data-v-0f00adf4 {
|
||
color: #33a7ff !important;
|
||
}
|
||
[data-theme='theme4'] .section .price.data-v-0f00adf4 {
|
||
color: #e4e4e4 !important;
|
||
}
|
||
[data-theme='theme5'] .section .price.data-v-0f00adf4 {
|
||
color: #c8ba97 !important;
|
||
}
|
||
[data-theme='theme6'] .section .price.data-v-0f00adf4 {
|
||
color: #623ceb !important;
|
||
}
|
||
.section .price .num.data-v-0f00adf4 {
|
||
padding: 0 4rpx;
|
||
font-size: 32rpx;
|
||
}
|
||
.section .level-box.data-v-0f00adf4 {
|
||
margin-top: 20rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.section .level-box .key.data-v-0f00adf4 {
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
}
|
||
.section .level-box .num-wrap.data-v-0f00adf4 {
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
.section .level-box .icon-box.data-v-0f00adf4 {
|
||
width: 33rpx;
|
||
height: 33rpx;
|
||
border: 1px solid #c5c5c5;
|
||
background: #f2f2f2;
|
||
}
|
||
.section .level-box .icon-box .gray.data-v-0f00adf4 {
|
||
color: #cccccc;
|
||
}
|
||
.section .level-box .icon-box .gray3.data-v-0f00adf4 {
|
||
color: #333333;
|
||
}
|
||
.section .level-box .text-wrap.data-v-0f00adf4 {
|
||
margin: 0 20rpx;
|
||
height: 33rpx;
|
||
border: none;
|
||
background: none;
|
||
}
|
||
.section .level-box .text-wrap input.data-v-0f00adf4 {
|
||
padding: 0 4rpx;
|
||
height: 33rpx;
|
||
line-height: 1;
|
||
width: 40rpx;
|
||
font-size: 32rpx;
|
||
text-align: center;
|
||
display: flex;
|
||
align-items: center;
|
||
min-height: 33rpx;
|
||
}
|
||
.bottom-btns.data-v-0f00adf4 {
|
||
position: fixed;
|
||
width: 100%;
|
||
padding: 0 0 0 20rpx;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
bottom: 0px;
|
||
left: 0;
|
||
box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.1);
|
||
background: #ffffff;
|
||
z-index: 1000;
|
||
}
|
||
.bottom-btns.is_auto.data-v-0f00adf4 {
|
||
bottom: calc(env(safe-area-inset-bottom) + 98rpx);
|
||
}
|
||
.bottom-btns .delete-btn.data-v-0f00adf4 {
|
||
margin: 0;
|
||
padding: 0 30rpx;
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
border-radius: 30rpx;
|
||
font-size: 26rpx;
|
||
}
|
||
.bottom-btns .buy-btn.data-v-0f00adf4 {
|
||
margin: 0;
|
||
padding: 0 24rpx;
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
border-radius: 30rpx;
|
||
font-size: 26rpx;
|
||
}
|
||
[data-theme='theme0'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #ff4c01 !important;
|
||
}
|
||
[data-theme='theme1'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #e31c28 !important;
|
||
}
|
||
[data-theme='theme2'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #f55234 !important;
|
||
}
|
||
[data-theme='theme3'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #ff4645 !important;
|
||
}
|
||
[data-theme='theme4'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #ff4d4d !important;
|
||
}
|
||
[data-theme='theme5'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #e7032c !important;
|
||
}
|
||
[data-theme='theme6'] .bottom-btns .price.data-v-0f00adf4 {
|
||
color: #e31c28 !important;
|
||
}
|
||
.supplier_list.data-v-0f00adf4 {
|
||
overflow: hidden;
|
||
background-color: #FFFFFF;
|
||
border-radius: 15rpx;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.supplier_list_tit.data-v-0f00adf4 {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-left: 28rpx;
|
||
margin-top: 28rpx;
|
||
}
|
||
.icon-dianpu1.data-v-0f00adf4 {
|
||
font-size: 34rpx;
|
||
color: #333333;
|
||
margin: 0 17rpx;
|
||
}
|
||
.cart_none .cart_none_img.data-v-0f00adf4 {
|
||
width: 348rpx;
|
||
height: 222rpx;
|
||
}
|
||
.none_btn.data-v-0f00adf4 {
|
||
font-size: 32rpx;
|
||
border-radius: 40rpx;
|
||
}
|
||
.add_icon.data-v-0f00adf4,
|
||
.reduce_icon.data-v-0f00adf4 {
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
}
|
||
|