|
@@ -13,7 +13,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="process">
|
|
|
<h3>服务流程</h3>
|
|
|
- <el-col :span="24">
|
|
|
+ <el-col :span="24" class="processDiv">
|
|
|
<div>
|
|
|
<el-button>注册登录</el-button>
|
|
|
<i data-v-f4ffaafc="" class="el-icon-right"></i>
|
|
@@ -28,11 +28,12 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-button>展会宣传</el-button>
|
|
|
- <i data-v-f4ffaafc="" class="el-icon-right"></i>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-button type="primary" class="btn">申请办理</el-button>
|
|
|
+ <el-col :span="24" class="btn">
|
|
|
+ <el-button type="primary">申请办理</el-button>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -74,10 +75,30 @@ export default {
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
.describe {
|
|
|
+ p {
|
|
|
+ background: #fff;
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px dashed #ccc;
|
|
|
+ }
|
|
|
}
|
|
|
.process {
|
|
|
+ .processDiv {
|
|
|
+ background: #fff;
|
|
|
+ border: 1px dashed #ccc;
|
|
|
+ div {
|
|
|
+ float: left;
|
|
|
+ margin: 0 0 13px 0px;
|
|
|
+ background: #fff;
|
|
|
+ padding: 5px;
|
|
|
+ i {
|
|
|
+ margin: 0 5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.btn {
|
|
|
+ text-align: center;
|
|
|
+ margin: 20px 0;
|
|
|
}
|
|
|
}
|
|
|
</style>
|