li-guang
2020-12-15 eb49240e16e3c1c2b560e975b9ff8fdd68bc760d
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:first-child{
        border-top: 1px solid #ABB1CC;
    }
    .content-row{
        padding: 10px 15px;
        border-bottom: 1px solid #ABB1CC;
    }
</style>