103 lines
2.5 KiB
Plaintext
103 lines
2.5 KiB
Plaintext
|
|
/**
|
|||
|
|
* 这里是uni-app内置的常用样式变量
|
|||
|
|
*
|
|||
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
|
*
|
|||
|
|
*/
|
|||
|
|
/**
|
|||
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
|
*
|
|||
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
|
*/
|
|||
|
|
/* 颜色变量 */
|
|||
|
|
/* 行为相关颜色 */
|
|||
|
|
/* 文字基本颜色 */
|
|||
|
|
/* 背景颜色 */
|
|||
|
|
/* 边框颜色 */
|
|||
|
|
/* 尺寸变量 */
|
|||
|
|
/* 文字尺寸 */
|
|||
|
|
/* 图片尺寸 */
|
|||
|
|
/* Border Radius */
|
|||
|
|
/* 水平间距 */
|
|||
|
|
/* 垂直间距 */
|
|||
|
|
/* 透明度 */
|
|||
|
|
/* 文章场景相关 */
|
|||
|
|
.rating-head.data-v-1a21fdf4 {
|
|||
|
|
font-size: 14px;
|
|||
|
|
font-weight: 400;
|
|||
|
|
color: #999;
|
|||
|
|
}
|
|||
|
|
.rating-tail.data-v-1a21fdf4 {
|
|||
|
|
font-size: 14px;
|
|||
|
|
font-weight: 400;
|
|||
|
|
color: #999;
|
|||
|
|
}
|
|||
|
|
.card-title.data-v-1a21fdf4 {
|
|||
|
|
font-size: 14px;
|
|||
|
|
font-weight: 500;
|
|||
|
|
}
|
|||
|
|
.rating-card.data-v-1a21fdf4 {
|
|||
|
|
min-width: 270px;
|
|||
|
|
width: 50%;
|
|||
|
|
background: #fbfbfb;
|
|||
|
|
border-radius: 20px;
|
|||
|
|
border: 0;
|
|||
|
|
margin-top: 10px;
|
|||
|
|
padding-top: 20px;
|
|||
|
|
padding-bottom: 20px;
|
|||
|
|
}
|
|||
|
|
.rating-card button.data-v-1a21fdf4:disabled {
|
|||
|
|
background: #d8d8d8;
|
|||
|
|
}
|
|||
|
|
.message-rating-star.data-v-1a21fdf4 {
|
|||
|
|
text-align: center;
|
|||
|
|
display: flex;
|
|||
|
|
flex-flow: column wrap;
|
|||
|
|
justify-content: center;
|
|||
|
|
padding-bottom: 30px;
|
|||
|
|
align-items: center;
|
|||
|
|
}
|
|||
|
|
.card-wrapper.data-v-1a21fdf4 {
|
|||
|
|
display: flex;
|
|||
|
|
flex-wrap: wrap;
|
|||
|
|
justify-content: center;
|
|||
|
|
padding-top: 10px;
|
|||
|
|
}
|
|||
|
|
.submit-button.data-v-1a21fdf4 {
|
|||
|
|
width: 50%;
|
|||
|
|
height: 50px;
|
|||
|
|
background-color: #0365f9;
|
|||
|
|
font-size: 18px;
|
|||
|
|
font-weight: 400;
|
|||
|
|
color: white;
|
|||
|
|
border: 0;
|
|||
|
|
border-radius: 8px;
|
|||
|
|
cursor: pointer;
|
|||
|
|
}
|
|||
|
|
.de-active.data-v-1a21fdf4 {
|
|||
|
|
height: 34px;
|
|||
|
|
width: 34px;
|
|||
|
|
display: inline-block;
|
|||
|
|
border: 0 solid #006eff0d;
|
|||
|
|
border-radius: 5px;
|
|||
|
|
color: #006eff;
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 16px;
|
|||
|
|
text-align: center;
|
|||
|
|
line-height: 34px;
|
|||
|
|
background: #006eff0d;
|
|||
|
|
}
|
|||
|
|
.active.data-v-1a21fdf4 {
|
|||
|
|
width: 34px;
|
|||
|
|
height: 34px;
|
|||
|
|
display: inline-block;
|
|||
|
|
background: linear-gradient(136.96deg, rgba(10, 124, 255, 0.3) -39.64%, #0a7cff 131.39%);
|
|||
|
|
border-radius: 5px;
|
|||
|
|
color: white;
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 16px;
|
|||
|
|
border: 0 solid #0a7cff;
|
|||
|
|
text-align: center;
|
|||
|
|
line-height: 34px;
|
|||
|
|
}
|