接着做首页的充值,,调试接口
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* components/avatar/index.wxss */
|
||||
.wrapper {
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
border-radius: 50%;
|
||||
background: radial-gradient(circle, var(--light-green), var(--middle-green),var(--deep-green) );
|
||||
display: flex;
|
||||
|
@@ -18,11 +18,11 @@
|
||||
<view class="content">
|
||||
<template is="content" data="{{title, rightArrow}}" />
|
||||
</view>
|
||||
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
|
||||
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
|
||||
</view>
|
||||
<view wx:else bind:tap="click">
|
||||
<button class="button" open-type="{{openType}}" plain="true">
|
||||
<template is="content" data="{{title, rightArrow}}" />
|
||||
</button>
|
||||
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
|
||||
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
|
||||
</view>
|
||||
|
@@ -15,6 +15,7 @@
|
||||
border-radius: 5rpx;
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 64rpx);
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
.option {
|
||||
|
Reference in New Issue
Block a user