|
|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
- <uv-navbar leftIcon="" title="我的" bg-color="#19A497"></uv-navbar>
|
|
|
- <image src="/static/user/user-bg.png" mode="widthFix" class="bg"/>
|
|
|
+ <uv-navbar leftIcon="" title="我的" bg-color="#C6171E"></uv-navbar>
|
|
|
+ <view class="w100 bg" style="background-color:#C6171E "></view>
|
|
|
+<!-- <image src="/static/user/user-bg.png" mode="widthFix" class="bg"/>-->
|
|
|
|
|
|
<block>
|
|
|
<view class="container" :style="containerStyle">
|
|
|
@@ -21,7 +22,7 @@
|
|
|
<view class="money" @click="toPage({path: '/pages-user/wallet/index'})">
|
|
|
<view class="money-left">
|
|
|
<image src="/static/iconfont/chongzhi.svg" mode="widthFit" style="width: 40rpx;height: 40rpx"></image>
|
|
|
-<!-- <uv-icon name="red-packet" size="24" color="#19A497"></uv-icon>-->
|
|
|
+<!-- <uv-icon name="red-packet" size="24" color="#C6171E"></uv-icon>-->
|
|
|
<view style="font-size: 16px;margin-left: 10rpx;">钱包 | 充值</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -252,7 +253,8 @@ page{
|
|
|
width: 100%;
|
|
|
|
|
|
.main {
|
|
|
- height: 334rpx;
|
|
|
+ //height: 234rpx;
|
|
|
+ padding: 60rpx auto;
|
|
|
background: rgba(254, 255, 255, 0.7);
|
|
|
border-radius: 40rpx 40rpx 0 0;
|
|
|
position: relative;
|
|
|
@@ -282,13 +284,13 @@ page{
|
|
|
//left: 0;
|
|
|
//bottom: 0;
|
|
|
width: 600rpx;
|
|
|
- height: 118rpx;
|
|
|
+ //height: 98rpx;
|
|
|
background: #feffff;
|
|
|
border-radius: 120rpx;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 30rpx;
|
|
|
+ margin-top: 60rpx;
|
|
|
color: #000000;
|
|
|
- padding: 0 24rpx 0 40rpx;
|
|
|
+ padding: 40rpx;
|
|
|
|
|
|
display: flex;
|
|
|
align-content: center;
|
|
|
@@ -319,6 +321,7 @@ page{
|
|
|
.body {
|
|
|
width: 100%;
|
|
|
background-color: #fff;
|
|
|
+ //border-top: 1px solid $uni-color-primary;
|
|
|
//padding: 0rpx 30rpx;
|
|
|
|
|
|
.menu-item {
|