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

114 lines
2.7 KiB
Plaintext
Raw Normal View History

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