2022-05-03 21:35:39 +08:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
|
|
*
|
|
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
|
|
*
|
|
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
|
|
*/
|
|
|
|
|
|
/* 颜色变量 */
|
|
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
|
|
/* 背景颜色 */
|
|
|
|
|
|
/* 边框颜色 */
|
|
|
|
|
|
/* 尺寸变量 */
|
|
|
|
|
|
/* 文字尺寸 */
|
|
|
|
|
|
/* 图片尺寸 */
|
|
|
|
|
|
/* Border Radius */
|
|
|
|
|
|
/* 水平间距 */
|
|
|
|
|
|
/* 垂直间距 */
|
|
|
|
|
|
/* 透明度 */
|
|
|
|
|
|
/* 文章场景相关 */
|
|
|
|
|
|
.content.data-v-111bb4d3 {
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
height: 100vh;
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.top.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
padding: 80px 0 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.top image.data-v-111bb4d3 {
|
|
|
|
|
|
width: 70px;
|
|
|
|
|
|
height: 70px;
|
|
|
|
|
|
margin: auto;
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.top text.data-v-111bb4d3 {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit.data-v-111bb4d3 {
|
|
|
|
|
|
width: 75%;
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
padding: 15px;
|
|
|
|
|
|
margin: 40px auto 15px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit .ts.data-v-111bb4d3 {
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit .editem.data-v-111bb4d3 {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit .input.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
border: #dfdfdf 1px solid;
|
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit .input input.data-v-111bb4d3 {
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
line-height: 35px;
|
2022-07-09 17:30:33 +08:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 10px;
|
2023-09-25 11:48:52 +08:00
|
|
|
|
right: 0px;
|
2022-07-09 17:30:33 +08:00
|
|
|
|
z-index: 88;
|
2022-05-03 21:35:39 +08:00
|
|
|
|
}
|
2023-09-25 11:48:52 +08:00
|
|
|
|
.edit .yanzhengma input.data-v-111bb4d3 {
|
|
|
|
|
|
right: 120px;
|
|
|
|
|
|
}
|
2022-05-03 21:35:39 +08:00
|
|
|
|
.edit .btnlogin.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
|
height: 38px;
|
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
|
background: #FCA82D;
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
.edit .code.data-v-111bb4d3 {
|
|
|
|
|
|
width: 110px;
|
|
|
|
|
|
background: #dfdfdf;
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
right: 2.5px;
|
|
|
|
|
|
top: 2.5px;
|
2022-07-09 17:30:33 +08:00
|
|
|
|
z-index: 99;
|
2022-05-03 21:35:39 +08:00
|
|
|
|
}
|
|
|
|
|
|
.btnGroup.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
bottom: 80rpx;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn icon.data-v-111bb4d3 {
|
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
|
color: #28c445;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn text.data-v-111bb4d3 {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
text-align: center;
|
2023-09-05 16:54:26 +08:00
|
|
|
|
border-bottom: 1px solid blue;
|
|
|
|
|
|
color: blue;
|
2022-05-03 21:35:39 +08:00
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn button.data-v-111bb4d3 {
|
|
|
|
|
|
line-height: initial;
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn button.data-v-111bb4d3::after {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
2023-09-05 16:54:26 +08:00
|
|
|
|
.btnGroup .wxbtn view.data-v-111bb4d3 {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .wxbtn image.data-v-111bb4d3 {
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
}
|
2022-05-03 21:35:39 +08:00
|
|
|
|
.btnGroup .xieyi.data-v-111bb4d3 {
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
color: #333;
|
|
|
|
|
|
}
|
|
|
|
|
|
.btnGroup .xieyi text.data-v-111bb4d3 {
|
|
|
|
|
|
border-bottom: 1px solid #333;
|
|
|
|
|
|
}
|
|
|
|
|
|
|