doum
5 小时以前 e68e324f91d1a4eb2d4c5f07d27ca105a308bc0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<template>
    <view class="box">
        <view class="box_list">
            <view class="box_list_item">
                <view class="box_list_item_label">
                    <text>快递单号</text>
                    <text>*</text>
                </view>
                <view class="box_list_item_val">
                    <input type="text" placeholder="请填写" placeholder-style="text-align: right;color: #999999;font-size: 28rpx;font-weight: 500;" />
                    <image src="@/static/logo.png" mode="widthFix"></image>
                </view>
            </view>
            <view class="box_list_item">
                <view class="box_list_item_label">
                    <text>快递公司</text>
                    <text>*</text>
                </view>
                <view class="box_list_item_val">
                    <input type="text" placeholder="请填写" placeholder-style="text-align: right;color: #999999;font-size: 28rpx;font-weight: 500;" />
                </view>
            </view>
            <view class="box_list_item">
                <view class="box_list_item_label">
                    <text>联系电话</text>
                </view>
                <view class="box_list_item_val">
                    <text>17389409940</text>
                </view>
            </view>
        </view>
        <view class="box_desc">
            <view class="box_desc_label">补充描述和凭证</view>
            <view class="box_desc_ipt">
                <textarea placeholder="补充描述,有助于商家更好的处理售后问题"></textarea>
                <view class="box_desc_ipt_list">
                    <view class="box_desc_ipt_list_item">
                        <image src="@/static/icon/ic_pingzheng@2x.png" mode="widthFix"></image>
                    </view>
                </view>
            </view>
        </view>
        <view class="box_zw"></view>
        <view class="box_footer">
            <view class="box_footer_btn">提交</view>
        </view>
    </view>
</template>
 
<script>
    export default {
        data() {
            return {
                
            }
        }
    }
</script>
 
<style lang="scss" scoped>
    .box {
        width: 100%;
        .box_list {
            display: flex;
            flex-direction: column;
            background-color: #ffffff;
            .box_list_item {
                padding: 28rpx 32rpx;
                display: flex;
                justify-content: space-between;
                .box_list_item_label {
                    display: flex;
                    align-items: center;
                    text {
                        &:nth-child(1) {
                            font-size: 32rpx;
                            font-family: PingFang SC-Medium, PingFang SC;
                            font-weight: 500;
                            color: #333333;
                        }
                        &:nth-child(2) {
                            font-size: 32rpx;
                            font-family: PingFang SC-Medium, PingFang SC;
                            font-weight: 500;
                            color: #D95A5A;
                        }
                    }
                }
                .box_list_item_val {
                    display: flex;
                    align-items: center;
                    text {
                        font-size: 28rpx;
                        font-family: PingFang SC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #333333;
                    }
                    input {
                        text-align: right;
                        font-size: 28rpx;
                        font-family: PingFang SC-Medium, PingFang SC;
                        font-weight: 500;
                        color: #000000;
                    }
                    image {
                        width: 28rpx;
                        height: 28rpx;
                        margin-left: 14rpx;
                    }
                }
            }
        }
        .box_desc {
            width: 100%;
            padding: 28rpx 32rpx;
            box-sizing: border-box;
            background-color: #ffffff;
            margin-top: 16rpx;
            .box_desc_label {
                font-size: 32rpx;
                font-family: PingFang SC-Semibold, PingFang SC;
                font-weight: 600;
                color: #333333;
                margin-bottom: 36rpx;
            }
            .box_desc_ipt {
                width: 100%;
                padding: 28rpx 24rpx;
                background-color: #F5F5F5;
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                textarea {
                    width: 100%;
                    height: 80rpx;
                }
                .box_desc_ipt_list {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    margin-top: 50rpx;
                    .box_desc_ipt_list_item {
                        width: 172rpx;
                        height: 172rpx;
                        image {
                            width: 100%;
                            height: 100%;
                        }
                    }
                }
            }
        }
        .box_zw {
            width: 100%;
            height: calc(112rpx + env(safe-area-inset-bottom));
        }
        .box_footer {
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            box-sizing: border-box;
            padding: 20rpx 56rpx calc(20rpx + env(safe-area-inset-bottom)) 56rpx;
            .box_footer_btn {
                width: 100%;
                height: 72rpx;
                line-height: 72rpx;
                text-align: center;
                background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
                border-radius: 36rpx;
                font-size: 32rpx;
                font-family: PingFang SC-Medium, PingFang SC;
                font-weight: 500;
                color: #FFFFFF;
            }
        }
    }
</style>