220 lines
5.2 KiB
Plaintext
220 lines
5.2 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.login-container.data-v-6337d1cb {
|
||
display: flex;
|
||
flex-direction: column;
|
||
height: 100vh;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.header-row.data-v-6337d1cb {
|
||
width: 100%;
|
||
margin-top: 100rpx;
|
||
padding-bottom: 20rpx;
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.back-button.data-v-6337d1cb {
|
||
width: 80rpx;
|
||
height: 50rpx;
|
||
margin-left: 32rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.back-icon.data-v-6337d1cb {
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
}
|
||
.logo-section.data-v-6337d1cb {
|
||
display: flex;
|
||
justify-content: center;
|
||
padding: 30px 20px 20px;
|
||
flex: 0 0 auto;
|
||
}
|
||
.logo-section .logo-box.data-v-6337d1cb {
|
||
width: 140px;
|
||
height: 140px;
|
||
border: 2px solid #17a2b8;
|
||
border-radius: 16px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background-color: #fff;
|
||
box-shadow: 0 2px 8px rgba(23, 162, 184, 0.1);
|
||
overflow: hidden;
|
||
}
|
||
.logo-section .logo-box .logo-image.data-v-6337d1cb {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.logo-section .logo-box .logo-text.data-v-6337d1cb {
|
||
font-size: 36px;
|
||
color: #17a2b8;
|
||
font-weight: 600;
|
||
}
|
||
.main-content.data-v-6337d1cb {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: flex-end;
|
||
padding: 0 20px 40px;
|
||
}
|
||
.login-button.data-v-6337d1cb {
|
||
width: 100%;
|
||
height: 50px;
|
||
background-color: #17a2b8;
|
||
color: #fff;
|
||
border-radius: 10px;
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
border: none;
|
||
margin-bottom: 20px;
|
||
box-shadow: 0 3px 10px rgba(23, 162, 184, 0.2);
|
||
transition: all 0.3s ease;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
line-height: 50px;
|
||
padding: 0;
|
||
text-align: center;
|
||
}
|
||
.login-button.data-v-6337d1cb:active {
|
||
background-color: #138496;
|
||
box-shadow: 0 2px 6px rgba(23, 162, 184, 0.15);
|
||
}
|
||
.login-button.data-v-6337d1cb::after {
|
||
border: none;
|
||
}
|
||
.agreement-section.data-v-6337d1cb {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
}
|
||
.agreement-section checkbox-group.data-v-6337d1cb {
|
||
width: 100%;
|
||
}
|
||
.agreement-section .agreement-label.data-v-6337d1cb {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
font-size: 13px;
|
||
color: #666;
|
||
line-height: 1.8;
|
||
}
|
||
.agreement-section .agreement-label checkbox.data-v-6337d1cb {
|
||
margin-right: 8px;
|
||
margin-top: 3px;
|
||
flex-shrink: 0;
|
||
transform: scale(0.9);
|
||
}
|
||
.agreement-section .agreement-label .agreement-text.data-v-6337d1cb {
|
||
flex: 1;
|
||
padding-top: 1px;
|
||
}
|
||
.agreement-section .agreement-label .link-text.data-v-6337d1cb {
|
||
color: #17a2b8;
|
||
text-decoration: underline;
|
||
font-weight: 500;
|
||
}
|
||
.modal-overlay.data-v-6337d1cb {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background-color: rgba(0, 0, 0, 0.5);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
z-index: 999;
|
||
padding: 20px;
|
||
}
|
||
.modal-content.data-v-6337d1cb {
|
||
width: 100%;
|
||
max-width: 480px;
|
||
max-height: 85vh;
|
||
background-color: #fff;
|
||
border-radius: 16px;
|
||
display: flex;
|
||
flex-direction: column;
|
||
overflow: hidden;
|
||
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
|
||
}
|
||
.modal-content .modal-header.data-v-6337d1cb {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
padding: 18px 20px;
|
||
background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
|
||
border-bottom: none;
|
||
}
|
||
.modal-content .modal-header .modal-title.data-v-6337d1cb {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
}
|
||
.modal-content .modal-header .modal-close.data-v-6337d1cb {
|
||
font-size: 32px;
|
||
color: #fff;
|
||
width: 36px;
|
||
height: 36px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
opacity: 0.9;
|
||
}
|
||
.modal-content .modal-body.data-v-6337d1cb {
|
||
flex: 1;
|
||
padding: 20px;
|
||
overflow-y: auto;
|
||
}
|
||
.modal-content .modal-body .modal-text.data-v-6337d1cb {
|
||
font-size: 14px;
|
||
color: #555;
|
||
line-height: 1.8;
|
||
white-space: pre-wrap;
|
||
word-break: break-word;
|
||
}
|
||
.modal-content .modal-footer.data-v-6337d1cb {
|
||
padding: 16px 20px;
|
||
border-top: 1px solid #f0f0f0;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
background-color: #fafafa;
|
||
}
|
||
.modal-content .modal-footer .modal-button.data-v-6337d1cb {
|
||
padding: 10px 28px;
|
||
background-color: #17a2b8;
|
||
color: #fff;
|
||
border-radius: 8px;
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
border: none;
|
||
transition: all 0.3s ease;
|
||
}
|
||
.modal-content .modal-footer .modal-button.data-v-6337d1cb:active {
|
||
background-color: #138496;
|
||
} |