<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>
|