154 lines
3.7 KiB
CSS
154 lines
3.7 KiB
CSS
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.login-container[data-v-808c8183] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
min-height: 100vh;
|
||
width: 100%;
|
||
background-color: #eff1fc;
|
||
position: relative;
|
||
}
|
||
.under-scroll[data-v-808c8183] {
|
||
width: 100%;
|
||
height: calc(100% - 14.375rem);
|
||
padding-top: 0.9375rem;
|
||
}
|
||
.under-scroll .white-small[data-v-808c8183] {
|
||
width: 94%;
|
||
margin-left: 3%;
|
||
background-color: #fff;
|
||
border-radius: 0.9375rem;
|
||
padding: 0.9375rem 1.25rem;
|
||
margin-bottom: 0.9375rem;
|
||
font-size: 0.78125rem;
|
||
position: relative;
|
||
}
|
||
.button-heng[data-v-808c8183] {
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
position: absolute;
|
||
bottom: 0.9375rem;
|
||
right: 0;
|
||
}
|
||
.button-heng .white-button[data-v-808c8183] {
|
||
width: 5.625rem;
|
||
height: 1.875rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: linear-gradient(to bottom, #F3F3F5, #DEE4E9);
|
||
border-radius: 0.9375rem;
|
||
color: black;
|
||
margin-right: 0.625rem;
|
||
}
|
||
.bgc-card[data-v-808c8183] {
|
||
margin-top: 14.0625rem;
|
||
background-color: #F7F7F7;
|
||
width: 98%;
|
||
margin-left: 1%;
|
||
border-top-left-radius: 0.9375rem;
|
||
border-top-right-radius: 0.9375rem;
|
||
min-height: calc(100vh - 20.3125rem);
|
||
z-index: 1;
|
||
}
|
||
.index-up[data-v-808c8183] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
}
|
||
.index-up .index-up-img[data-v-808c8183] {
|
||
width: 100%;
|
||
height: 0.625rem;
|
||
}
|
||
.title-card[data-v-808c8183] {
|
||
margin: 0.9375rem;
|
||
background-color: #fff;
|
||
width: 93%;
|
||
height: 7.8125rem;
|
||
border-radius: 0.9375rem;
|
||
padding: 0 1.40625rem;
|
||
margin-top: 1.25rem;
|
||
padding-top: 1.25rem;
|
||
}
|
||
.title-card .big-weight[data-v-808c8183] {
|
||
font-size: 0.9375rem;
|
||
color: #333333;
|
||
font-weight: 600;
|
||
margin-bottom: 0.9375rem;
|
||
}
|
||
.title-card .title-other[data-v-808c8183] {
|
||
color: #666666;
|
||
font-size: 0.78125rem;
|
||
}
|
||
.title-back[data-v-808c8183] {
|
||
margin-top: 3.125rem;
|
||
width: 100%;
|
||
height: 3.125rem;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
z-index: 1;
|
||
}
|
||
.left-father[data-v-808c8183] {
|
||
display: flex;
|
||
align-items: center;
|
||
z-index: 1;
|
||
}
|
||
.left-father .back-img[data-v-808c8183] {
|
||
width: 1.40625rem;
|
||
height: 1.25rem;
|
||
margin-left: 1.25rem;
|
||
margin-right: 0.46875rem;
|
||
}
|
||
.enter-img[data-v-808c8183] {
|
||
width: 0.78125rem;
|
||
height: 0.78125rem;
|
||
position: absolute;
|
||
right: 0.9375rem;
|
||
top: 1.09375rem;
|
||
}
|
||
.bottom-father[data-v-808c8183] {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.bottom-img[data-v-808c8183] {
|
||
width: 5rem;
|
||
height: 4.375rem;
|
||
}
|
||
.blue-button[data-v-808c8183] {
|
||
margin-top: 0.625rem;
|
||
width: 6.25rem;
|
||
height: 1.875rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||
margin-left: -0.3125rem;
|
||
border-radius: 0.78125rem;
|
||
color: #fff;
|
||
font-size: 0.9375rem;
|
||
} |