Commit 7633d97b authored by 王建威's avatar 王建威

bugfix

parent 97f0feb6
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<view class="money"> <view class="money">
<text>账户余额:</text> <text>账户余额:</text>
<text style="color: #8F99A7;">{{money}}</text> <text style="color: #8F99A7;">{{money}}</text>
<text class="tips">不包含佣金</text>
</view> </view>
</view> </view>
<view class="password_content"> <view class="password_content">
...@@ -108,6 +109,7 @@ ...@@ -108,6 +109,7 @@
height: 40rpx; height: 40rpx;
line-height: 40rpx; line-height: 40rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
position: relative;
} }
} }
} }
...@@ -170,4 +172,9 @@ ...@@ -170,4 +172,9 @@
color: rgba(0,0,0,.5); color: rgba(0,0,0,.5);
background-color: #dcb14d; background-color: #dcb14d;
} }
.tips {
color: #8F99A7;
position: absolute;
right: 0;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment