175 lines
4.4 KiB
Plaintext
175 lines
4.4 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.data-v-baa59bc4:export {
|
||
theme_bg: #f30213;
|
||
}
|
||
.nav-head-box.data-v-baa59bc4 {
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
z-index: 100;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 100rpx;
|
||
background: rgba(255, 255, 255, 0);
|
||
height: 200rpx;
|
||
}
|
||
.nav-head-box .back.data-v-baa59bc4 {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100rpx;
|
||
height: 100%;
|
||
padding-top: 100rpx;
|
||
}
|
||
.nav-head-box .back .back-one.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
background-color: rgba(0, 0, 0, 0.3);
|
||
border-radius: 100%;
|
||
}
|
||
.nav-head-box .back .back-one text.data-v-baa59bc4 {
|
||
display: flex;
|
||
width: 20rpx;
|
||
height: 20rpx;
|
||
border-left: 2rpx solid #FFFFFF;
|
||
border-bottom: 2rpx solid #FFFFFF;
|
||
-webkit-transform: rotate(45deg);
|
||
transform: rotate(45deg);
|
||
}
|
||
.nav-head-box .back .action.data-v-baa59bc4 {
|
||
background-color: transparent;
|
||
}
|
||
.nav-head-box .back .action text.data-v-baa59bc4 {
|
||
border-color: #555555;
|
||
}
|
||
.nav-head-box .head-tab.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
height: 100%;
|
||
padding-top: 100rpx;
|
||
}
|
||
.nav-head-box .head-tab .tab.data-v-baa59bc4 {
|
||
position: relative;
|
||
margin: 0 20rpx;
|
||
padding: 0 10rpx;
|
||
}
|
||
.nav-head-box .head-tab .tab text.data-v-baa59bc4 {
|
||
color: #555555;
|
||
font-size: 26rpx;
|
||
}
|
||
.nav-head-box .head-tab .action text.data-v-baa59bc4 {
|
||
color: #212121;
|
||
font-size: 28rpx;
|
||
}
|
||
.nav-head-box .head-tab .action .line.data-v-baa59bc4 {
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: -10rpx;
|
||
width: 100%;
|
||
height: 6rpx;
|
||
background: linear-gradient(to right, #fe3b0f, rgba(255, 255, 255, 0.3));
|
||
}
|
||
.nav-head-box .share-more.data-v-baa59bc4 {
|
||
position: absolute;
|
||
right: 0;
|
||
top: 0;
|
||
padding-top: 100rpx;
|
||
}
|
||
.nav-head-box .share-more .share-more-one.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding-right: 20rpx;
|
||
height: 100%;
|
||
}
|
||
.nav-head-box .share-more .share-more-one .list.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
background-color: rgba(0, 0, 0, 0.3);
|
||
border-radius: 100%;
|
||
}
|
||
.nav-head-box .share-more .share-more-one .list text.data-v-baa59bc4 {
|
||
font-size: 28rpx;
|
||
color: #FFFFFF;
|
||
}
|
||
.nav-head-box .share-more .action .list.data-v-baa59bc4 {
|
||
background-color: transparent;
|
||
}
|
||
.nav-head-box .share-more .action .list text.data-v-baa59bc4 {
|
||
color: #555555;
|
||
}
|
||
.nav-head-box .share-more .mroe-list.data-v-baa59bc4 {
|
||
position: fixed;
|
||
right: 20rpx;
|
||
top: 100rpx;
|
||
top: 180rpx;
|
||
width: 200rpx;
|
||
background-color: rgba(0, 0, 0, 0.6);
|
||
color: #fff;
|
||
border-radius: 10rpx;
|
||
}
|
||
.nav-head-box .share-more .mroe-list .list.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
width: 90%;
|
||
height: 80rpx;
|
||
margin: 0 auto;
|
||
border-bottom: 2rpx solid #C8C7CC;
|
||
padding: 0 4%;
|
||
}
|
||
.nav-head-box .share-more .mroe-list .list .icon.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
width: 60rpx;
|
||
}
|
||
.nav-head-box .share-more .mroe-list .list .icon text.data-v-baa59bc4 {
|
||
font-size: 34rpx;
|
||
}
|
||
.nav-head-box .share-more .mroe-list .list .title.data-v-baa59bc4 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.nav-head-box .share-more .mroe-list .list .title text.data-v-baa59bc4 {
|
||
font-size: 26rpx;
|
||
}
|
||
.nav-head-box [class^="zc-"].data-v-baa59bc4:before, .nav-head-box [class*=" zc-"].data-v-baa59bc4:before {
|
||
font-size: 18px;
|
||
}
|
||
|