|
@@ -20,13 +20,13 @@
|
|
|
<span class="icon icon-device"></span>
|
|
|
<span class="text">设备认证</span>
|
|
|
</nuxt-link>
|
|
|
- <nuxt-link
|
|
|
+ <!-- <nuxt-link
|
|
|
:to="routePrefix + '/approve/personnel/operate'"
|
|
|
class="link flex items-center flex-col md:mt-6 mt-4"
|
|
|
>
|
|
|
<span class="icon icon-doctor"></span>
|
|
|
<span class="text">体疗师认证</span>
|
|
|
- </nuxt-link>
|
|
|
+ </nuxt-link> -->
|
|
|
</div>
|
|
|
|
|
|
<div class="filter">
|
|
@@ -175,7 +175,7 @@ export default {
|
|
|
& > {
|
|
|
.el-input.is-active .el-input__inner,
|
|
|
.el-input__inner:focus {
|
|
|
- border-color: #4093B5;
|
|
|
+ border-color: #4093b5;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -185,7 +185,8 @@ export default {
|
|
|
@media screen and (min-width: 768px) {
|
|
|
.page {
|
|
|
position: relative;
|
|
|
- min-height: calc(100vh - 80px - 80px);
|
|
|
+ // min-height: calc(100vh - 80px);
|
|
|
+ min-height: 120vh;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.page-top {
|
|
@@ -204,7 +205,7 @@ export default {
|
|
|
color: #404040;
|
|
|
|
|
|
span {
|
|
|
- color: #4093B5;
|
|
|
+ color: #4093b5;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -249,18 +250,18 @@ export default {
|
|
|
&.icon-device {
|
|
|
background: url(~assets/theme-images/hyt/pc/nav-entry-device-active.png)
|
|
|
no-repeat center center,
|
|
|
- linear-gradient(180deg, #4BB9E6 0%, #4093B5 100%);
|
|
|
+ linear-gradient(180deg, #4bb9e6 0%, #4093b5 100%);
|
|
|
background-size: 48px, 100%;
|
|
|
}
|
|
|
&.icon-doctor {
|
|
|
background: url(~assets/theme-images/hyt/pc/nav-entry-doctor-active.png)
|
|
|
no-repeat center center,
|
|
|
- linear-gradient(180deg, #4BB9E6 0%, #4093B5 100%);
|
|
|
+ linear-gradient(180deg, #4bb9e6 0%, #4093b5 100%);
|
|
|
background-size: 48px, 100%;
|
|
|
}
|
|
|
}
|
|
|
.text {
|
|
|
- color: #4093B5;
|
|
|
+ color: #4093b5;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -415,7 +416,7 @@ export default {
|
|
|
color: #404040;
|
|
|
|
|
|
span {
|
|
|
- color: #4093B5;
|
|
|
+ color: #4093b5;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -444,7 +445,7 @@ export default {
|
|
|
width: 7.2vw;
|
|
|
height: 7.2vw;
|
|
|
border-radius: 1.2vw;
|
|
|
- background: linear-gradient(180deg, #4BB9E6 0%, #4093B5 100%);
|
|
|
+ background: linear-gradient(180deg, #4bb9e6 0%, #4093b5 100%);
|
|
|
|
|
|
&.icon-device,
|
|
|
&.icon-doctor {
|
|
@@ -478,7 +479,7 @@ export default {
|
|
|
|
|
|
.text {
|
|
|
font-size: 2.4vw;
|
|
|
- color: #4093B5;
|
|
|
+ color: #4093b5;
|
|
|
margin-top: 1.2vw;
|
|
|
}
|
|
|
}
|