126 lines
3.1 KiB
Plaintext
126 lines
3.1 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.select-ruler.data-v-5fbe19a4 {
|
||
width: 100%;
|
||
height: 150rpx;
|
||
margin-top: 20rpx;
|
||
position: relative;
|
||
}
|
||
.select-ruler .tap-mask.data-v-5fbe19a4 {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: absolute;
|
||
z-index: 10;
|
||
top: 0;
|
||
left: 0;
|
||
}
|
||
.select-ruler .line.data-v-5fbe19a4 {
|
||
width: 10px;
|
||
position: absolute;
|
||
left: 366rpx;
|
||
top: 40rpx;
|
||
text-align: center;
|
||
}
|
||
.select-ruler .line.data-v-5fbe19a4:before {
|
||
content: '';
|
||
width: 6rpx;
|
||
height: 80rpx;
|
||
background: #00BC00;
|
||
display: inline-block;
|
||
vertical-align: text-top;
|
||
}
|
||
.select-ruler .row-line.data-v-5fbe19a4 {
|
||
width: 100%;
|
||
height: 1px;
|
||
background: rgba(58, 65, 75, 0.07);
|
||
top: 40rpx;
|
||
left: 0;
|
||
position: absolute;
|
||
}
|
||
.select-ruler .mask.data-v-5fbe19a4 {
|
||
width: 150rpx;
|
||
height: 120rpx;
|
||
position: absolute;
|
||
top: 0;
|
||
z-index: 2;
|
||
pointer-events: none;
|
||
}
|
||
.select-ruler .mask.mask-left.data-v-5fbe19a4 {
|
||
left: 0;
|
||
background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
||
}
|
||
.select-ruler .mask.mask-right.data-v-5fbe19a4 {
|
||
right: 0;
|
||
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
|
||
}
|
||
.select-ruler scroll-view.data-v-5fbe19a4 {
|
||
width: 100%;
|
||
height: 100%;
|
||
white-space: nowrap;
|
||
}
|
||
.select-ruler scroll-view .slot.data-v-5fbe19a4 {
|
||
display: inline-block;
|
||
}
|
||
.select-ruler scroll-view .ruler-item.data-v-5fbe19a4 {
|
||
width: 10px;
|
||
text-align: center;
|
||
display: inline-block;
|
||
position: relative;
|
||
padding-top: 40rpx;
|
||
}
|
||
.select-ruler scroll-view .ruler-item.data-v-5fbe19a4:before {
|
||
content: '';
|
||
width: 1px;
|
||
height: 30px;
|
||
background: rgba(58, 65, 75, 0.15);
|
||
display: inline-block;
|
||
vertical-align: text-top;
|
||
}
|
||
.select-ruler scroll-view .ruler-item ._span.data-v-5fbe19a4 {
|
||
position: absolute;
|
||
top: -10rpx;
|
||
left: 50%;
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
color: #3D3D3D;
|
||
font-size: 18px;
|
||
display: none;
|
||
}
|
||
.select-ruler scroll-view .ruler-item.data-v-5fbe19a4:nth-child(10n+1)::before {
|
||
width: 1px;
|
||
height: 40px;
|
||
}
|
||
.select-ruler scroll-view .ruler-item:nth-child(10n+1) ._span.data-v-5fbe19a4 {
|
||
display: block;
|
||
}
|
||
.data-v-5fbe19a4::-webkit-scrollbar {
|
||
width: 0;
|
||
height: 0;
|
||
color: transparent;
|
||
}
|
||
|