118 lines
3.0 KiB
Plaintext
118 lines
3.0 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.timeVideo.data-v-dd7dcdb8 {
|
|||
|
width: 100%;
|
|||
|
min-height: 100vh;
|
|||
|
background-color: #F5F6FA;
|
|||
|
}
|
|||
|
.timeVideo .content.data-v-dd7dcdb8 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 30rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item.data-v-dd7dcdb8 {
|
|||
|
width: 690rpx;
|
|||
|
height: 577rpx;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 15rpx;
|
|||
|
margin-bottom: 30rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .nav.data-v-dd7dcdb8 {
|
|||
|
height: 90rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 20rpx;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.timeVideo .content .item .nav > image.data-v-dd7dcdb8 {
|
|||
|
width: 50rpx;
|
|||
|
height: 50rpx;
|
|||
|
margin-right: 16rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .nav > text.data-v-dd7dcdb8 {
|
|||
|
font-size: 30rpx;
|
|||
|
font-family: PingFang SC;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.timeVideo .content .item .video.data-v-dd7dcdb8 {
|
|||
|
width: 690rpx;
|
|||
|
height: 380rpx;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 15rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0 20rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .video > image.data-v-dd7dcdb8 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer.data-v-dd7dcdb8 {
|
|||
|
width: 100%;
|
|||
|
height: 107rpx;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0 20rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .left.data-v-dd7dcdb8 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .left > image.data-v-dd7dcdb8 {
|
|||
|
width: 30rpx;
|
|||
|
height: 30rpx;
|
|||
|
margin-right: 10rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .left > text.data-v-dd7dcdb8 {
|
|||
|
font-size: 24rpx;
|
|||
|
font-family: PingFang SC;
|
|||
|
font-weight: bold;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .right.data-v-dd7dcdb8 {
|
|||
|
width: 200rpx;
|
|||
|
height: 66rpx;
|
|||
|
background: linear-gradient(0deg, #7BD4B6 0%, #26B383 100%);
|
|||
|
border-radius: 33rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .right > image.data-v-dd7dcdb8 {
|
|||
|
width: 30rpx;
|
|||
|
height: 30rpx;
|
|||
|
margin-right: 10rpx;
|
|||
|
}
|
|||
|
.timeVideo .content .item .timer .right > text.data-v-dd7dcdb8 {
|
|||
|
font-size: 28rpx;
|
|||
|
font-family: PingFang SC;
|
|||
|
font-weight: bold;
|
|||
|
color: #FFFFFF;
|
|||
|
}
|
|||
|
|