8 changed files with 102 additions and 10 deletions
@ -0,0 +1,17 @@ |
|||
@import '~antd/lib/style/themes/default.less'; |
|||
|
|||
.row { |
|||
.item { |
|||
width: 220px; |
|||
} |
|||
.item:first-child { |
|||
margin-right: 8px; |
|||
} |
|||
} |
|||
|
|||
@media screen and (max-width: @screen-sm) { |
|||
.item:first-child { |
|||
margin: 0; |
|||
margin-bottom: 8px; |
|||
} |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
@import '~antd/lib/style/themes/default.less'; |
|||
|
|||
.area_code { |
|||
width: 128px; |
|||
margin-right: 8px; |
|||
} |
|||
.phone_number { |
|||
width: 312px; |
|||
} |
|||
|
|||
@media screen and (max-width: @screen-sm) { |
|||
.area_code { |
|||
width: 100%; |
|||
margin: 0; |
|||
margin-bottom: 8px; |
|||
} |
|||
.phone_number { |
|||
width: 100%; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue