样式更改
parent
1eba807442
commit
ce29cfb105
|
@ -3,9 +3,15 @@
|
|||
<div class="banner"></div>
|
||||
<div class="content">
|
||||
<el-breadcrumb separator-class="el-icon-arrow-right" style="padding: 5px;background-color: #f1f1f1;margin-top: 10px;">
|
||||
<el-breadcrumb-item :to="{ path: '/home' }">{{ $t('home.menuName') }}</el-breadcrumb-item>
|
||||
<el-breadcrumb-item><a href="/services">{{ $t('service.menuName') }}</a></el-breadcrumb-item>
|
||||
<el-breadcrumb-item>{{ $t('service.subMenu1') }}</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/home' }">
|
||||
{{ $t('home.menuName') }}
|
||||
</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/services' }">
|
||||
{{ $t('service.menuName') }}
|
||||
</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>
|
||||
{{ $t('service.subMenu1') }}
|
||||
</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-tabs v-model="activeName" class="custom_tab" ref="custom_tab">
|
||||
<el-tab-pane :label="$t('imagingService.tab1')" name="1">
|
||||
|
@ -167,7 +173,7 @@
|
|||
<div class="item">
|
||||
<p style="margin-bottom: 20px;">{{ $t('imagingService.msg13') }}</p>
|
||||
<h2>{{ $t('imagingService.title5') }}</h2>
|
||||
<div style="display: flex;display: flex;flex-direction: row;justify-content: space-around;">
|
||||
<div class="flex_row">
|
||||
<ul style="width: 700px">
|
||||
<li>
|
||||
<i class="el-icon-caret-right"></i>
|
||||
|
@ -207,7 +213,7 @@
|
|||
</div>
|
||||
|
||||
<h2>{{ $t('imagingService.title6') }}</h2>
|
||||
<div style="display: flex;flex-direction: row;justify-content: space-around;">
|
||||
<div class="flex_row">
|
||||
<ul style="width: 700px">
|
||||
<li>
|
||||
<i class="el-icon-caret-right"></i>
|
||||
|
@ -361,7 +367,7 @@ export default {
|
|||
}
|
||||
ul {
|
||||
margin: -10px 0 25px 0;
|
||||
// list-style: none
|
||||
list-style: none;
|
||||
li {
|
||||
width: 100%;
|
||||
float: none;
|
||||
|
@ -372,6 +378,11 @@ export default {
|
|||
color: #2f2f2f;
|
||||
}
|
||||
}
|
||||
.flex_row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue