Commit 6b92565a authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 6b6bf237
...@@ -520,8 +520,8 @@ ...@@ -520,8 +520,8 @@
.box-wrap { .box-wrap {
height: 100rpx; height: 100rpx;
width: 120rpx; width: 120rpx;
right: 20rpx; right: 10rpx;
bottom: 200rpx; bottom: 240rpx;
position: absolute; position: absolute;
z-index: 999; z-index: 999;
......
<template> <template>
<view class="body"> <view class="body">
<z-paging style="height: 88%;"> <z-paging style="height: 88%;">
<view style="font-size: 36rpx;color: black;font-weight: 777;">充值看点</view> <view style="font-size: 36rpx;color: black;font-weight: 777;margin-left: 20rpx;">充值看点</view>
<view class="section"> <view class="section">
<view class="pack-box"> <view class="pack-box">
<view class="pack-item" <view class="pack-item"
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</view> </view>
</view> </view>
<view style="font-size: 36rpx;color: black;font-weight: 777;">充值VIP会员</view> <view style="font-size: 36rpx;color: black;font-weight: 777;margin-left: 20rpx;margin-top: 10rpx;">充值VIP会员</view>
<view class="section"> <view class="section">
<view class="pack-box"> <view class="pack-box">
<view class="pack-item" <view class="pack-item"
......
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