|
@@ -83,7 +83,7 @@ caption {text-align:left;}
|
|
|
#login .input input.number { background-image: url('../../images/mobile/login_number_icon.png'); background-position: left 5px center; background-repeat: no-repeat; }
|
|
|
#login .input input.date { background-image: url('../../images/mobile/login_date_icon.png'); background-position: left 5px center; background-repeat: no-repeat; }
|
|
|
#login .alert { font-size: 13px; color:#D70000; margin: 10px 0px 15px 0px; }
|
|
|
-#login .button a { display: block; background-color: #426DDB; font-size: 15px; font-weight: 700; color:#FFFFFF; text-align: center; line-height: 50px; height: 50px; border-radius: 25px; }
|
|
|
+#login .button button { display: block; background-color: #426DDB; font-size: 15px; font-weight: 700; color:#FFFFFF; text-align: center; line-height: 50px; height: 50px; width: 100%; border-radius: 25px; }
|
|
|
|
|
|
/* MAIN PAGE */
|
|
|
#main {}
|
|
@@ -138,11 +138,11 @@ caption {text-align:left;}
|
|
|
#sub .header .title { font-size: 18px; font-weight: 500; color:#FFFFFF; text-align: center; }
|
|
|
#sub .alert { background-color: #FAFAFA; font-size: 14px; font-weight: 500; color:#428ADC; padding: 15px 20px; border-bottom: 1px solid #CCCCCC; }
|
|
|
.list input[type="checkbox"] { display:none; }
|
|
|
-.list input[type="checkbox"] + label { font-size: 15px; }
|
|
|
+.list input[type="checkbox"] + label { font-size: 14px; letter-spacing: -1px; }
|
|
|
.list input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background-image:url('../../images/mobile/check_circle_icon.png'); background-repeat: no-repeat; background-position: center; background-size: 19px; cursor:pointer; }
|
|
|
.list input[type="checkbox"]:checked + label span { background-image:url('../../images/mobile/check_circle_icon_check.png'); background-repeat: no-repeat; background-position: center; background-size: 19px; }
|
|
|
input[type="radio"] { display:none; }
|
|
|
-input[type="radio"] + label { font-size: 15px; }
|
|
|
+input[type="radio"] + label { font-size: 14px; letter-spacing: -1px; }
|
|
|
input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background-image:url('../../images/mobile/check_circle_icon.png'); background-repeat: no-repeat; background-position: center; background-size: 19px; cursor:pointer; }
|
|
|
input[type="radio"]:checked + label span { background-image:url('../../images/mobile/check_circle_icon_check.png'); background-repeat: no-repeat; background-position: center; background-size: 19px; }
|
|
|
.btn_group { position: fixed; left: 0px; right: 0px; bottom: 0px; background-color: #FFFFFF; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; }
|
|
@@ -159,7 +159,18 @@ input[type="radio"]:checked + label span { background-image:url('../../images/m
|
|
|
.check_list {}
|
|
|
.check_list .part { padding: 20px; border-bottom: 1px solid #DDDDDD; }
|
|
|
.check_list .title { font-size: 16px; font-weight: 500; margin-bottom: 15px; }
|
|
|
-.check_list .title .mini { display: block; font-size: 13px; color:#666666; }
|
|
|
+.check_list .title .mini { display: block; font-size: 13px; color:#666666; margin-top: 5px; }
|
|
|
+.check_list .data {}
|
|
|
+.check_list .data label { display: inline-block; margin-right: 10px; }
|
|
|
+.check_list .data label:last-child { margin-right: 0px; }
|
|
|
+.check_list .data label input[type="text"] { max-width: 60px; height: 30px; line-height: 30px; }
|
|
|
+.check_list .date {}
|
|
|
+.check_list .date:after { display: block; content: ''; clear: both; }
|
|
|
+.check_list .date input[type="text"] {width: calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -moz-calc(100% - 30px); width: -o-calc(100% - 30px); width: -ms-calc(100% - 30px); line-height: 30px; height: 30px; border: 1px solid #EAEAEA; }
|
|
|
+.check_list .date select { width: calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -moz-calc(100% - 30px); width: -o-calc(100% - 30px); width: -ms-calc(100% - 30px); line-height: 30px; height: 30px; border: 1px solid #EAEAEA; }
|
|
|
+.check_list .date .year { float: left; width: 40%; font-size: 14px; line-height: 30px; height: 30px; }
|
|
|
+.check_list .date .month { float: left; width: 30%; }
|
|
|
+.check_list .date .day { float: left; width: 30%; }
|
|
|
.check_list .list ul:after { display: block; content: ''; clear: both; }
|
|
|
.check_list .list li { float: left; width: 100%; margin: 10px 0px;}
|
|
|
.check_list .list .half:after { display: block; content: ''; clear: both; }
|
|
@@ -287,19 +298,20 @@ input[type="radio"]:checked + label span { background-image:url('../../images/m
|
|
|
.health { padding: 20px; }
|
|
|
.health .part { margin-bottom: 15px; }
|
|
|
.health .part .title { font-size: 16px; font-weight: 500; margin-bottom: 5px; }
|
|
|
-.health .part .input {}
|
|
|
+.health .part .input { position: relative; }
|
|
|
.health .part .input input[type="text"]{ width: 100%; font-size: 15px; color:#427BDC; padding: 10px; border: 0px; border-bottom: 1px solid #DDDDDD; }
|
|
|
.health .part .input input[type="text"]::placeholder { color:#427BDC; }
|
|
|
-.health .part .input.day input[type="text"] { background-image: url('../../images/mobile/health_calendar.png'); background-repeat: no-repeat; background-position: right 10px center; }
|
|
|
-.health .part .input.time input[type="text"] { background-image: url('../../images/mobile/health_time.png'); background-repeat: no-repeat; background-position: right 10px center; }
|
|
|
+.health .part .input.day a { background-image: url('../../images/mobile/health_calendar.png'); background-repeat: no-repeat; background-position: center; width: 20px; height: 20px; position: absolute; right: 10px; top: 50%; margin-top: -10px; z-index: 10; text-indent: -9999px; }
|
|
|
+.health .part .input.time a { background-image: url('../../images/mobile/health_time.png'); background-repeat: no-repeat; background-position: center; width: 20px; height: 20px; position: absolute; right: 10px; top: 50%; margin-top: -10px; z-index: 10; text-indent: -9999px; }
|
|
|
.health .data { background-color: #404C60; text-align: center; padding: 20px; border-radius: 10px; }
|
|
|
.health .data.link { color:#FFFFFF; }
|
|
|
-.health .data.unlink{ color:#8B909A; }
|
|
|
-.health .data .point { font-size: 28px; margin-bottom: 5px; }
|
|
|
+.health .data.unlink{ color:#FFFFFF; }
|
|
|
+.health .data .point { font-size: 18px; }
|
|
|
+.health .data input[type="text"] { background-color: inherit; max-width: 80px; color: #FFFFFF; height: 30px; line-height: 30px; text-align: center; padding: 0px 4px; font-size: 18px; border: 1px solid #999999; }
|
|
|
.health .data .point span.mini { position: relative; margin-left: 10px; font-size: 20px; }
|
|
|
.health .data .point span.line { padding-left: 10px; }
|
|
|
.health .data .point span.line:after { position: absolute; left: 0px; top: 50%; margin-top:-5px; display: block; content: ''; clear: both; width: 1px; height: 10px; background-color: rgba(255,255,255,0.5); }
|
|
|
-.health .data .table { margin-bottom: 15px; }
|
|
|
+.health .data .table { margin-top: 20px; margin-bottom: 15px; }
|
|
|
.health .data .table th { font-size: 13px; color:#8EB8FF; }
|
|
|
.health .data .table td { font-size: 30px; color:#FFFFFF; }
|
|
|
.health .data .table th:first-child { border-right: 1px solid rgba(255,255,255,0.4); }
|
|
@@ -307,5 +319,34 @@ input[type="radio"]:checked + label span { background-image:url('../../images/m
|
|
|
.health .data .table td .mini { display: block; font-size: 13px; }
|
|
|
.health .data .guide { font-size: 12px; margin-top: 5px; }
|
|
|
|
|
|
-
|
|
|
+.popup { display: none; position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: rgba(0,0,0,0.4); z-index: 100; }
|
|
|
+.pop_inner { max-width: 700px; width: 90%; padding: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); box-shadow: 0px 2px 6px rgba(0,0,0,1); border-radius: 3px; background: #fff; } }
|
|
|
+.pop_inner ul {list-style-type: none;}
|
|
|
+.pop_inner .month { padding: 20px 25px; width: 100%; background: #1abc9c; text-align: center; }
|
|
|
+.pop_inner .month ul { margin: 0; padding: 0; }
|
|
|
+.pop_inner .month ul li { color: white; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; }
|
|
|
+.pop_inner .month ul li span { display: block; font-size: 14px; margin-bottom: 5px; }
|
|
|
+.pop_inner .month .prev { float: left; padding-top: 10px; }
|
|
|
+.pop_inner .month .prev a { color:#FFFFFF; }
|
|
|
+.pop_inner .month .next { float: right; padding-top: 10px; }
|
|
|
+.pop_inner .month .next a { color:#FFFFFF; }
|
|
|
+.pop_inner .weekdays { margin: 0; padding: 10px 0; background-color:#ddd; }
|
|
|
+.pop_inner .weekdays:after { display: block; content: ''; clear: both; }
|
|
|
+.pop_inner .weekdays li { float: left; width: 14.28%; color: #666; text-align: center; }
|
|
|
+.pop_inner .days { padding: 10px 0; margin: 0; }
|
|
|
+.pop_inner .days:after { display: block; content: ''; clear: both; }
|
|
|
+.pop_inner .days li { float: left; list-style-type: none; width: 14.28%; text-align: center; margin-bottom: 5px; font-size:12px; color: #777; }
|
|
|
+.pop_inner .days li span.active { background-color: #1abc9c; color: white !important }
|
|
|
+.pop_inner .days li span:hover { color: #1abc9c; }
|
|
|
+.pop_inner .days li span { display: block; padding: 5px; }
|
|
|
+.pop_inner .time {}
|
|
|
+.pop_inner .time:after { display: block; content: ''; clear: both; }
|
|
|
+.pop_inner .time label { float: left; width: 32%; margin-right: 2% }
|
|
|
+.pop_inner .time label:last-child { margin-right: 0px; }
|
|
|
+.pop_inner .time select { width: 100%; height: 40px; font-size: 16px; line-height: 40px; padding: 0px 10px; }
|
|
|
+.pop_inner .btn { text-align: right; margin-top: 10px;}
|
|
|
+.pop_inner .btn ul li { display: inline-block; }
|
|
|
+.pop_inner .btn ul li a { display: block; width: 70px; height: 30px; line-height: 30px; text-align: center; }
|
|
|
+.pop_inner .btn ul li a.cancle { background-color: #666666; color:#FFFFFF; }
|
|
|
+.pop_inner .btn ul li a.confirm { background-color: #1abc9c; color:#FFFFFf; }
|
|
|
|