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

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

File diff suppressed because one or more lines are too long