666 lines
19 KiB
Plaintext
666 lines
19 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-2bdf8af3 {
|
||
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-2bdf8af3 {
|
||
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 */
|
||
/* 颜色变量 */
|
||
/* 主要颜色 */
|
||
/* 文本颜色 */
|
||
/* 其它颜色 */
|
||
.searchList .item.data-v-2bdf8af3 {
|
||
font-size: 28rpx;
|
||
padding: 20rpx;
|
||
border-bottom: 1px solid #dadbde;
|
||
}
|
||
.scroll-view_H.data-v-2bdf8af3 {
|
||
background-color: #fff;
|
||
white-space: nowrap;
|
||
padding: 10rpx;
|
||
}
|
||
.contentBox.data-v-2bdf8af3 {
|
||
height: calc(100% - 50px);
|
||
}
|
||
.contentBox .statusList.data-v-2bdf8af3 {
|
||
padding: 10rpx;
|
||
box-sizing: border-box;
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
justify-content: space-between;
|
||
}
|
||
.contentBox .statusList text.data-v-2bdf8af3 {
|
||
text-align: center;
|
||
display: inline-block;
|
||
width: 32%;
|
||
padding: 20rpx 0;
|
||
font-size: 34rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.contentBox .statusList .cur.data-v-2bdf8af3 {
|
||
background-color: #3AB3AE;
|
||
color: #fff;
|
||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||
}
|
||
.contentBox .twoCateList.data-v-2bdf8af3 {
|
||
font-size: 28rpx;
|
||
margin-top: 20rpx;
|
||
}
|
||
.contentBox .twoCateList .grid-text.data-v-2bdf8af3 {
|
||
padding: 10rpx 0rpx;
|
||
text-align: center;
|
||
}
|
||
.contentBox .twoCateList .cur.data-v-2bdf8af3 {
|
||
color: #3AB3AE;
|
||
}
|
||
.contentBox .dataList.data-v-2bdf8af3 {
|
||
font-size: 26rpx;
|
||
padding-bottom: 40rpx;
|
||
border-radius: 10rpx;
|
||
background-color: #fff;
|
||
box-sizing: border-box;
|
||
}
|
||
.contentBox .dataList .JFtitleItem.data-v-2bdf8af3 {
|
||
background-color: #ffffff;
|
||
padding: 20rpx 10rpx;
|
||
width: 100%;
|
||
border-bottom: 0.5px solid #f8f9fa;
|
||
}
|
||
.contentBox .dataList .wmzhimg.data-v-2bdf8af3 {
|
||
width: 220rpx;
|
||
height: 220rpx;
|
||
}
|
||
.search_box.data-v-2bdf8af3 {
|
||
margin: 0 auto;
|
||
overflow: hidden;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
width: calc(100% - 10px);
|
||
margin-top: 20rpx;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.search_box .search.data-v-2bdf8af3 {
|
||
height: 56rpx;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
width: 86%;
|
||
margin: 0 auto;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
padding: 0rpx 40rpx;
|
||
background-color: #fff;
|
||
border-radius: 20rpx;
|
||
box-shadow: 0 0px 10px 1px #3ab3ae33;
|
||
}
|
||
.search_box .prompt.data-v-2bdf8af3 {
|
||
color: #838383;
|
||
font-size: 24rpx;
|
||
}
|
||
.search_box .icon_search.data-v-2bdf8af3 {
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3Njc4MkJGREVBRTExRTlCMzQ1QUQ2OTRBMkMzNEZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3Njc4MkMwREVBRTExRTlCMzQ1QUQ2OTRBMkMzNEZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mzc2NzgyQkRERUFFMTFFOUIzNDVBRDY5NEEyQzM0RkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc2NzgyQkVERUFFMTFFOUIzNDVBRDY5NEEyQzM0RkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5HoeccAAAD1ElEQVR42syZWUhVURSG972akZhpZQOIGJVpNrwERVBqA1GUZDaRRQNFNPhQ0CRBYJiZFNFAEJWRTZhgCL40G6FR0nSppLQkus3lkNFEw79pndju9j6dc4ejP3wPa59z9b97Xuu6ampqmE1FgwkgFSSDBBABwkELeA0egjvgHLgBfjI/5bJhdBRYC9JBZxv/4xk4BPaBRl+Nui280x9UgGowy6ZJrjiQCxrABtApGEaXAw+YonnOh/Qp4MNSCW6b9Fok2E7vJto1GqppDwEHwRLFsw/gJCgHVeCT4p1YMBHMA+OkDhkGboK5NFI+9yg3WaIwyRfKehrKbHBeY5LrOSgis8n090TxxVcG5vhjdC+YIbVdBkmg0MScTrVkaKo0LfhcPUY9btvoIrBCajtAPfPCzx2GD/NoUCe0hVFvx9oxGke9KZtcCX6wwKhWYbYHOGrHaCHNHUNXaC4GWm/BZNAstI3/33w1jA6hPVJcOPMD2JOy6hSdsNVsuzQerOGnlNC+DXhZcFVMe6+hgYpF3MZouNSbfJ/cz5xRrhQvNDOaBroKbcdBq0NGL9ECMzRJ8tLGaKrUVs6c1Slpbx2jMzpciL/TseikKqV4hM7oACGuB58dNnpXihN1RrsLsZc5rybwUYh764x2E+IvrH3UKF0HlUZbpcncHgqT1onSaJMQ92oHk27Kwwy16l6qF+IEuo86qTgpvWnQGfUIcbhuHwuiUqT4vs6ovI+lO2x0uhRX64xeBF+FtgwHhz+CagSG3lDypzTaKCVZ8WC2Q0aXSXfgEl2xwi3kSaLyaL4GU/yg2STEvyijML2P8tv8NaG9HygIstHdIEaIz4IHVlKRbOlGvwpkBckkTyAXCDFfIxut5ky8qLVLrEuBI2BmgE1mKabaTvDITrq8WZoC/Gg7Td/W5adB/vkcSkFCFIsqxY7Rb1Qo8EiVk3zaxpJ8NDmYPp+n+cJ8rl4wy3pVWV8zFRxuSe1p9AVOgLEWethFp1wx3TnTLNTB9tB0+6diaFYf5bnLYSnxE/UKXAX32J/ibTNdGfl9cigNZR+TO2iUienrtDa8VowaWgx2gJ4BWEjvwDpQSnWnDJN3X5LZKsasFXKLaG4WSNUNO2qhzw+i8g2/ymWCLbTRq9SXstSlVntUVBcqEmRS9hpt8i5PL3gVsIx6UJeCT6MUPdLkb612+fBjg7gQ4ykZi6IzmyeG7+mO+5hZ/5EhiU6mBM1zb6gf842beEL4K/4rykjaUVRl+Bg36zhqommQr5i3FR3JqDFKOXTN9FAd7Aw/uUJZx1Qp8Ve/BRgA2YPPSqiWJ7EAAAAASUVORK5CYII=);
|
||
background-position: center center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
margin-right: 20rpx;
|
||
}
|
||
.flexbox.data-v-2bdf8af3 {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
}
|
||
.uni-modal .uni-modal__bd.data-v-2bdf8af3 {
|
||
text-align: left;
|
||
}
|
||
.limiTy.data-v-2bdf8af3 {
|
||
font-size: 28rpx;
|
||
line-height: 46rpx;
|
||
}
|
||
.chImage.data-v-2bdf8af3 {
|
||
height: 100rpx;
|
||
}
|
||
.dataList.data-v-2bdf8af3 {
|
||
height: 100%;
|
||
}
|
||
.titleList2.data-v-2bdf8af3 {
|
||
height: calc(100% - 150rpx);
|
||
}
|
||
.priceDetail.data-v-2bdf8af3 {
|
||
height: calc(100% - 180rpx) !important;
|
||
padding: 0rpx 0;
|
||
box-sizing: border-box;
|
||
}
|
||
.componentPage.data-v-2bdf8af3 {
|
||
height: calc(100% - 90rpx) !important;
|
||
}
|
||
.dateReminder.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
font-size: 24rpx;
|
||
text-align: right;
|
||
line-height: 40rpx;
|
||
}
|
||
.fdButtonBox.data-v-2bdf8af3 {
|
||
border: 1rpx solid #3AB3AE;
|
||
background-color: #3AB3AE;
|
||
color: #fff;
|
||
float: right;
|
||
padding: 4rpx 14rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: 30rpx;
|
||
border-radius: 10rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.commonDetailPage.data-v-2bdf8af3 {
|
||
padding-bottom: 150rpx !important;
|
||
background-color: #f5f5f5 !important;
|
||
}
|
||
.goods_box.data-v-2bdf8af3 {
|
||
background-color: #fff;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
}
|
||
.goods_box .curriulum_title_box.data-v-2bdf8af3 {
|
||
width: calc(100%) !important;
|
||
padding-bottom: 20rpx;
|
||
background-color: #fff;
|
||
}
|
||
.goods_box .curriulum_title_box .curriulum_title.data-v-2bdf8af3 {
|
||
width: calc(100%);
|
||
font-weight: 600;
|
||
font-size: 34rpx;
|
||
margin-top: 80rpx;
|
||
margin-bottom: 0rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.dataList.data-v-2bdf8af3 {
|
||
background-color: #fff !important;
|
||
padding: 0 30rpx 40rpx !important;
|
||
box-sizing: border-box;
|
||
}
|
||
.data-v-2bdf8af3 .scroll-view-item:nth-child(2n-1) {
|
||
background-color: transparent !important;
|
||
}
|
||
.dataList.data-v-2bdf8af3 {
|
||
height: auto !important;
|
||
}
|
||
.small_class_teaching_box.data-v-2bdf8af3 {
|
||
padding-top: 20rpx;
|
||
width: 100%;
|
||
margin-top: 20rpx;
|
||
background: #fff;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_top.data-v-2bdf8af3 {
|
||
padding: 20rpx 20rpx 0 10rpx;
|
||
box-sizing: border-box;
|
||
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;
|
||
color: #8f8e8e;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_top .icon1.data-v-2bdf8af3 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_top .small_class_teaching_top_left.data-v-2bdf8af3 {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
color: #018f89;
|
||
font-family: MicrosoftYaHei;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content.data-v-2bdf8af3 {
|
||
margin-top: 20rpx;
|
||
padding-bottom: 10rpx;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .top.data-v-2bdf8af3 {
|
||
padding: 20rpx 20rpx;
|
||
box-sizing: border-box;
|
||
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;
|
||
border-bottom: 4rpx solid #fff;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .top .top_item.data-v-2bdf8af3 {
|
||
width: 23%;
|
||
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
|
||
font-weight: normal;
|
||
font-size: 34rpx;
|
||
color: #018f89;
|
||
line-height: 80rpx;
|
||
background: #cef8ea;
|
||
text-align: center;
|
||
border-radius: 10rpx;
|
||
box-shadow: 0px 0px 6rpx 0px #e9dccc;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
overflow: hidden;
|
||
padding: 20rpx 20rpx;
|
||
box-sizing: border-box;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
color: #018f89;
|
||
font-family: MicrosoftYaHei;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .icon_box.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
margin-bottom: 0rpx;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .icon_box .icon1.data-v-2bdf8af3 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
margin-right: 10rpx;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .progress_box.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .progress_box .progress_icon.data-v-2bdf8af3 {
|
||
width: calc(100% - 240rpx);
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .progress_box .icon1.data-v-2bdf8af3 {
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
margin: 0 20rpx;
|
||
}
|
||
.small_class_teaching_box .small_class_teaching_content .schedule .progress_box .icon2.data-v-2bdf8af3 {
|
||
width: 140rpx;
|
||
height: 100rpx;
|
||
position: absolute;
|
||
right: 0;
|
||
}
|
||
.related_courses_box.data-v-2bdf8af3 {
|
||
background-color: #fff;
|
||
}
|
||
.related_courses_box .small_class_teaching_content.data-v-2bdf8af3 {
|
||
padding: 10rpx 20rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.related_courses_name.data-v-2bdf8af3 {
|
||
display: inline-block;
|
||
width: calc(100% - 0rpx) !important;
|
||
}
|
||
.related_courses_name .aui-text-danger.data-v-2bdf8af3 {
|
||
display: inline-block;
|
||
float: right;
|
||
}
|
||
.original_price.data-v-2bdf8af3 {
|
||
font-size: 28rpx !important;
|
||
font-weight: 500;
|
||
color: #999 !important;
|
||
white-space: nowrap;
|
||
text-decoration: line-through;
|
||
float: left;
|
||
margin-top: 6rpx;
|
||
}
|
||
.price.data-v-2bdf8af3 {
|
||
font-size: 48rpx;
|
||
font-weight: 700;
|
||
float: left;
|
||
margin-right: 10rpx;
|
||
}
|
||
.price_box.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.commonTags.data-v-2bdf8af3 {
|
||
margin-right: 20rpx;
|
||
margin-top: -5rpx !important;
|
||
}
|
||
.sales_number.data-v-2bdf8af3 {
|
||
text-decoration: none;
|
||
color: #b0b0b0;
|
||
font-weight: 500;
|
||
}
|
||
.miaosha_box.data-v-2bdf8af3 {
|
||
overflow: hidden;
|
||
}
|
||
.miaosha_box .countdown.data-v-2bdf8af3 {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
color: #fff;
|
||
font-size: 24rpx;
|
||
}
|
||
.miaosha_box .price_left.data-v-2bdf8af3 {
|
||
width: calc(100% - 340rpx);
|
||
float: left;
|
||
}
|
||
.miaosha_box .price_box.data-v-2bdf8af3 {
|
||
padding: 30rpx 20rpx 30rpx;
|
||
background: -webkit-linear-gradient(left, #ff2701, #fd8d024d);
|
||
background: linear-gradient(to right, #ff2701, #fd8d024d);
|
||
}
|
||
.miaosha_box .price_box .price.data-v-2bdf8af3 {
|
||
color: #fff !important;
|
||
}
|
||
.miaosha_box .price_box .original_price.data-v-2bdf8af3 {
|
||
color: #e4dede !important;
|
||
font-weight: 500;
|
||
margin-left: 20rpx;
|
||
font-size: 26rpx !important;
|
||
}
|
||
.miaosha_box .price_box .sales_number.data-v-2bdf8af3 {
|
||
display: block;
|
||
width: 100%;
|
||
color: #fff !important;
|
||
font-weight: 500;
|
||
padding-left: 10rpx;
|
||
margin-left: 0rpx;
|
||
font-size: 24rpx !important;
|
||
}
|
||
.miaosha_box .curriulum_title.data-v-2bdf8af3 {
|
||
padding: 20rpx 40rpx;
|
||
margin-top: 20rpx !important;
|
||
}
|
||
.normal_box.data-v-2bdf8af3 {
|
||
padding: 40rpx 30rpx;
|
||
}
|
||
.xianshimaiosha_box.data-v-2bdf8af3 {
|
||
width: 340rpx;
|
||
height: 100%;
|
||
float: right;
|
||
}
|
||
.xianshimaiosha.data-v-2bdf8af3 {
|
||
display: inline-block;
|
||
width: 100%;
|
||
line-height: 100rpx;
|
||
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
|
||
font-weight: blod;
|
||
font-size: 64rpx;
|
||
color: red;
|
||
text-align: right;
|
||
padding-right: 20rpx;
|
||
box-sizing: border-box;
|
||
font-style: italic;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list {
|
||
margin-top: 20rpx;
|
||
padding: 20rpx 20rpx 20rpx;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list .content_item {
|
||
width: 100% !important;
|
||
margin-bottom: 0 !important;
|
||
padding: 15rpx 0 0rpx;
|
||
border-top: 1rpx solid #f1f0f0;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list .content_item .book_image {
|
||
width: 60rpx !important;
|
||
height: 60rpx !important;
|
||
float: left !important;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list .content_item .common_curriculum_item {
|
||
width: calc(100% - 88rpx);
|
||
float: right;
|
||
display: block !important;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list .content_item .common_curriculum_item .related_courses_name {
|
||
width: 100% !important;
|
||
}
|
||
.data-v-2bdf8af3 .common_curriculum_list .content_item:nth-child(1) {
|
||
border-top: none !important;
|
||
}
|
||
.data-v-2bdf8af3 .common_section {
|
||
padding: 0 !important;
|
||
padding-bottom: 20rpx !important;
|
||
}
|
||
.goods_detail_list_title.data-v-2bdf8af3 {
|
||
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;
|
||
}
|
||
.goods_detail_list_title .left.data-v-2bdf8af3 {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
}
|
||
.goods_detail_list_title .right.data-v-2bdf8af3 {
|
||
font-size: 24rpx;
|
||
font-weight: 500 !important;
|
||
color: #333;
|
||
font-family: none;
|
||
}
|
||
.commonPageContentBox.data-v-2bdf8af3 {
|
||
height: auto !important;
|
||
}
|
||
.goods_item.data-v-2bdf8af3 {
|
||
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-2bdf8af3 {
|
||
box-sizing: border-box;
|
||
margin-bottom: 40rpx;
|
||
padding-left: 20rpx;
|
||
}
|
||
.image_box.data-v-2bdf8af3 {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
float: left;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.goods_image.data-v-2bdf8af3 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.goods_info.data-v-2bdf8af3 {
|
||
width: calc(100%);
|
||
box-sizing: border-box;
|
||
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;
|
||
float: left;
|
||
}
|
||
.goods_info .name.data-v-2bdf8af3 {
|
||
font-size: 26rpx;
|
||
color: #333;
|
||
}
|
||
.goods_info .price.data-v-2bdf8af3 {
|
||
font-size: 26rpx;
|
||
color: #aaa;
|
||
}
|
||
.isSelectGoods.data-v-2bdf8af3 {
|
||
color: #3AB3AE !important;
|
||
border: 2rpx solid #3AB3AE;
|
||
border-radius: 10rpx;
|
||
}
|
||
.isSelectGoods .name.data-v-2bdf8af3 {
|
||
color: #3AB3AE !important;
|
||
}
|
||
.isSelectGoods .price.data-v-2bdf8af3 {
|
||
color: #3AB3AE !important;
|
||
}
|
||
.data-v-2bdf8af3 .list_item {
|
||
padding: 10rpx 0 !important;
|
||
padding-right: 0 !important;
|
||
}
|
||
.parameterList.data-v-2bdf8af3 .list_item {
|
||
padding: 0 !important;
|
||
border: none !important;
|
||
box-shadow: none !important;
|
||
}
|
||
.parameterList .parameter_box.data-v-2bdf8af3 {
|
||
padding: 20rpx 0;
|
||
}
|
||
.parameterList .goods_item.data-v-2bdf8af3 {
|
||
padding-top: 5rpx !important;
|
||
padding-bottom: 5rpx !important;
|
||
}
|
||
.parameter_info_box.data-v-2bdf8af3 {
|
||
padding: 0 20rpx;
|
||
}
|
||
.parameter_info.data-v-2bdf8af3 .list_item {
|
||
padding: 0 !important;
|
||
border: none !important;
|
||
box-shadow: none !important;
|
||
}
|
||
.parameter_info .goods_item.data-v-2bdf8af3 {
|
||
border: none !important;
|
||
}
|
||
.goodsList .image_box.data-v-2bdf8af3 {
|
||
width: 80rpx;
|
||
height: 80rpx;
|
||
float: left;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.data-v-2bdf8af3 .u-popup__content {
|
||
background-color: transparent !important;
|
||
}
|
||
.data-v-2bdf8af3 .u-popup__content__close {
|
||
color: #fff !important;
|
||
}
|
||
.title_box.data-v-2bdf8af3 {
|
||
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-2bdf8af3 {
|
||
color: #ef1224;
|
||
font-size: 40rpx;
|
||
font-weight: 700;
|
||
}
|
||
.title_list.data-v-2bdf8af3 {
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.book_box .image_box.data-v-2bdf8af3 {
|
||
width: 160rpx;
|
||
height: 160rpx;
|
||
}
|
||
.book_box .goods_info.data-v-2bdf8af3 {
|
||
display: block;
|
||
}
|
||
|