256 lines
6.5 KiB
Plaintext
256 lines
6.5 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.preview.data-v-2dad6c07 {
|
||
width: 100%;
|
||
height: 100vh;
|
||
position: relative;
|
||
}
|
||
.preview swiper.data-v-2dad6c07 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.preview swiper image.data-v-2dad6c07 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.preview .mask .goBack.data-v-2dad6c07 {
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
margin: auto;
|
||
width: -webkit-fit-content;
|
||
width: fit-content;
|
||
color: #fff;
|
||
width: 38px;
|
||
height: 38px;
|
||
background: rgba(0, 0, 0, 0.5);
|
||
left: 30rpx;
|
||
top: 0;
|
||
margin-left: 0;
|
||
border-radius: 100px;
|
||
-webkit-backdrop-filter: blur(10rpx);
|
||
backdrop-filter: blur(10rpx);
|
||
border: 1px solid rbga(255, 255, 255, 0.3);
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.preview .mask .count.data-v-2dad6c07 {
|
||
position: absolute;
|
||
top: 10vh;
|
||
left: 0;
|
||
right: 0;
|
||
margin: auto;
|
||
width: -webkit-fit-content;
|
||
width: fit-content;
|
||
background: rgba(0, 0, 0, 0.3);
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
border-radius: 40rpx;
|
||
padding: 8rpx 28rpx;
|
||
-webkit-backdrop-filter: blur(20rpx);
|
||
backdrop-filter: blur(20rpx);
|
||
}
|
||
.preview .mask .time.data-v-2dad6c07 {
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
margin: auto;
|
||
width: -webkit-fit-content;
|
||
width: fit-content;
|
||
color: #fff;
|
||
top: calc(10vh + 80rpx);
|
||
font-size: 140rpx;
|
||
font-weight: 100rpx;
|
||
line-height: 1em;
|
||
text-shadow: 0 4rpx rgba(0, 0, 0, 0.3);
|
||
}
|
||
.preview .mask .date.data-v-2dad6c07 {
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
margin: auto;
|
||
width: -webkit-fit-content;
|
||
width: fit-content;
|
||
color: #fff;
|
||
top: calc(10vh + 230rpx);
|
||
font-size: 34rpx;
|
||
text-shadow: 0 2rpx rgba(0, 0, 0, 0.3);
|
||
}
|
||
.preview .mask .footer.data-v-2dad6c07 {
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
margin: auto;
|
||
width: -webkit-fit-content;
|
||
width: fit-content;
|
||
color: #fff;
|
||
background: rgba(255, 255, 255, 0.8);
|
||
bottom: 10vh;
|
||
width: 65vw;
|
||
height: 120rpx;
|
||
border-radius: 120rpx;
|
||
color: #000;
|
||
display: flex;
|
||
justify-content: space-around;
|
||
align-items: center;
|
||
box-shadow: 0 2rpx rgba(0, 0, 0, 0.1);
|
||
-webkit-backdrop-filter: blur(20rpx);
|
||
backdrop-filter: blur(20rpx);
|
||
}
|
||
.preview .mask .footer .box.data-v-2dad6c07 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
padding: 2rpx 12rpx;
|
||
}
|
||
.preview .mask .footer .box .text.data-v-2dad6c07 {
|
||
font-size: 26rpx;
|
||
color: #676767;
|
||
}
|
||
.preview .popHeader.data-v-2dad6c07 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.preview .popHeader .title.data-v-2dad6c07 {
|
||
color: #676767;
|
||
font-size: 26rpx;
|
||
}
|
||
.preview .popHeader .close.data-v-2dad6c07 {
|
||
padding: 6rpx;
|
||
}
|
||
.preview .infoPopup.data-v-2dad6c07 {
|
||
background: #fff;
|
||
padding: 30rpx;
|
||
border-radius: 30rpx 30rpx 0 0;
|
||
overflow: hidden;
|
||
}
|
||
.preview .infoPopup scroll-view.data-v-2dad6c07 {
|
||
max-height: 60vh;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row.data-v-2dad6c07 {
|
||
display: flex;
|
||
padding: 16rpx 0;
|
||
font-size: 32rpx;
|
||
line-height: 1.7em;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .label.data-v-2dad6c07 {
|
||
color: #a7a7a7;
|
||
width: 140rpx;
|
||
text-align: right;
|
||
font-size: 30rpx;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .value.data-v-2dad6c07 {
|
||
flex: 1;
|
||
width: 0;
|
||
font-size: 30rpx;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .roteBox.data-v-2dad6c07 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .roteBox .score.data-v-2dad6c07 {
|
||
font-size: 26rpx;
|
||
color: #676767;
|
||
padding-left: 10rpx;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .tabs.data-v-2dad6c07 {
|
||
display: flex;
|
||
white-space: wrap;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .tabs .tab.data-v-2dad6c07 {
|
||
border: 1px solid #28B389;
|
||
color: #28B389;
|
||
font-size: 22rpx;
|
||
padding: 10rpx 30rpx;
|
||
border-radius: 40rpx;
|
||
line-height: 1em;
|
||
margin: 0 10rpx 10rpx 0;
|
||
}
|
||
.preview .infoPopup scroll-view .content .row .class.data-v-2dad6c07 {
|
||
color: #28B389;
|
||
}
|
||
.preview .infoPopup scroll-view .content .copyright.data-v-2dad6c07 {
|
||
font-size: 28rpx;
|
||
padding: 20rpx;
|
||
background: #F6F6F6;
|
||
color: #666;
|
||
border-radius: 10rpx;
|
||
margin: 20rpx 0;
|
||
line-height: 1.5em;
|
||
}
|
||
.preview .scorePopup.data-v-2dad6c07 {
|
||
background: #fff;
|
||
padding: 30rpx;
|
||
width: 70vw;
|
||
border-radius: 30rpx;
|
||
overflow: hidden;
|
||
}
|
||
.preview .scorePopup .content.data-v-2dad6c07 {
|
||
padding: 30rpx 0;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.preview .scorePopup .content .text.data-v-2dad6c07 {
|
||
color: #FFCA3E;
|
||
padding-left: 10rpx;
|
||
width: 80rpx;
|
||
line-height: 1em;
|
||
text-align: right;
|
||
}
|
||
.preview .scorePopup .footer.data-v-2dad6c07 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
} |