feat: 设置页面
This commit is contained in:
parent
d23217a6b8
commit
21dcd56c6a
|
@ -34,7 +34,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="cell-list-item-right">
|
<view class="cell-list-item-right">
|
||||||
<u-icon name="arrow-right" color="#eeeeee" size="32"></u-icon>
|
<u-icon name="arrow-right" color="#a5a7ab" size="32"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -171,12 +171,14 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.content {
|
.content {
|
||||||
|
height: calc(100vh - 100rpx - 88rpx);
|
||||||
|
background: #f6f8fc;
|
||||||
.head {
|
.head {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: linear-gradient(to bottom, #e5ebfd, #ffffff);
|
|
||||||
min-height: 300rpx;
|
min-height: 300rpx;
|
||||||
padding: 70rpx 40rpx 0;
|
padding: 70rpx 40rpx 0;
|
||||||
|
background: linear-gradient(to bottom, #e5ebfd, #f6f8fc);
|
||||||
|
|
||||||
.personInfo {
|
.personInfo {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
Loading…
Reference in New Issue