Commit dff47855 authored by Mac's avatar Mac

修改样式

parent 9372bc05
<style> <style>
@import "../../assets/css/DMC.css"; @import "../../assets/css/DMC.css";
.title{width: 100%;display: -webkit-box;margin-top: 20px }
.tu_img{width: 100%;display: -webkit-box;padding: 20px 50px}
</style> </style>
<template> <template>
<div class="flexOne changInfo"> <div class="flexOne changInfo">
...@@ -74,8 +72,8 @@ ...@@ -74,8 +72,8 @@
</el-select> </el-select>
</span> </span>
</div> </div>
<!-- <span class="resource-lititle sheshi">酒店优惠 <el-button icon="el-icon-plus" circle @click="addAir"></el-button>--> <!-- <span class="resource-lititle sheshi">酒店优惠 <el-button icon="el-icon-plus" circle @click="addAir"></el-button>-->
<!-- </span>--> <!-- </span>-->
<div class="jiudianyouhuiDiv"> <div class="jiudianyouhuiDiv">
<el-row v-for="(list,index) in addMsg.DiscountList" :key="index"> <el-row v-for="(list,index) in addMsg.DiscountList" :key="index">
...@@ -218,10 +216,10 @@ ...@@ -218,10 +216,10 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="title"> <div style="width: 100%;display: -webkit-box;margin-top: 20px ">
<span class="resource-lititle" style="margin-left: 30px">{{$t('hotel.hotel_imgintroduce')}}</span> <span class="resource-lititle" style="margin-left: 30px">{{$t('hotel.hotel_imgintroduce')}}</span>
</div> </div>
<div class="tu_img"> <div style="width: 100%;display: -webkit-box;padding: 20px 50px">
<div class="resource-list"> <div class="resource-list">
<div class="resource-imglist clearfix"> <div class="resource-imglist clearfix">
<div class="re-img" v-for="(item,index) in HotelImageArray" :key="item.subCode"> <div class="re-img" v-for="(item,index) in HotelImageArray" :key="item.subCode">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment