Commit a6d11fae authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 8076ef38
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
<view class="body" style="width: 100%;height: 100%;background-color: white;"> <view class="body" style="width: 100%;height: 100%;background-color: white;">
<scroll-view scroll-y> <scroll-view scroll-y>
<view style="display: flex;flex-direction: column;align-items: flex-end;"> <view style="display: flex;flex-direction: column;align-items: flex-end;margin-bottom: 10rpx;">
<view style="display: flex;flex-direction: row;"> <view style="display: flex;flex-direction: row;">
<view @click="handleAgree" style="margin-top: 12rpx;margin-right: 10rpx;">付费须知></view> <view @click="handleAgree" style="margin-top: 16rpx;margin-right: 16rpx;">付费须知></view>
<image @click="handleClose" <image @click="handleClose"
style="width: 30rpx;height: 30rpx;display: flex;align-items: right;margin-top: 20rpx;margin-right: 20rpx;margin-bottom: 10rpx;" style="width: 40rpx;height: 40rpx;display: flex;align-items: right;margin-top: 20rpx;margin-right: 20rpx;margin-bottom: 10rpx;"
src="@/static/index/ic_quit_white.png"></image> src="@/static/index/ic_quit_white.png"></image>
</view> </view>
</view> </view>
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
.pack-item { .pack-item {
margin-bottom: 25rpx; margin-bottom: 25rpx;
margin-right: 22rpx; margin-right: 22rpx;
width: calc(46%); width: calc(47%);
height: 210rpx; height: 210rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
border-bottom-right-radius: 25rpx; border-bottom-right-radius: 25rpx;
height: 36rpx; height: 36rpx;
line-height: 36rpx; line-height: 36rpx;
padding-top: 8rpx; padding-top: 5rpx;
padding-bottom: 4rpx; padding-bottom: 4rpx;
padding-left: 24rpx; padding-left: 24rpx;
padding-right: 24rpx; padding-right: 24rpx;
......
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