|
@@ -32,7 +32,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="box_4 flex-col"></view>
|
|
<view class="box_4 flex-col"></view>
|
|
|
<view class="box_9">
|
|
<view class="box_9">
|
|
|
- <view class="tag_2" @click="showTip()"> <text>待结订单</text> </view>
|
|
|
|
|
|
|
+ <view class="tag_2" @click="showTip()"> <text>余额变动</text> </view>
|
|
|
|
|
+ <view class="tag_2" @click="showTip()"> <text>等级变动</text> </view>
|
|
|
<view class="tag_2" @click="showTip()"> <text>结账记录</text> </view>
|
|
<view class="tag_2" @click="showTip()"> <text>结账记录</text> </view>
|
|
|
<view class="tag_2" @click="getBuyList()"> <text>买花记录</text> </view>
|
|
<view class="tag_2" @click="getBuyList()"> <text>买花记录</text> </view>
|
|
|
</view>
|
|
</view>
|
|
@@ -329,21 +330,24 @@ export default {
|
|
|
height: 65upx;
|
|
height: 65upx;
|
|
|
padding: 23upx 0 22upx 30upx;
|
|
padding: 23upx 0 22upx 30upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
|
|
|
+ padding-right: 30upx;
|
|
|
.tag_2 {
|
|
.tag_2 {
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
- height: 60upx;
|
|
|
|
|
- line-height:60upx;
|
|
|
|
|
|
|
+ height: 70upx;
|
|
|
|
|
+ line-height: 70upx;
|
|
|
border: 2px solid rgba(221, 221, 221, 1);
|
|
border: 2px solid rgba(221, 221, 221, 1);
|
|
|
color: rgba(51, 51, 51, 1);
|
|
color: rgba(51, 51, 51, 1);
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
- margin:0 50upx 0 0;
|
|
|
|
|
- text-align:center;
|
|
|
|
|
- padding-left:20upx;
|
|
|
|
|
- padding-right:20upx;
|
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ padding-left: 10upx;
|
|
|
|
|
+ padding-right: 10upx;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ margin: 0 10upx;
|
|
|
}
|
|
}
|
|
|
.tag_3 {
|
|
.tag_3 {
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
background-color: rgba(255, 255, 255, 1);
|
|
@@ -442,7 +446,7 @@ export default {
|
|
|
width: 130upx;
|
|
width: 130upx;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 50upx;
|
|
right: 50upx;
|
|
|
- top: 40upx;
|
|
|
|
|
|
|
+ top: 105upx;
|
|
|
border-radius:20upx;
|
|
border-radius:20upx;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
.text_13 {
|
|
.text_13 {
|