221 lines
5.0 KiB
Plaintext
221 lines
5.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.fengImg.data-v-b5e2410c {
|
||
border-radius: 100%;
|
||
background-size: cover;
|
||
}
|
||
@-webkit-keyframes rotation-data-v-b5e2410c {
|
||
from {
|
||
-webkit-transform: rotate(0deg);
|
||
}
|
||
to {
|
||
-webkit-transform: rotate(360deg);
|
||
}
|
||
}
|
||
.leveOne.data-v-b5e2410c {
|
||
padding: 0 20rpx;
|
||
}
|
||
.playList.data-v-b5e2410c {
|
||
width: calc(100% - 250rpx);
|
||
height: 300rpx;
|
||
overflow-y: scroll;
|
||
}
|
||
.playList .item.data-v-b5e2410c {
|
||
line-height: 80rpx;
|
||
white-space: nowrap;
|
||
overflow-x: hidden;
|
||
font-size: 38rpx;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.playNow.data-v-b5e2410c {
|
||
color: #27b386;
|
||
}
|
||
.flexbox.data-v-b5e2410c {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
}
|
||
.miniMode.data-v-b5e2410c {
|
||
width: 160px;
|
||
padding-left: -20px;
|
||
border-radius: 100rpx 0 0 100rpx;
|
||
padding-top: 0rpx;
|
||
height: 140rpx;
|
||
border: 1px solid #eee;
|
||
}
|
||
.miniMode .closeBtn.data-v-b5e2410c {
|
||
border: 1px solid #666;
|
||
display: inline-block;
|
||
padding: 3px;
|
||
}
|
||
.miniMode .leveOne.data-v-b5e2410c {
|
||
display: none;
|
||
}
|
||
.miniMode .prevMusic.data-v-b5e2410c {
|
||
display: none;
|
||
width: 30rpx;
|
||
height: 30rpx;
|
||
-webkit-transform: rotate(180deg);
|
||
transform: rotate(180deg);
|
||
}
|
||
.miniMode .plays.data-v-b5e2410c {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
margin-left: 0 !important;
|
||
}
|
||
.miniMode .nextMusic.data-v-b5e2410c {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
display: none;
|
||
}
|
||
.fuchuang.data-v-b5e2410c {
|
||
position: fixed;
|
||
padding-right: 10px;
|
||
padding-left: 0;
|
||
bottom: 180rpx;
|
||
right: 0;
|
||
z-index: 888;
|
||
background-color: white;
|
||
}
|
||
.playAnimate.data-v-b5e2410c {
|
||
-webkit-transform: rotate(360deg);
|
||
animation: rotation-data-v-b5e2410c 6s linear infinite;
|
||
-moz-animation: rotation-data-v-b5e2410c 6s linear infinite;
|
||
-webkit-animation: rotation-data-v-b5e2410c 6s linear infinite;
|
||
-o-animation: rotation-data-v-b5e2410c 6s linear infinite;
|
||
}
|
||
.playNow.data-v-b5e2410c {
|
||
color: #27b386;
|
||
}
|
||
.fengmianBox.data-v-b5e2410c {
|
||
text-align: center;
|
||
margin-top: 50rpx;
|
||
}
|
||
.fengmianBox .defaultBg.data-v-b5e2410c {
|
||
width: 100%;
|
||
margin: 0 auto;
|
||
border-radius: 200rpx;
|
||
margin: 0 auto;
|
||
margin-bottom: 20rpx;
|
||
background-size: cover;
|
||
background-repeat: no-repeat;
|
||
}
|
||
page.data-v-b5e2410c {
|
||
background-color: #F6F6F8;
|
||
}
|
||
/* #video {
|
||
width: 100%;
|
||
} */
|
||
.audo-video.data-v-b5e2410c {
|
||
padding-bottom: 20rpx;
|
||
color: #999;
|
||
}
|
||
.slider-box.data-v-b5e2410c {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
-webkit-box-pack: center;
|
||
-webkit-justify-content: center;
|
||
justify-content: center;
|
||
font-size: 27rpx;
|
||
color: #999;
|
||
margin: 0 auto;
|
||
}
|
||
button.data-v-b5e2410c {
|
||
display: inline-block;
|
||
width: 100rpx;
|
||
background-color: #fff;
|
||
font-size: 24rpx;
|
||
color: #000;
|
||
padding: 0;
|
||
}
|
||
.hidden.data-v-b5e2410c {
|
||
position: fixed;
|
||
top: 0;
|
||
left: -10rpx;
|
||
z-index: -1;
|
||
width: 1rpx;
|
||
height: 1rpx;
|
||
}
|
||
.audo-top.data-v-b5e2410c {
|
||
padding: 10rpx;
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
justify-content: space-between;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
}
|
||
.audo-top image.data-v-b5e2410c {
|
||
width: 45rpx;
|
||
height: 45rpx;
|
||
}
|
||
.audo-a.data-v-b5e2410c {
|
||
display: -webkit-box;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
justify-content: space-between;
|
||
-webkit-box-align: center;
|
||
-webkit-align-items: center;
|
||
align-items: center;
|
||
width: 750rpx;
|
||
position: relative;
|
||
z-index: 9;
|
||
margin: 0 auto;
|
||
}
|
||
.beishu.data-v-b5e2410c {
|
||
position: relative;
|
||
width: 100rpx;
|
||
padding-top: 5rpx;
|
||
padding-bottom: 5rpx;
|
||
text-align: center;
|
||
border-radius: 25rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.absolute.data-v-b5e2410c {
|
||
position: absolute;
|
||
}
|
||
.absolute .beishu-a.data-v-b5e2410c {
|
||
width: 200rpx;
|
||
border-radius: 20rpx;
|
||
text-align: center;
|
||
line-height: 90rpx;
|
||
background: #fff;
|
||
}
|
||
.absolute .beishu-a .title.data-v-b5e2410c {
|
||
pdding-left: 30rpx;
|
||
}
|
||
|