|
@@ -72,7 +72,7 @@ export default {
|
|
|
@media screen and (min-width: 768px) {
|
|
|
.page-top {
|
|
|
height: 420px;
|
|
|
- background: url(~assets/theme-images/normal/pc/banner-doctor.png) no-repeat
|
|
|
+ background: url(~assets/theme-images/normal/pc/PC-operate-new.png) no-repeat
|
|
|
center;
|
|
|
background-size: auto 420px;
|
|
|
|
|
@@ -187,7 +187,7 @@ export default {
|
|
|
@media screen and (max-width: 768px) {
|
|
|
.page-top {
|
|
|
height: 46vw;
|
|
|
- background: url(~assets/theme-images/normal/pc/banner-doctor.png) no-repeat
|
|
|
+ background: url(~assets/theme-images/normal/h5/H5-operate-new.png) no-repeat
|
|
|
center;
|
|
|
background-size: auto 46vw;
|
|
|
|