You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
814 B
32 lines
814 B
<template>
|
|
<view>
|
|
<lf-nav :spreadOut="true" :showIcon="true" title="修改昵称"></lf-nav>
|
|
<view class="lf-color-black lf-font-28 lf-p-30">
|
|
可使用中英文、数字和下划线,字符限制1-10字符
|
|
</view>
|
|
<view class="lf-p-l-32 lf-p-r-32">
|
|
<view class="set-tag lf-border-bottom">
|
|
<view class="lf-font-28 lf-color-black">
|
|
<input type="text" placeholder="输入新的昵称" />
|
|
</view>
|
|
<view class="lf-flex">
|
|
<text class="lf-iconfont icon-cuo lf-font-24 lf-m-l-10 lf-color-777"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
.set-tag {
|
|
height: 100rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
// border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
</style>
|