调整企业认证样式错误问题

This commit is contained in:
唐明明
2021-11-04 15:58:24 +08:00
parent f0ac413d89
commit 217f7fa920
2 changed files with 1718 additions and 1730 deletions

View File

@@ -247,18 +247,17 @@
<style lang="scss" scoped>
// 内容
.content {
overflow: hidden;
.header {
padding: $padding * 2 0;
box-sizing: border-box;
@extend .vertical;
.title {
text-align: center;
font-size: $title-size + 14;
font-weight: bold;
line-height: 90rpx;
}
.subtitle {
font-size: $title-size-m;
color: $text-gray;
@@ -272,7 +271,6 @@
min-height: 85vh;
padding: $padding $padding * 2 $padding * 2;
box-sizing: border-box;
.inputs {
position: relative;
margin-top: $margin;
@@ -291,6 +289,7 @@
}
input {
width: 100%;
height: 90rpx;
line-height: 90rpx;
font-size: $title-size;

File diff suppressed because one or more lines are too long