hldy_xcx/unpackage/dist/dev/mp-weixin/pages/login/special.wxss

173 lines
4.0 KiB
Plaintext
Raw Normal View History

2025-06-27 08:56:14 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
2025-06-30 17:33:35 +08:00
* 如果您是插件开发者建议您使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
2025-06-27 08:56:14 +08:00
*
*/
/**
2025-06-30 17:33:35 +08:00
* 如果您是App开发者插件使用者您可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
2025-06-27 08:56:14 +08:00
*
2025-06-30 17:33:35 +08:00
* 如果您的项目同样使用了scss预处理您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
2025-06-27 08:56:14 +08:00
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.font-father.data-v-aaa5af2f {
width: 100%;
min-height: 100vh;
padding: 0 30rpx;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
background-color: #efefef;
}
.font-father .white-father-spec.data-v-aaa5af2f {
width: 100%;
background-color: #fff;
border-radius: 40rpx;
2025-06-30 17:33:35 +08:00
margin-top: 550rpx;
2025-06-27 08:56:14 +08:00
position: relative;
}
.font-father .white-father-spec .white-imge-spec.data-v-aaa5af2f {
width: 100%;
margin: 0 auto;
height: 200rpx;
margin-top: 7rpx;
}
.font-father .white-father-spec .weight-font.data-v-aaa5af2f {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 60rpx;
font-size: 35rpx;
font-weight: 600;
}
.font-father .white-father-spec .gray-font.data-v-aaa5af2f {
color: #999999;
margin-top: 30rpx;
}
.font-father .white-father.data-v-aaa5af2f {
width: 100%;
background-color: #fff;
border-radius: 40rpx;
margin-top: 30rpx;
padding: 30rpx 30rpx;
}
.font-father .white-father .white-imge.data-v-aaa5af2f {
width: 635rpx;
margin: 0 auto;
height: 200rpx;
}
.font-father .white-father .weight-font.data-v-aaa5af2f {
font-size: 35rpx;
font-weight: 600;
margin-top: 30rpx;
}
.font-father .white-father .gray-font.data-v-aaa5af2f {
color: #999999;
margin-top: 30rpx;
}
.font-father .font-title.data-v-aaa5af2f {
margin-top: 200rpx;
margin-bottom: 0rpx;
font-weight: 600;
font-size: 32rpx;
padding: 0 30rpx;
display: flex;
flex-direction: column;
width: 100%;
}
.font-father .bottom-button.data-v-aaa5af2f {
2025-06-30 17:33:35 +08:00
margin-top: 30rpx;
margin-bottom: 20rpx;
2025-06-27 08:56:14 +08:00
width: 250rpx;
margin-left: 30rpx;
height: 80rpx;
2025-06-30 17:33:35 +08:00
border-radius: 32rpx;
2025-06-27 08:56:14 +08:00
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
2025-06-30 17:33:35 +08:00
font-size: 32rpx;
2025-06-27 08:56:14 +08:00
display: flex;
justify-content: center;
align-items: center;
2025-06-30 17:33:35 +08:00
z-index: 3;
2025-06-27 08:56:14 +08:00
}
.white-card.data-v-aaa5af2f {
width: 100%;
height: 230rpx;
background-color: #fff;
margin-top: 25rpx;
border-radius: 30rpx;
display: flex;
align-items: center;
}
.white-card .white-left.data-v-aaa5af2f {
width: 80%;
padding-left: 8%;
}
.white-card .white-left .white-title.data-v-aaa5af2f {
font-size: 30rpx;
font-weight: 600;
margin-bottom: 20rpx;
}
.white-card .white-left .white-text.data-v-aaa5af2f {
color: #999999;
flex-wrap: wrap;
}
.white-card .white-right.data-v-aaa5af2f {
margin-left: 2%;
width: 85rpx;
height: 85rpx;
}
.title-img.data-v-aaa5af2f {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 600rpx;
2025-06-30 17:33:35 +08:00
z-index: -1;
2025-06-27 08:56:14 +08:00
}
.big-font.data-v-aaa5af2f {
font-size: 70rpx;
color: black;
margin: 10rpx 0;
2025-06-30 17:33:35 +08:00
}
.fixed.data-v-aaa5af2f {
position: fixed;
top: 0;
left: 0;
background-color: #fff;
width: 100%;
z-index: 2;
}
.title-back.data-v-aaa5af2f {
margin-top: 100rpx;
width: 100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.title-back .left-father.data-v-aaa5af2f {
display: flex;
align-items: center;
z-index: 999;
}
.title-back .left-father .back-img.data-v-aaa5af2f {
2025-07-03 17:27:42 +08:00
width: 45rpx;
2025-06-30 17:33:35 +08:00
height: 40rpx;
margin-left: 40rpx;
margin-right: 15rpx;
2025-06-27 08:56:14 +08:00
}