233 lines
5.9 KiB
Plaintext
233 lines
5.9 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@-webkit-keyframes example1-data-v-6cf6701e {
|
||
0% {
|
||
-webkit-transform: translate(-100px);
|
||
transform: translate(-100px);
|
||
opacity: 0;
|
||
}
|
||
50% {
|
||
-webkit-transform: translate();
|
||
transform: translate();
|
||
opacity: 0.5;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate(0);
|
||
transform: translate(0);
|
||
}
|
||
}
|
||
@keyframes example1-data-v-6cf6701e {
|
||
0% {
|
||
-webkit-transform: translate(-100px);
|
||
transform: translate(-100px);
|
||
opacity: 0;
|
||
}
|
||
50% {
|
||
-webkit-transform: translate();
|
||
transform: translate();
|
||
opacity: 0.5;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate(0);
|
||
transform: translate(0);
|
||
}
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* uni.scss */
|
||
/* 颜色变量 */
|
||
/* 主要颜色 */
|
||
/* 文本颜色 */
|
||
/* 其它颜色 */
|
||
.goods_item.data-v-6cf6701e {
|
||
overflow: hidden;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
justify-content: space-between;
|
||
padding: 10rpx 20rpx;
|
||
border: 2rpx solid #fff;
|
||
border-radius: 10rpx;
|
||
}
|
||
.title.data-v-6cf6701e {
|
||
box-sizing: border-box;
|
||
margin-bottom: 40rpx;
|
||
padding-left: 20rpx;
|
||
}
|
||
.image_box.data-v-6cf6701e {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
float: left;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.goods_image.data-v-6cf6701e {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.goods_info.data-v-6cf6701e {
|
||
width: calc(100%);
|
||
box-sizing: border-box;
|
||
float: left;
|
||
}
|
||
.goods_info .name.data-v-6cf6701e {
|
||
font-size: 26rpx;
|
||
color: #333;
|
||
}
|
||
.goods_info .price.data-v-6cf6701e {
|
||
font-size: 26rpx;
|
||
color: #aaa;
|
||
}
|
||
.isSelectGoods.data-v-6cf6701e {
|
||
color: #3AB3AE !important;
|
||
border: 2rpx solid #3AB3AE;
|
||
border-radius: 10rpx;
|
||
}
|
||
.isSelectGoods .name.data-v-6cf6701e {
|
||
color: #3AB3AE !important;
|
||
}
|
||
.isSelectGoods .price.data-v-6cf6701e {
|
||
color: #3AB3AE !important;
|
||
}
|
||
.data-v-6cf6701e .list_item {
|
||
padding: 10rpx 0 !important;
|
||
padding-right: 0 !important;
|
||
}
|
||
.goods_image.data-v-6cf6701e {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.curriulum_box.data-v-6cf6701e {
|
||
margin-top: 20rpx;
|
||
width: 100%;
|
||
}
|
||
.curriulum_box .curriulum_title_box.data-v-6cf6701e {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
margin-bottom: 20rpx;
|
||
background-color: #fff;
|
||
}
|
||
.curriulum_box .curriulum_title_box .curriulum_title.data-v-6cf6701e {
|
||
width: calc(100% - 80rpx);
|
||
font-size: 38rpx;
|
||
line-height: 40rpx;
|
||
padding: 20rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.goods_box.data-v-6cf6701e {
|
||
background-color: #fff;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
}
|
||
.goods_box .curriulum_title_box.data-v-6cf6701e {
|
||
width: calc(100%) !important;
|
||
padding-bottom: 20rpx;
|
||
background-color: #fff;
|
||
}
|
||
.goods_box .curriulum_title_box .curriulum_title.data-v-6cf6701e {
|
||
width: calc(100%);
|
||
font-weight: 600;
|
||
font-size: 34rpx;
|
||
margin-top: 80rpx;
|
||
margin-bottom: 0rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.popup_box.data-v-6cf6701e {
|
||
padding-top: 30rpx;
|
||
background-color: transparent;
|
||
}
|
||
.popup_box .popup_top.data-v-6cf6701e {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
color: #fff;
|
||
margin-bottom: 20rpx;
|
||
padding: 0 20rpx;
|
||
}
|
||
.popup_box .popup_top .title.data-v-6cf6701e {
|
||
margin-bottom: 0;
|
||
font-size: 30rpx;
|
||
font-weight: 600;
|
||
}
|
||
.popup_box .popup_content.data-v-6cf6701e {
|
||
padding-bottom: 140rpx;
|
||
}
|
||
.popup_box.data-v-6cf6701e .list_item {
|
||
border: none !important;
|
||
box-shadow: none !important;
|
||
}
|
||
.popup_box .product_image.data-v-6cf6701e {
|
||
width: 120rpx;
|
||
height: 120rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.data-v-6cf6701e .u-popup__content {
|
||
background-color: transparent !important;
|
||
}
|
||
.data-v-6cf6701e .u-popup__content__close {
|
||
color: #fff !important;
|
||
}
|
||
.title_box.data-v-6cf6701e {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
justify-content: space-between;
|
||
padding-left: 0;
|
||
}
|
||
.title_box .title_price.data-v-6cf6701e {
|
||
color: #ef1224;
|
||
font-size: 40rpx;
|
||
font-weight: 700;
|
||
}
|
||
|