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.
215 lines
5.3 KiB
215 lines
5.3 KiB
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.u-nav-slot.data-v-140ee42a {
|
|
display: flex;
|
|
}
|
|
.u-nav-slot .btn.data-v-140ee42a {
|
|
color: #fff;
|
|
position: relative;
|
|
padding: 0 20rpx;
|
|
}
|
|
.u-nav-slot .btn.active.data-v-140ee42a::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: -20rpx;
|
|
width: 30rpx;
|
|
height: 4rpx;
|
|
background: #F6F7F8;
|
|
border-radius: 2rpx;
|
|
transform: translateX(-50%);
|
|
}
|
|
.content.data-v-140ee42a {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
padding: 100rpx 30rpx 30rpx 30rpx;
|
|
background: url("../../../static/images/topbg.png") #F6F7FA no-repeat;
|
|
background-size: 100% 410rpx;
|
|
}
|
|
.content .studyDay.data-v-140ee42a {
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
padding: 40rpx 0;
|
|
}
|
|
.content .card.data-v-140ee42a {
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
margin-top: 20rpx;
|
|
}
|
|
.content .card.card2.data-v-140ee42a {
|
|
padding: 20rpx;
|
|
}
|
|
.content .card .pd20.data-v-140ee42a {
|
|
padding: 20rpx;
|
|
}
|
|
.content .card .tabs.data-v-140ee42a {
|
|
height: 84rpx;
|
|
background: #F6F7FA;
|
|
border-radius: 20rpx 20rpx 0px 0px;
|
|
display: flex;
|
|
line-height: 84rpx;
|
|
text-align: center;
|
|
}
|
|
.content .card .tabs .tab.data-v-140ee42a {
|
|
width: 160rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
}
|
|
.content .card .tabs .tab.active.data-v-140ee42a {
|
|
background: #fff;
|
|
}
|
|
.content .card .statistics.data-v-140ee42a {
|
|
display: flex;
|
|
}
|
|
.content .card .statistics .statisticsItem.data-v-140ee42a {
|
|
width: 25%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 152rpx;
|
|
}
|
|
.content .card .statistics .statisticsItem.data-v-140ee42a:last-child {
|
|
background: linear-gradient(0deg, rgba(55, 118, 255, 0) 0%, #EDF3FF 100%);
|
|
border-radius: 10px;
|
|
color: #1989FA;
|
|
}
|
|
.content .card .statistics .statisticsItem:last-child .text.data-v-140ee42a {
|
|
color: #1989FA;
|
|
}
|
|
.content .card .statistics .statisticsItem .num.data-v-140ee42a {
|
|
font-family: DIN;
|
|
font-weight: bold;
|
|
font-size: 38rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
.content .card .statistics .statisticsItem .text.data-v-140ee42a {
|
|
font-size: 24rpx;
|
|
color: #CCCCCC;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.content .card .h3.data-v-140ee42a {
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
}
|
|
.content .card .bgCard_row.data-v-140ee42a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
.content .card .bgCard_row .bgCard.data-v-140ee42a {
|
|
padding: 20rpx 0 0 30rpx;
|
|
height: 172rpx;
|
|
width: 48%;
|
|
}
|
|
.content .card .bgCard_row .bgCard.data-v-140ee42a:first-child {
|
|
background: url("../../../static/images/mystudy1.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
color: #24CBBA;
|
|
}
|
|
.content .card .bgCard_row .bgCard.data-v-140ee42a:last-child {
|
|
background: url("../../../static/images/mystudy2.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
color: #F07634;
|
|
}
|
|
.content .card .bgCard_row .bgCard .lab.data-v-140ee42a {
|
|
font-size: 28rpx;
|
|
}
|
|
.content .card .bgCard_row .bgCard .tps.data-v-140ee42a {
|
|
font-size: 24rpx;
|
|
opacity: 0.3;
|
|
padding: 6rpx 0;
|
|
}
|
|
.content .card .bgCard_row .bgCard .num.data-v-140ee42a {
|
|
font-family: DIN;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
}
|
|
.content .tip.data-v-140ee42a {
|
|
font-size: 24rpx;
|
|
color: #ccc;
|
|
padding: 10rpx 0 30rpx;
|
|
}
|
|
.content .tips.data-v-140ee42a {
|
|
width: 360rpx;
|
|
height: 48rpx;
|
|
background: #DCE7FF;
|
|
border-radius: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #1989FA;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
.content .chartTab.data-v-140ee42a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.content .chartTab .btn_row.data-v-140ee42a {
|
|
display: flex;
|
|
width: 170rpx;
|
|
height: 44rpx;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
border: 1px solid #1989FA;
|
|
}
|
|
.content .chartTab .btn_row .btn.bg.data-v-140ee42a {
|
|
background: #3776FF;
|
|
color: #fff;
|
|
}
|
|
.content .chartTab .btn_row .btn.data-v-140ee42a {
|
|
color: #1989FA;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
flex: 1;
|
|
}
|
|
.content .tables.data-v-140ee42a {
|
|
width: 100%;
|
|
}
|
|
.content .tables .fristTab.li.data-v-140ee42a {
|
|
background: #F4F4F4;
|
|
border-radius: 8rpx 8rpx 0 0;
|
|
}
|
|
.content .tables .fristTab.li .item.data-v-140ee42a {
|
|
color: #1989FA;
|
|
}
|
|
.content .tables .li.data-v-140ee42a {
|
|
height: 76rpx;
|
|
line-height: 76rpx;
|
|
border-bottom: 1rpx solid #F4F4F4;
|
|
display: flex;
|
|
}
|
|
.content .tables .li .item.data-v-140ee42a {
|
|
text-align: center;
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
}
|
|
.btnE.data-v-140ee42a {
|
|
width: 240rpx;
|
|
margin: 30rpx auto 60rpx auto;
|
|
}
|