diff --git a/public/index.html b/public/index.html index dd58b42..fe066d2 100644 --- a/public/index.html +++ b/public/index.html @@ -4,8 +4,10 @@ - + + + 车管所体检预约 - @@ -156,15 +192,15 @@ export default { font-weight: bold; line-height: 0.98rem; text-align: center; - background: #FFFFFF; + background: #ffffff; border-radius: 0.08rem; - border: 0.02rem solid #E1E1E1; + border: 0.02rem solid #e1e1e1; &.blue { float: right; color: #fff; - background: #1677FF; - border-color: #1677FF; + background: #1677ff; + border-color: #1677ff; } } } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index a5ecb06..9275e9a 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,11 +1,23 @@ diff --git a/src/views/examination.vue b/src/views/examination.vue index b61080f..2c1319f 100644 --- a/src/views/examination.vue +++ b/src/views/examination.vue @@ -1,296 +1,487 @@ \ No newline at end of file diff --git a/src/views/myExam.vue b/src/views/myExam.vue index f3260ff..5f7395b 100644 --- a/src/views/myExam.vue +++ b/src/views/myExam.vue @@ -1,48 +1,101 @@ @@ -450,11 +669,10 @@ export default { // margin: 0.4rem auto; // margin-bottom: 0.7rem; - .pro_top { display: flex; padding-bottom: 0.26rem; - border-bottom: 1px solid #EEEEEE; + border-bottom: 1px solid #eeeeee; .img_box { display: flex; @@ -472,7 +690,7 @@ export default { width: 1.46rem; height: 0.32rem; text-align: center; - background: #F6F6F6; + background: #f6f6f6; border-radius: 0.08rem; line-height: 0.32rem; font-size: 0.24rem; @@ -496,7 +714,6 @@ export default { .pro_left { display: flex; - .img_box { height: 100%; display: flex; @@ -505,7 +722,6 @@ export default { img { width: 0.5rem; height: 0.5rem; - } } @@ -529,11 +745,11 @@ export default { } .tips { - color: #00B578; + color: #00b578; } .cancel_tip { - color: #F93A4A; + color: #f93a4a; } .timeout_tip { @@ -549,29 +765,29 @@ export default { .cancel { width: 1.5rem; height: 0.5rem; - background: rgba(22, 119, 255, .1); + background: rgba(22, 119, 255, 0.1); border-radius: 0.26rem; display: flex; align-items: center; justify-content: center; font-size: 0.24rem; - color: #1677FF; + color: #1677ff; } .finish { - background: #E5E5E5; + background: #e5e5e5; color: #999; pointer-events: none; } .limit { pointer-events: none; - background: #E5E5E5; + background: #e5e5e5; color: #999; } .cancel_item { - background: rgba(125, 125, 125, .2); + background: rgba(125, 125, 125, 0.2); color: #999; pointer-events: none; }