gx
queenwuli
2020-12-16 41ee0d759c512d7a1cf023b48269e5e5d4ee954c
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
<template>
    <!-- 设置 -->
    <view class="container">
        <!-- #ifndef H5 -->
        <view class="status_bar"></view>
        <!-- #endif -->
        <view class="flex justify-between content-row mb-20">
            <text class="font-16">修改密码</text>
            <text class="iconfont iconarrow-backimg gray"></text>
        </view>
        <button class="blue-btn">退出登录</button>
    </view>
</template>
 
<script>
</script>
 
<style>
    .container{
        padding: 0 15px;
    }
    .content-row{
        padding: 10px 0px;
        border-bottom: 1px solid #EDEAF4;
    }
</style>