You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
3.8 KiB
163 lines
3.8 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.select-page.data-v-3c9eb0a7 {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.select-page .scroll-list-panel.data-v-3c9eb0a7 {
|
|
height: inherit;
|
|
}
|
|
.select-page .scroll-list-panel .title.data-v-3c9eb0a7 {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.select-page .scroll-list-panel .list.data-v-3c9eb0a7 {
|
|
box-sizing: border-box;
|
|
margin: 0 0 0 30rpx;
|
|
}
|
|
.select-page .scroll-list-panel .list text.data-v-3c9eb0a7 {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.select-page .scroll-list-panel .list text.data-v-3c9eb0a7:last-child {
|
|
border: none !important;
|
|
}
|
|
.select-page .now-sort.data-v-3c9eb0a7 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.select-page .now-letter.data-v-3c9eb0a7 {
|
|
font-size: 160rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate3d(-50%, -50%, 0);
|
|
transform: translate3d(-50%, -50%, 0);
|
|
opacity: 0;
|
|
}
|
|
.select-page .now-letter.fadeIn.data-v-3c9eb0a7 {
|
|
-webkit-animation: fade-data-v-3c9eb0a7 1s linear 0ms;
|
|
animation: fade-data-v-3c9eb0a7 1s linear 0ms;
|
|
}
|
|
.select-page .letter-nav.data-v-3c9eb0a7 {
|
|
width: 100rpx;
|
|
position: absolute;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
right: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
z-index: 99999;
|
|
}
|
|
.base-wrap-history.data-v-3c9eb0a7 {
|
|
overflow: hidden;
|
|
padding: 0 50rpx 0 20rpx;
|
|
}
|
|
.base-wrap-history .title.data-v-3c9eb0a7 {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
height: 60rpx;
|
|
}
|
|
.base-wrap-history .panel.data-v-3c9eb0a7 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.base-wrap-history .panel .current-item.data-v-3c9eb0a7 {
|
|
background-color: #FFD940 !important;
|
|
}
|
|
.base-wrap-history .panel .history-icon.data-v-3c9eb0a7 {
|
|
font-size: 30rpx;
|
|
margin-right: 10rpx;
|
|
color: #333333;
|
|
}
|
|
.base-wrap-history .panel .item.data-v-3c9eb0a7 {
|
|
display: inline-block;
|
|
align-items: center;
|
|
text-align: center;
|
|
width: 160rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
overflow: hidden;
|
|
font-size: 28rpx;
|
|
border-radius: 60rpx;
|
|
padding: 0 20rpx;
|
|
margin-top: 20rpx;
|
|
color: #333333;
|
|
margin-right: 8rpx;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.base-wrap-history .panel.data-v-3c9eb0a7::after {
|
|
display: block;
|
|
content: '';
|
|
width: 200rpx;
|
|
border: 1px solid transparent;
|
|
}
|
|
@-webkit-keyframes fade-data-v-3c9eb0a7 {
|
|
0% {
|
|
opacity: 0;
|
|
display: block !important;
|
|
}
|
|
50% {
|
|
opacity: 0.4;
|
|
}
|
|
100% {
|
|
display: none;
|
|
opacity: 0 !important;
|
|
}
|
|
}
|
|
@keyframes fade-data-v-3c9eb0a7 {
|
|
0% {
|
|
opacity: 0;
|
|
display: block !important;
|
|
}
|
|
50% {
|
|
opacity: 0.4;
|
|
}
|
|
100% {
|
|
display: none;
|
|
opacity: 0 !important;
|
|
}
|
|
}
|
|
.data-v-3c9eb0a7::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|