页面布局优化
This commit is contained in:
@@ -28,7 +28,7 @@ const { user } = storeToRefs(store);
|
||||
</view>
|
||||
|
||||
<!-- 说明文本 -->
|
||||
<view class="content">
|
||||
<view class="body">
|
||||
<view class="intro-text">
|
||||
在射灵世界中,等级是衡量您射箭技能的重要指标,而经验则是您提升等级的关键。具体的要求如下:
|
||||
</view>
|
||||
@@ -68,8 +68,8 @@ const { user } = storeToRefs(store);
|
||||
height: 32rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 20rpx;
|
||||
padding-bottom: 40rpx;
|
||||
}
|
||||
|
||||
.progress-dot {
|
||||
@@ -89,8 +89,8 @@ const { user } = storeToRefs(store);
|
||||
background-color: #fff9;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: calc(100% - 148rpx);
|
||||
.body {
|
||||
height: calc(100% - 146rpx);
|
||||
background-color: #ffffff;
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user