|
@@ -241,8 +241,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
241
|
241
|
#ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
|
242
|
242
|
#ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
|
243
|
243
|
#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
|
244
|
|
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:115%; font-size:18px;}
|
245
|
|
-#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
|
|
244
|
+#ITP_WRAPPER header .header_wrap .name_info .bn {padding-top:0; text-align:right; width:115%; font-size:18px;}
|
|
245
|
+#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; padding-top:2px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
|
246
|
246
|
|
247
|
247
|
#ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
|
248
|
248
|
#ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
|
|
@@ -326,7 +326,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
326
|
326
|
.content .line .float_left.name {width:60%;}
|
327
|
327
|
.content .line .float_left button {float:right; left:-2px; position:relative; background:transparent; border:none; width:34px; height:34px; padding:0;}
|
328
|
328
|
.content .line .float_left button img {width:18px;}
|
329
|
|
-.content .line .float_left input {width:100%; font-size:14px;}
|
|
329
|
+.content .line .float_left input {width:100%; font-size:9pt;}
|
330
|
330
|
.content .line .float_left.note {width: 100%; padding: 10px;}
|
331
|
331
|
.content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
|
332
|
332
|
.content .line .float_left div {font-size: 1rem; margin-top: 8px;}
|