eeb38948 by 任超

style:样式

1 parent c2e47dbc
...@@ -443,6 +443,7 @@ input[type='file'] { ...@@ -443,6 +443,7 @@ input[type='file'] {
443 border-radius: 5px; 443 border-radius: 5px;
444 padding: 10px 0; 444 padding: 10px 0;
445 box-sizing: border-box; 445 box-sizing: border-box;
446 margin-bottom: 20px;
446 } 447 }
447 .itemImageUpdate { 448 .itemImageUpdate {
448 margin-right: 15px; 449 margin-right: 15px;
...@@ -485,4 +486,5 @@ input[type='file'] { ...@@ -485,4 +486,5 @@ input[type='file'] {
485 width: 70px; 486 width: 70px;
486 text-align: center; 487 text-align: center;
487 writing-mode:vertical-lr; 488 writing-mode:vertical-lr;
489 margin-left: 5px;
488 } 490 }
...\ No newline at end of file ...\ No newline at end of file
......