176 lines
4.0 KiB
Plaintext
176 lines
4.0 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.login-container.data-v-83beea56 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
min-height: 100vh;
|
||
width: 100%;
|
||
background-color: #eff1fc;
|
||
position: relative;
|
||
}
|
||
.login-container .title.data-v-83beea56 {
|
||
margin-top: 180rpx;
|
||
align-items: center;
|
||
}
|
||
.login-container .title .title-imge.data-v-83beea56 {
|
||
width: 100rpx;
|
||
height: 105rpx;
|
||
margin-left: 100rpx;
|
||
}
|
||
.login-container .title .title-font.data-v-83beea56 {
|
||
font-size: 35rpx;
|
||
font-weight: 600;
|
||
margin-left: 105rpx;
|
||
margin-top: 10rpx;
|
||
}
|
||
.login-container .photo-imge.data-v-83beea56 {
|
||
position: absolute;
|
||
top: 0rpx;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 1100rpx;
|
||
}
|
||
.login-container .old-imge.data-v-83beea56 {
|
||
position: absolute;
|
||
right: 30rpx;
|
||
top: 400rpx;
|
||
width: 400rpx;
|
||
height: 400rpx;
|
||
}
|
||
.login-container .under-container.data-v-83beea56 {
|
||
position: fixed;
|
||
left: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 63vh;
|
||
background-color: #fff;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.font-father.data-v-83beea56 {
|
||
width: 100%;
|
||
color: #666666;
|
||
justify-content: center;
|
||
display: flex;
|
||
}
|
||
.font-father .font.data-v-83beea56 {
|
||
width: 60%;
|
||
}
|
||
.button-father.data-v-83beea56 {
|
||
width: 100%;
|
||
margin-top: 80rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.button-father .button-blue.data-v-83beea56 {
|
||
width: 40%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 100rpx;
|
||
border-radius: 43rpx;
|
||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||
color: #fff;
|
||
font-size: 33rpx;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.card-title.data-v-83beea56 {
|
||
z-index: 1;
|
||
margin-top: 600rpx;
|
||
width: 92%;
|
||
margin-left: 4%;
|
||
height: 100rpx;
|
||
border-radius: 35rpx;
|
||
background-color: #fff;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 26rpx;
|
||
}
|
||
.card.data-v-83beea56 {
|
||
z-index: 1;
|
||
margin-top: 30rpx;
|
||
width: 92%;
|
||
margin-left: 4%;
|
||
height: 300rpx;
|
||
border-radius: 30rpx;
|
||
background-color: #fff;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.card .card-left.data-v-83beea56 {
|
||
height: 100%;
|
||
width: 80%;
|
||
padding-left: 50rpx;
|
||
padding-right: 20rpx;
|
||
}
|
||
.card .card-left .card-weight.data-v-83beea56 {
|
||
font-size: 32rpx;
|
||
font-weight: 600;
|
||
margin-top: 35rpx;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.card .card-left .card-text.data-v-83beea56 {
|
||
color: #999999;
|
||
font-size: 25rpx;
|
||
}
|
||
.card .card-left .white-button.data-v-83beea56 {
|
||
width: 180rpx;
|
||
height: 65rpx;
|
||
margin-top: 15rpx;
|
||
background-color: #f6f6f6;
|
||
border-radius: 30rpx;
|
||
color: #333333;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.card .card-right.data-v-83beea56 {
|
||
height: 100%;
|
||
width: 20%;
|
||
}
|
||
.card .card-right .right-imge.data-v-83beea56 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
margin-top: 50rpx;
|
||
margin-left: 5rpx;
|
||
}
|
||
.blue-button.data-v-83beea56 {
|
||
width: 92%;
|
||
margin-left: 4%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 90rpx;
|
||
border-radius: 50rpx;
|
||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||
color: #fff;
|
||
font-size: 33rpx;
|
||
margin-bottom: 60rpx;
|
||
margin-top: 40rpx;
|
||
} |