|
|
@charset "UTF-8";
|
|
|
/**
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
*
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
*
|
|
|
*/
|
|
|
/**
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
*
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
|
/* 颜色变量 */
|
|
|
/* 行为相关颜色 */
|
|
|
page.data-v-472cff63,
|
|
|
._ul.data-v-472cff63{
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
._ul.data-v-472cff63{
|
|
|
list-style: none;
|
|
|
}
|
|
|
image.data-v-472cff63 {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
border: none;
|
|
|
}
|
|
|
/* 按钮边缝白边 */
|
|
|
button.data-v-472cff63::after{
|
|
|
display: none;
|
|
|
}
|
|
|
.flex-start.data-v-472cff63 {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-center.data-v-472cff63 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-between.data-v-472cff63 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-clo-between.data-v-472cff63 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-clo-between.data-v-472cff63 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
}
|
|
|
/* 文字基本颜色 */
|
|
|
/* 背景颜色 */
|
|
|
/* 边框颜色 */
|
|
|
/* 标签颜色 */
|
|
|
/* 解决头条小程序组件内引入字体不生效的问题 */
|
|
|
.u-line-1.data-v-472cff63 {
|
|
|
display: -webkit-box !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-all;
|
|
|
-webkit-line-clamp: 1;
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
}
|
|
|
.u-line-2.data-v-472cff63 {
|
|
|
display: -webkit-box !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-all;
|
|
|
-webkit-line-clamp: 2;
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
}
|
|
|
.u-line-3.data-v-472cff63 {
|
|
|
display: -webkit-box !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-all;
|
|
|
-webkit-line-clamp: 3;
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
}
|
|
|
.u-line-4.data-v-472cff63 {
|
|
|
display: -webkit-box !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-all;
|
|
|
-webkit-line-clamp: 4;
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
}
|
|
|
.u-line-5.data-v-472cff63 {
|
|
|
display: -webkit-box !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-all;
|
|
|
-webkit-line-clamp: 5;
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
}
|
|
|
.u-border.data-v-472cff63 {
|
|
|
border-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-style: solid;
|
|
|
}
|
|
|
.u-border-top.data-v-472cff63 {
|
|
|
border-top-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-top-style: solid;
|
|
|
}
|
|
|
.u-border-left.data-v-472cff63 {
|
|
|
border-left-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-left-style: solid;
|
|
|
}
|
|
|
.u-border-right.data-v-472cff63 {
|
|
|
border-right-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-right-style: solid;
|
|
|
}
|
|
|
.u-border-bottom.data-v-472cff63 {
|
|
|
border-bottom-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-bottom-style: solid;
|
|
|
}
|
|
|
.u-border-top-bottom.data-v-472cff63 {
|
|
|
border-top-width: 0.5px !important;
|
|
|
border-bottom-width: 0.5px !important;
|
|
|
border-color: #dadbde !important;
|
|
|
border-top-style: solid;
|
|
|
border-bottom-style: solid;
|
|
|
}
|
|
|
.u-reset-button.data-v-472cff63 {
|
|
|
padding: 0;
|
|
|
background-color: transparent;
|
|
|
font-size: inherit;
|
|
|
line-height: inherit;
|
|
|
color: inherit;
|
|
|
}
|
|
|
.u-reset-button.data-v-472cff63::after {
|
|
|
border: none;
|
|
|
}
|
|
|
.u-hover-class.data-v-472cff63 {
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
.u-primary-light.data-v-472cff63 {
|
|
|
color: #ecf5ff;
|
|
|
}
|
|
|
.u-warning-light.data-v-472cff63 {
|
|
|
color: #fdf6ec;
|
|
|
}
|
|
|
.u-success-light.data-v-472cff63 {
|
|
|
color: #f5fff0;
|
|
|
}
|
|
|
.u-error-light.data-v-472cff63 {
|
|
|
color: #fef0f0;
|
|
|
}
|
|
|
.u-info-light.data-v-472cff63 {
|
|
|
color: #f4f4f5;
|
|
|
}
|
|
|
.u-primary-light-bg.data-v-472cff63 {
|
|
|
background-color: #ecf5ff;
|
|
|
}
|
|
|
.u-warning-light-bg.data-v-472cff63 {
|
|
|
background-color: #fdf6ec;
|
|
|
}
|
|
|
.u-success-light-bg.data-v-472cff63 {
|
|
|
background-color: #f5fff0;
|
|
|
}
|
|
|
.u-error-light-bg.data-v-472cff63 {
|
|
|
background-color: #fef0f0;
|
|
|
}
|
|
|
.u-info-light-bg.data-v-472cff63 {
|
|
|
background-color: #f4f4f5;
|
|
|
}
|
|
|
.u-primary-dark.data-v-472cff63 {
|
|
|
color: #398ade;
|
|
|
}
|
|
|
.u-warning-dark.data-v-472cff63 {
|
|
|
color: #f1a532;
|
|
|
}
|
|
|
.u-success-dark.data-v-472cff63 {
|
|
|
color: #53c21d;
|
|
|
}
|
|
|
.u-error-dark.data-v-472cff63 {
|
|
|
color: #e45656;
|
|
|
}
|
|
|
.u-info-dark.data-v-472cff63 {
|
|
|
color: #767a82;
|
|
|
}
|
|
|
.u-primary-dark-bg.data-v-472cff63 {
|
|
|
background-color: #398ade;
|
|
|
}
|
|
|
.u-warning-dark-bg.data-v-472cff63 {
|
|
|
background-color: #f1a532;
|
|
|
}
|
|
|
.u-success-dark-bg.data-v-472cff63 {
|
|
|
background-color: #53c21d;
|
|
|
}
|
|
|
.u-error-dark-bg.data-v-472cff63 {
|
|
|
background-color: #e45656;
|
|
|
}
|
|
|
.u-info-dark-bg.data-v-472cff63 {
|
|
|
background-color: #767a82;
|
|
|
}
|
|
|
.u-primary-disabled.data-v-472cff63 {
|
|
|
color: #9acafc;
|
|
|
}
|
|
|
.u-warning-disabled.data-v-472cff63 {
|
|
|
color: #f9d39b;
|
|
|
}
|
|
|
.u-success-disabled.data-v-472cff63 {
|
|
|
color: #a9e08f;
|
|
|
}
|
|
|
.u-error-disabled.data-v-472cff63 {
|
|
|
color: #f7b2b2;
|
|
|
}
|
|
|
.u-info-disabled.data-v-472cff63 {
|
|
|
color: #c4c6c9;
|
|
|
}
|
|
|
.u-primary.data-v-472cff63 {
|
|
|
color: #3c9cff;
|
|
|
}
|
|
|
.u-warning.data-v-472cff63 {
|
|
|
color: #f9ae3d;
|
|
|
}
|
|
|
.u-success.data-v-472cff63 {
|
|
|
color: #5ac725;
|
|
|
}
|
|
|
.u-error.data-v-472cff63 {
|
|
|
color: #f56c6c;
|
|
|
}
|
|
|
.u-info.data-v-472cff63 {
|
|
|
color: #909399;
|
|
|
}
|
|
|
.u-primary-bg.data-v-472cff63 {
|
|
|
background-color: #3c9cff;
|
|
|
}
|
|
|
.u-warning-bg.data-v-472cff63 {
|
|
|
background-color: #f9ae3d;
|
|
|
}
|
|
|
.u-success-bg.data-v-472cff63 {
|
|
|
background-color: #5ac725;
|
|
|
}
|
|
|
.u-error-bg.data-v-472cff63 {
|
|
|
background-color: #f56c6c;
|
|
|
}
|
|
|
.u-info-bg.data-v-472cff63 {
|
|
|
background-color: #909399;
|
|
|
}
|
|
|
.u-main-color.data-v-472cff63 {
|
|
|
color: #303133;
|
|
|
}
|
|
|
.u-content-color.data-v-472cff63 {
|
|
|
color: #606266;
|
|
|
}
|
|
|
.u-tips-color.data-v-472cff63 {
|
|
|
color: #909193;
|
|
|
}
|
|
|
.u-light-color.data-v-472cff63 {
|
|
|
color: #c0c4cc;
|
|
|
}
|
|
|
.u-safe-area-inset-top.data-v-472cff63 {
|
|
|
padding-top: 0;
|
|
|
padding-top: constant(safe-area-inset-top);
|
|
|
padding-top: env(safe-area-inset-top);
|
|
|
}
|
|
|
.u-safe-area-inset-right.data-v-472cff63 {
|
|
|
padding-right: 0;
|
|
|
padding-right: constant(safe-area-inset-right);
|
|
|
padding-right: env(safe-area-inset-right);
|
|
|
}
|
|
|
.u-safe-area-inset-bottom.data-v-472cff63 {
|
|
|
padding-bottom: 0;
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
}
|
|
|
.u-safe-area-inset-left.data-v-472cff63 {
|
|
|
padding-left: 0;
|
|
|
padding-left: constant(safe-area-inset-left);
|
|
|
padding-left: env(safe-area-inset-left);
|
|
|
}
|
|
|
.data-v-472cff63::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
width: 0 !important;
|
|
|
height: 0 !important;
|
|
|
-webkit-appearance: none;
|
|
|
background: transparent;
|
|
|
}
|
|
|
|