You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

278 lines
6.4 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.implement {
width: 100%;
height: 100%;
background-color: #f2f2f2;
position: absolute;
}
.implement .tops {
width: 100%;
height: 11%;
background-color: #f2f2f2;
position: relative;
}
.implement .headers {
position: relative;
width: 96%;
margin-left: 50%;
transform: translateX(-50%);
background-color: #fff;
margin-top: 30rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.implement .headers .title {
width: 100%;
height: 90rpx;
text-align: center;
line-height: 90rpx;
display: flex;
justify-content: space-between;
font-size: 28rpx;
}
.implement .headers .title .lefts {
width: 50%;
height: 80rpx;
position: relative;
}
.implement .headers .title .lefts .line {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 2rpx;
width: 60rpx;
height: 8rpx;
background-color: #009dd9;
}
.implement .headers .title .active {
color: #009dd9;
}
.implement .headers .box {
width: 100%;
}
.implement .headers .box .cardTime {
width: 90%;
height: 120rpx;
margin-left: 50%;
transform: translateX(-50%);
line-height: 120rpx;
display: flex;
justify-content: space-between;
box-sizing: border-box;
padding-left: 30rpx;
padding-right: 30rpx;
border: 1rpx solid #009dd9;
border-radius: 20rpx 20rpx 20rpx 20rpx;
font-size: 28rpx;
margin-top: 40rpx;
}
.implement .headers .box .cardTime .color-r {
font-size: 45rpx;
}
.implement .headers .box .cardActive {
background-color: black;
color: white;
}
.implement .headers .box .cardActive .color-r {
color: #d9001b;
}
.implement .headers .secondaryCard-auto {
width: 100%;
max-height: 800rpx;
position: relative;
}
.implement .headers .secondaryCard-auto .card {
width: 88%;
height: 200rpx;
background-color: #fff;
margin-left: 50%;
transform: translateX(-50%);
margin-top: 45rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
border: 1rpx solid #009dd9;
}
.implement .headers .secondaryCard-auto .card .card-l {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
border: 1rpx solid #666;
margin-left: 30rpx;
}
.implement .headers .secondaryCard-auto .card .card-c {
width: 50%;
height: 200rpx;
font-size: 28rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .t {
width: 100%;
height: 66rpx;
line-height: 66rpx;
display: flex;
margin-top: 6rpx;
justify-content: space-between;
}
.implement .headers .secondaryCard-auto .card .card-c .t .w {
font-weight: 700;
letter-spacing: 5rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .t .w .blacks {
font-size: 35rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .t .reds .color-r {
color: #da0722;
font-size: 35rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .c {
width: 100%;
height: 66rpx;
line-height: 66rpx;
font-size: 26rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .c .color-r {
color: #da0722;
font-size: 35rpx;
}
.implement .headers .secondaryCard-auto .card .card-c .d {
width: 100%;
height: 50rpx;
line-height: 50rpx;
box-sizing: border-box;
padding-top: 10rpx;
font-size: 26rpx;
}
.implement .headers .secondaryCard-auto .card .card-r {
width: 160rpx;
height: 50rpx;
background-color: #027db4;
text-align: center;
line-height: 50rpx;
margin-right: 20rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
color: white;
}
.implement .headers .secondaryCard-auto .card .card-r1 {
width: 120rpx;
height: 120rpx;
background-color: #027db4;
text-align: center;
line-height: 50rpx;
margin-left: 20rpx;
margin-right: 40rpx;
border-radius: 50%;
color: white;
}
.implement .headers .ding {
width: 100%;
height: 50rpx;
}
.implement .playCheck {
width: 96%;
height: 300rpx;
margin-left: 50%;
transform: translateX(-50%);
background-color: #fff;
margin-top: 30rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
position: relative;
}
.implement .playCheck .palys {
width: 100%;
height: 150rpx;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.implement .playCheck .palys .play-left {
width: 50%;
height: 110rpx;
display: flex;
align-items: center;
margin-left: 50rpx;
}
.implement .playCheck .palys .play-left .i {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
border: 1rpx solid red;
}
.implement .playCheck .palys .play-left .txt {
display: block;
margin-left: 20rpx;
font-size: 26rpx;
}
.implement .playCheck .palys .right-i {
width: 50rpx;
height: 50rpx;
border-radius: 50%;
border: 1rpx solid #666;
margin-right: 80rpx;
}
.implement .playCheck .palys .iactive {
background-size: 100% 100%;
background-image: url("https://www.jiubaotongxue.love/image/tin.jpg");
}
.implement .playCheck .lines {
width: 90%;
border-top: 1rpx dashed #666;
margin-left: 50%;
transform: translateX(-50%);
}
.bottoms {
width: 100%;
height: 100rpx;
background-color: #fff;
position: fixed;
bottom: 0rpx;
bottom: constant(safe-area-inset-bottom);
bottom: env(safe-area-inset-bottom);
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding-left: 50rpx;
}
.bottoms .bottoms-left {
font-size: 28rpx;
}
.bottoms .bottoms-left .color-r {
color: #d9001b;
font-size: 40rpx;
}
.bottoms .btn {
width: 180rpx;
height: 50rpx;
line-height: 50rpx;
text-align: center;
background-color: #da0722;
font-size: 26rpx;
margin-right: 30rpx;
color: white;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}