This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -0,0 +1,155 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.data-v-6c0f0ebd .commonPageBox {
background-color: #EDF6F5 !important;
}
.searchList .item.data-v-6c0f0ebd {
font-size: 28rpx;
padding: 20rpx;
border-bottom: 1px solid #dadbde;
}
.scroll-view_H.data-v-6c0f0ebd {
background-color: #fff;
white-space: nowrap;
padding: 10rpx;
}
.scroll-Y.data-v-6c0f0ebd {
height: 100%;
}
.scroll-view_H.data-v-6c0f0ebd {
white-space: nowrap;
width: 100%;
}
.scroll-view-item_H.data-v-6c0f0ebd {
display: inline-block;
width: 100%;
}
.titleList.data-v-6c0f0ebd {
height: 100%;
}
.titleList2.data-v-6c0f0ebd {
height: calc(100% - 170rpx);
}
.related_courses_name.data-v-6c0f0ebd {
width: 100%;
line-height: 60rpx;
font-weight: 700;
}
.related_courses_name .aui-text-danger.data-v-6c0f0ebd {
display: inline-block;
float: right;
}
.book_image.data-v-6c0f0ebd {
width: 100%;
height: 100%;
float: left;
}
.data-v-6c0f0ebd .list_item {
border-radius: 20rpx;
margin-bottom: 20rpx;
background: #fff !important;
box-shadow: 0px 0px 6rpx 0px #3ab3ae70 !important;
}
.data-v-6c0f0ebd .list_item .rightArrow {
margin-top: 0rpx !important;
}
.data-v-6c0f0ebd .list_item .titleItem {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.feng.data-v-6c0f0ebd {
background-color: #f6f7f2;
margin: 0rpx 22rpx 0 0;
height: 200rpx !important;
width: 260rpx !important;
float: left;
border-radius: 14rpx;
}
.cate_right.data-v-6c0f0ebd {
width: calc(100% - 260rpx);
float: right;
}
.commonPageBox.data-v-6c0f0ebd {
background-image: #edf6f5ad !important;
}
.data-v-6c0f0ebd .uni-scroll-view-content {
box-sizing: border-box !important;
padding: 20rpx !important;
}
.curriculum_tag.data-v-6c0f0ebd {
width: auto !important;
padding: 0 20rpx;
border-radius: 10rpx;
font-size: 26rpx;
letter-spacing: 2rpx;
text-align: center;
display: inline-block;
background-color: #39b3b8;
border: 1rpx solid #39b3b8;
line-height: 40rpx;
color: #fff;
}
.curriculum_tag_info_box.data-v-6c0f0ebd {
width: 100%;
margin-top: 1cqi;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.price_box.data-v-6c0f0ebd {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 0rpx;
}
.data-v-6c0f0ebd .scroll-view-item:nth-child(2n-1) {
background-color: #fff !important;
}
.btn_box_btn.data-v-6c0f0ebd {
padding: 8rpx 20rpx;
box-sizing: border-box;
width: auto;
text-align: center;
border-radius: 20rpx;
background-image: -webkit-linear-gradient(left, #39b3b8 0%, #00e1ec 100%);
background-image: linear-gradient(90deg, #39b3b8 0%, #00e1ec 100%);
font-size: 24rpx;
line-height: 32rpx;
color: #fff;
}