186 lines
4.4 KiB
Plaintext
186 lines
4.4 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.container.data-v-9a7b17f0 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
min-height: 100vh;
|
||
width: 100%;
|
||
background-color: #F7F7F7;
|
||
position: relative;
|
||
}
|
||
.container .title-back.data-v-9a7b17f0 {
|
||
background-color: #F7F7F7;
|
||
width: 100%;
|
||
height: 70rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: flex-end;
|
||
padding-bottom: 20rpx;
|
||
border-bottom: 1rpx solid #cbd1d2;
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 9999;
|
||
}
|
||
.container .left-father.data-v-9a7b17f0 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.container .left-father .back-img.data-v-9a7b17f0 {
|
||
width: 45rpx;
|
||
height: 40rpx;
|
||
margin-left: 40rpx;
|
||
margin-right: 15rpx;
|
||
}
|
||
.container .input-content.data-v-9a7b17f0 {
|
||
width: 94%;
|
||
margin-left: 3%;
|
||
height: 300rpx;
|
||
border-radius: 40rpx;
|
||
background-color: #fff;
|
||
position: relative;
|
||
padding: 50rpx;
|
||
}
|
||
.container .white-content.data-v-9a7b17f0 {
|
||
width: 94%;
|
||
margin-left: 3%;
|
||
height: 450rpx;
|
||
border-radius: 50rpx;
|
||
background-color: #fff;
|
||
position: relative;
|
||
padding: 50rpx;
|
||
margin-top: 20rpx;
|
||
}
|
||
.container .white-content .white-title.data-v-9a7b17f0 {
|
||
font-size: 32rpx;
|
||
}
|
||
.container .white-content .white-second.data-v-9a7b17f0 {
|
||
font-size: 28rpx;
|
||
color: #999999;
|
||
margin-top: 10rpx;
|
||
}
|
||
.container .white-content .white-center.data-v-9a7b17f0 {
|
||
margin-top: 50rpx;
|
||
font-size: 35rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-weight: 600;
|
||
}
|
||
.container .white-content .white-center .center-img.data-v-9a7b17f0 {
|
||
width: 45rpx;
|
||
height: 35rpx;
|
||
margin-left: 20rpx;
|
||
}
|
||
.finish-button.data-v-9a7b17f0 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 90rpx;
|
||
margin: 0rpx auto;
|
||
margin-bottom: 50rpx;
|
||
margin-top: 20rpx;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
border-radius: 35rpx;
|
||
font-size: 33rpx;
|
||
}
|
||
.white-button.data-v-9a7b17f0 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 90rpx;
|
||
margin: 0rpx auto;
|
||
margin-bottom: 50rpx;
|
||
margin-top: 20rpx;
|
||
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
||
border-radius: 35rpx;
|
||
font-size: 33rpx;
|
||
}
|
||
.blue-shu.data-v-9a7b17f0 {
|
||
width: 17rpx;
|
||
height: 35rpx;
|
||
border-radius: 17rpx;
|
||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||
margin-right: 20rpx;
|
||
}
|
||
.blue-font.data-v-9a7b17f0 {
|
||
font-size: 30rpx;
|
||
color: black;
|
||
}
|
||
.saomiao.data-v-9a7b17f0 {
|
||
display: flex;
|
||
background-color: #F2F2F2;
|
||
position: relative;
|
||
border-radius: 30rpx;
|
||
margin-top: 50rpx;
|
||
margin-right: 50rpx;
|
||
width: 450rpx;
|
||
}
|
||
.saomiao .saoma-input.data-v-9a7b17f0 {
|
||
width: 550rpx;
|
||
height: 90rpx;
|
||
border-radius: 30rpx;
|
||
padding-left: 100rpx;
|
||
z-index: 1;
|
||
}
|
||
.saomiao .left-img.data-v-9a7b17f0 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 30rpx;
|
||
transform: translateY(-50%);
|
||
z-index: 2;
|
||
}
|
||
.saomiao .right-img.data-v-9a7b17f0 {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 20rpx;
|
||
transform: translateY(-50%);
|
||
z-index: 999;
|
||
}
|
||
.blue-button.data-v-9a7b17f0 {
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
right: -180rpx;
|
||
width: 150rpx;
|
||
height: 80rpx;
|
||
border-radius: 30rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 30rpx;
|
||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||
border: 2rpx solid #9AD1FF;
|
||
color: #007CFF;
|
||
} |