细节
This commit is contained in:
@@ -324,12 +324,10 @@ input::-webkit-input-placeholder
|
||||
width 100%
|
||||
.form
|
||||
width 100%
|
||||
_fj(flex-start, flex-start)
|
||||
.form_item
|
||||
width 48%
|
||||
margin-bottom: 20px
|
||||
width 100%
|
||||
.form_item+.form_item
|
||||
margin-left 4%
|
||||
margin-top: 20px
|
||||
.form_item__label
|
||||
width: 74px;
|
||||
text-align: left;
|
||||
@@ -337,7 +335,7 @@ input::-webkit-input-placeholder
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
color: #606266;
|
||||
line-height: 30px;
|
||||
line-height: 40px;
|
||||
padding: 0 12px 0 0;
|
||||
box-sizing: border-box;
|
||||
i
|
||||
@@ -345,7 +343,7 @@ input::-webkit-input-placeholder
|
||||
.form_item__content
|
||||
width: calc(100% - 74px)
|
||||
margin-left: 74px;
|
||||
line-height: 30px;
|
||||
line-height: 40px;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
.form_item__input
|
||||
@@ -358,9 +356,9 @@ input::-webkit-input-placeholder
|
||||
box-sizing: border-box;
|
||||
color: #696969;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 17px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
outline: none;
|
||||
padding: 0 15px;
|
||||
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
||||
|
||||
Reference in New Issue
Block a user