|
@@ -8,83 +8,181 @@
|
|
|
|
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="box-leftsidebar">
|
|
<div class="box-leftsidebar">
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">退款商品:</label>
|
|
|
|
- <div class="row-sidebar">
|
|
|
|
- <img src="../../assets/img-3.png" class="product-img">
|
|
|
|
- <div class="product-sidebar">
|
|
|
|
- <p class="product-name">精品小童茸,云南香格里拉松茸,肉质紧实细腻精品小童茸,云南香格里拉松茸,肉质紧实细腻…</p>
|
|
|
|
- <p class="product-msg">颜色:纤薄款
|
|
|
|
- <p class="product-msg">尺码:标准版(2G内存 ...</p>
|
|
|
|
|
|
+ <div class="return-reason" v-if="status==0">
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">退款商品:</label>
|
|
|
|
+ <div class="row-sidebar">
|
|
|
|
+ <img src="../../assets/img-3.png" class="product-img">
|
|
|
|
+ <div class="product-sidebar">
|
|
|
|
+ <p class="product-name">精品小童茸,云南香格里拉松茸,肉质紧实细腻精品小童茸,云南香格里拉松茸,肉质紧实细腻…</p>
|
|
|
|
+ <p class="product-msg">颜色:纤薄款
|
|
|
|
+ <p class="product-msg">尺码:标准版(2G内存 ...</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">服务类型:<span class="red-color">*</span></label>
|
|
|
|
- <div class="row-sidebar">
|
|
|
|
- <div class="radio-box">
|
|
|
|
- <label class="radio-item">
|
|
|
|
- <input style="display: none" v-model="type" value="1" id="type1" type="radio">
|
|
|
|
- <img :src="type=='1'? require('../../assets/circle2-active.png') : require('../../assets/circle-2.png')"
|
|
|
|
- class="radio-circle">
|
|
|
|
- 仅退款
|
|
|
|
- </label>
|
|
|
|
- <label class="radio-item">
|
|
|
|
- <input style="display: none" v-model="type" value="2" id="type2" type="radio">
|
|
|
|
- <img :src="type=='2'? require('../../assets/circle2-active.png') : require('../../assets/circle-2.png')"
|
|
|
|
- class="radio-circle">
|
|
|
|
- 退货退款
|
|
|
|
- </label>
|
|
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">服务类型:<span class="red-color">*</span></label>
|
|
|
|
+ <div class="row-sidebar">
|
|
|
|
+ <div class="radio-box">
|
|
|
|
+ <label class="radio-item">
|
|
|
|
+ <input style="display: none" v-model="type" value="1" id="type1" type="radio">
|
|
|
|
+ <img :src="type=='1'? require('../../assets/circle2-active.png') : require('../../assets/circle-2.png')"
|
|
|
|
+ class="radio-circle">
|
|
|
|
+ 仅退款
|
|
|
|
+ </label>
|
|
|
|
+ <label class="radio-item">
|
|
|
|
+ <input style="display: none" v-model="type" value="2" id="type2" type="radio">
|
|
|
|
+ <img :src="type=='2'? require('../../assets/circle2-active.png') : require('../../assets/circle-2.png')"
|
|
|
|
+ class="radio-circle">
|
|
|
|
+ 退货退款
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">退款原因:<span class="red-color">*</span></label>
|
|
|
|
- <div class="row-sidebar">
|
|
|
|
- <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
- <el-select v-model="value" placeholder="请选择">
|
|
|
|
- <el-option v-for="item in options" :key="item.value" :label="item.label"
|
|
|
|
- :value="item.value">
|
|
|
|
- </el-option>
|
|
|
|
- </el-select>
|
|
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">退款原因:<span class="red-color">*</span></label>
|
|
|
|
+ <div class="row-sidebar">
|
|
|
|
+ <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
+ <el-select v-model="value" placeholder="请选择">
|
|
|
|
+ <el-option v-for="item in options" :key="item.value" :label="item.label"
|
|
|
|
+ :value="item.value">
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">退款金额:<span class="red-color">*</span></label>
|
|
|
|
- <div class="row-sidebar" style="flex-direction: column;align-items: flex-start;">
|
|
|
|
- <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
- <el-input v-model="input" placeholder="请输入金额"></el-input>
|
|
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">退款金额:<span class="red-color">*</span></label>
|
|
|
|
+ <div class="row-sidebar" style="flex-direction: column;align-items: flex-start;">
|
|
|
|
+ <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
+ <el-input v-model="input" placeholder="请输入金额"></el-input>
|
|
|
|
+ </div>
|
|
|
|
+ <p class="font-1">最多¥25.9,含发货邮费¥0.00</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">退款说明:</label>
|
|
|
|
+ <div class="row-sidebar">
|
|
|
|
+ <div style="min-width: 263px;display: flex;align-items: center;">
|
|
|
|
+ <el-input maxlength="200" show-word-limit type="textarea" placeholder="请输入"
|
|
|
|
+ v-model="desc">
|
|
|
|
+ </el-input>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <p class="font-1">最多¥25.9,含发货邮费¥0.00</p>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">上传图片:</label>
|
|
|
|
+ <div class="row-sidebar">
|
|
|
|
+ <div class="upload-row">
|
|
|
|
+ <div class="upload-item" v-if="imageSrc.length!=0">
|
|
|
|
+ <img :src="imageSrc" class="img">
|
|
|
|
+ <img src="../../assets/close.png" class="close-icon">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="add-box" v-if="imageSrc.length < 9">
|
|
|
|
+ <img src="../../assets/add-4.png" class="add-img">
|
|
|
|
+ <input type="file" v-on:change="test()" class="upload-btn" ref="fileInput">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="btn-box">
|
|
|
|
+ <button type="button">提交</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">退款说明:</label>
|
|
|
|
- <div class="row-sidebar">
|
|
|
|
- <div style="min-width: 263px;display: flex;align-items: center;">
|
|
|
|
- <el-input maxlength="200" show-word-limit type="textarea" placeholder="请输入" v-model="desc">
|
|
|
|
- </el-input>
|
|
|
|
|
|
+ <div class="seller-processes-refund-application" v-if="status==1">
|
|
|
|
+ <div class="refund-application-top">
|
|
|
|
+ <div class="top-row">
|
|
|
|
+ <span class="top-row-msg">请等待商家处理</span>
|
|
|
|
+ <!-- 商家拒绝退款申请显示 -->
|
|
|
|
+ <!-- <span class="top-row-msg">商家拒绝了你的申请</span> -->
|
|
|
|
+ <!-- 买家退货显示 -->
|
|
|
|
+ <!-- <span class="top-row-msg">请退货并填写物流信息</span> -->
|
|
|
|
+ <!-- 退款成功显示 -->
|
|
|
|
+ <!-- <span class="top-row-msg red">退款成功</span> -->
|
|
|
|
+ <span class="countdown">还剩:1天23时42分</span>
|
|
|
|
+ </div>
|
|
|
|
+ <p class="refund-application-msg">您已成功发起退款,请耐心等待商家处理</p>
|
|
|
|
+ <!-- 商家拒绝退款申请显示 -->
|
|
|
|
+ <!-- <p class="refund-application-msg">进行重新退款</p> -->
|
|
|
|
+ <!-- 买家退货显示 -->
|
|
|
|
+ <!-- <p class="refund-application-msg">商家已同意退货申请,请尽早发货</p> -->
|
|
|
|
+ <!-- 退款成功显示 -->
|
|
|
|
+ <!-- <p class="refund-application-msg">将退还你的支付账户</p> -->
|
|
|
|
+ </div>
|
|
|
|
+ <div class="refund-application-center">
|
|
|
|
+ <!-- 商家拒绝退款申请显示 -->
|
|
|
|
+ <p class="font-1">进行重新退款</p>
|
|
|
|
+ <!-- 买家退货显示 -->
|
|
|
|
+ <!-- <p class="font-1">退货地址</p> -->
|
|
|
|
+ <!-- 退款成功显示 -->
|
|
|
|
+ <!-- <p class="font-1">退货地址</p> -->
|
|
|
|
+ <ul class="center-list">
|
|
|
|
+ <li>商家同意或者超时未处理申请,系统将会退款给你</li>
|
|
|
|
+ <li>如果商家拒绝,您可以修改退款申请后再次发起,商家会重新处理</li>
|
|
|
|
+ </ul>
|
|
|
|
+ <div class="center-btnBox">
|
|
|
|
+ <button type="button" class="bg-btn">修改申请</button>
|
|
|
|
+ <button type="button" class="border-btn">撤销申请</button>
|
|
|
|
+ <!-- 商家拒绝退款申请显示 -->
|
|
|
|
+ <!-- <button type="button" class="border-btn">再次申请</button> -->
|
|
|
|
+ <!-- 买家退货显示 -->
|
|
|
|
+ <!-- <button type="button" class="bg-btn">
|
|
|
|
+ 我已寄出
|
|
|
|
+ <span>(点击填写物流单号)</span>
|
|
|
|
+ </button>
|
|
|
|
+ <button type="button" class="border-btn">撤销申请</button> -->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="refund-application-bottom">
|
|
|
|
+ <p class="bottom-label">协商历史</p>
|
|
|
|
+ <div class="bottom-msgBox">
|
|
|
|
+ <p>退款类型: 仅退款</p>
|
|
|
|
+ <p>退款金额: ¥25.90</p>
|
|
|
|
+ <p>退款原因: 发票问题</p>
|
|
|
|
+ <p>退款描述: 发票问题</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="row-start">
|
|
|
|
- <label class="row-label">上传图片:</label>
|
|
|
|
- <div class="row-sidebar">
|
|
|
|
- <div class="upload-row">
|
|
|
|
- <div class="upload-item" v-if="imageSrc.length!=0">
|
|
|
|
- <img :src="imageSrc" class="img">
|
|
|
|
- <img src="../../assets/close.png" class="close-icon">
|
|
|
|
|
|
+ <div class="write-refund-logistics-number" v-if="status==2">
|
|
|
|
+ <div class="write-top">
|
|
|
|
+ <div class="top-row">
|
|
|
|
+ <span class="top-row-msg">退货地址</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="address-box">
|
|
|
|
+ <p>收货人:上海孩子王品牌旗舰店 0563-6988538</p>
|
|
|
|
+ <p>安徽省宣城市广德县经济开发区建设北路安徽孩子王有限公司</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="write-center">
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">物流公司:<span class="red-color">*</span></label>
|
|
|
|
+ <div class="row-sidebar" style="flex-direction: column;align-items: flex-start;">
|
|
|
|
+ <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
+ <el-input v-model="input" placeholder="请填写物流公司"></el-input>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div class="add-box" v-if="imageSrc.length < 9">
|
|
|
|
- <img src="../../assets/add-4.png" class="add-img">
|
|
|
|
- <input type="file" v-on:change="test()" class="upload-btn" ref="fileInput">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row-start">
|
|
|
|
+ <label class="row-label">物流单号:<span class="red-color">*</span></label>
|
|
|
|
+ <div class="row-sidebar" style="flex-direction: column;align-items: flex-start;">
|
|
|
|
+ <div style="min-width: 200px;display: flex;align-items: center;">
|
|
|
|
+ <el-input v-model="input" placeholder="请填写物流单号"></el-input>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="write-btnBox">
|
|
|
|
+ <button type="button" class="bg-btn">提交</button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="write-bottom">
|
|
|
|
+ <p class="bottom-label">协商历史</p>
|
|
|
|
+ <div class="bottom-msgBox">
|
|
|
|
+ <p>退款类型: 仅退款</p>
|
|
|
|
+ <p>退款金额: ¥25.90</p>
|
|
|
|
+ <p>退款原因: 发票问题</p>
|
|
|
|
+ <p>退款描述: 发票问题</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="btn-box">
|
|
|
|
- <button type="button">提交</button>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="box-rightsidebar">
|
|
<div class="box-rightsidebar">
|
|
@@ -164,6 +262,7 @@
|
|
input: '',
|
|
input: '',
|
|
desc: '',
|
|
desc: '',
|
|
imageSrc: '', // 图片地址
|
|
imageSrc: '', // 图片地址
|
|
|
|
+ status: 1,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -200,8 +299,6 @@
|
|
flex: 1;
|
|
flex: 1;
|
|
height: 809px;
|
|
height: 809px;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- padding: 27px 28px;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
background-color: #FFFFFF;
|
|
background-color: #FFFFFF;
|
|
@@ -209,11 +306,19 @@
|
|
margin-right: 19px;
|
|
margin-right: 19px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .return-reason {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding: 27px 28px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+
|
|
.row-start {
|
|
.row-start {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
- margin-bottom: 23px;
|
|
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.row-label {
|
|
.row-label {
|
|
@@ -472,4 +577,211 @@
|
|
color: #111111;
|
|
color: #111111;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .seller-processes-refund-application {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .refund-application-top {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 135px;
|
|
|
|
+ padding: 0 20px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ border-bottom: 1px solid #F6F6F6;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .top-row {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-bottom: 24px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .top-row-msg {
|
|
|
|
+ color: #000000;
|
|
|
|
+ font-size: 19px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .top-row-msg.red {
|
|
|
|
+ color: #F2501A;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .countdown {
|
|
|
|
+ color: #FF3C24;
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ margin-left: 36px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .refund-application-msg {
|
|
|
|
+ width: 100%;
|
|
|
|
+ color: #BBBBBB;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .refund-application-center {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding: 22px 20px 56px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-bottom: 1px solid #F6F6F6;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-list {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-list>li {
|
|
|
|
+ width: 100%;
|
|
|
|
+ color: #BBBBBB;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ padding-left: 14px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-list>li::after {
|
|
|
|
+ content: "";
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 50%;
|
|
|
|
+ transform: translate(0, -50%);
|
|
|
|
+ background-color: #BBBBBB;
|
|
|
|
+ width: 5px;
|
|
|
|
+ height: 5px;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ padding-left: 37px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-top: 50px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox>button,
|
|
|
|
+ .write-btnBox>button {
|
|
|
|
+ width: 214px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ margin-right: 19px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox>button>span,
|
|
|
|
+ .write-btnBox>button>span {
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ font-size: 8px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox>button:last-child,
|
|
|
|
+ .write-btnBox>button:last-child {
|
|
|
|
+ margin-right: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox>button.bg-btn,
|
|
|
|
+ .write-btnBox>button.bg-btn {
|
|
|
|
+ background-color: #F2501A;
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center-btnBox>button.border-btn,
|
|
|
|
+ .write-btnBox>button.border-btn {
|
|
|
|
+ border: 1px solid #E63D23;
|
|
|
|
+ background-color: #FFFFFF;
|
|
|
|
+ color: #F2501A;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .refund-application-bottom,
|
|
|
|
+ .write-bottom {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding: 34px 22px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .bottom-label {
|
|
|
|
+ width: 100%;
|
|
|
|
+ margin-bottom: 17px;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ color: #434849;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .bottom-msgBox {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ color: #434849;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ padding-left: 19px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .bottom-msgBox>p {
|
|
|
|
+ margin-bottom: 3px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .font-1 {
|
|
|
|
+ width: 100%;
|
|
|
|
+ color: #434849;
|
|
|
|
+ font-size: 17px;
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .write-top {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding: 24px 22px 39px;
|
|
|
|
+ border-bottom: 1px solid #F6F6F6;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .write-center {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding: 15px 37px 63px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-bottom: 1px solid #F6F6F6;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .write-btnBox {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-top: 37px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .address-box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ color: #BBBBBB;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ padding-left: 26px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .address-box>p {
|
|
|
|
+ margin-bottom: 13px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .address-box>p:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|