描述:细化页面

This commit is contained in:
SelfRidicule 2024-03-06 22:00:22 +08:00
parent fb83bd6e31
commit 25453dfd38
7 changed files with 29 additions and 51 deletions

View File

@ -362,4 +362,20 @@ image {
border-left: 8rpx solid #76aef9; border-left: 8rpx solid #76aef9;
padding-left: 10rpx; padding-left: 10rpx;
font-size: 32rpx; font-size: 32rpx;
}
.submitBtn {
box-sizing: border-box;
position: fixed;
z-index: 10;
width: 600rpx;
left: 50%;
transform: translateX(-50%);
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
} }

View File

@ -37,18 +37,7 @@
} }
.submitBtn { .submitBtn {
box-sizing: border-box; z-index: 0;
position: absolute;
width: 600rpx;
left: 50%;
margin-left: -300rpx;
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
} }
.selfPop{ .selfPop{

View File

@ -64,6 +64,6 @@
</view> </view>
<!-- 预约 --> <!-- 预约 -->
<view class="reservationBtn" bind:tap="jumpMeetingBooked">会议预约</view> <view class="submitBtn" bind:tap="jumpMeetingBooked">会议预约</view>
</view> </view>

View File

@ -1,3 +1,7 @@
.containerView.public {
padding-bottom: 200rpx;
}
.swiper-box { .swiper-box {
border-radius: 14rpx; border-radius: 14rpx;
box-sizing: border-box; box-sizing: border-box;
@ -137,12 +141,3 @@
height: 500rpx; height: 500rpx;
} }
.reservationBtn {
background: #5a6ff2;
font-size: 28rpx;
color: white;
padding: 26rpx;
margin: 70rpx 20rpx;
text-align: center;
border-radius: 10rpx;
}

View File

@ -10,18 +10,3 @@
margin-top: 20rpx; margin-top: 20rpx;
font-size: 34rpx; font-size: 34rpx;
} }
.submitBtn{
box-sizing: border-box;
position: absolute;
width: 600rpx;
left: 50%;
margin-left: -300rpx;
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
}

View File

@ -20,17 +20,3 @@
color: gray; color: gray;
} }
.submitBtn{
box-sizing: border-box;
position: absolute;
width: 600rpx;
left: 50%;
margin-left: -300rpx;
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
}

View File

@ -6,6 +6,13 @@
"condition": { "condition": {
"miniprogram": { "miniprogram": {
"list": [ "list": [
{
"name": "pages/meeting/pay/waitPay/waitPay",
"pathName": "pages/meeting/pay/waitPay/waitPay",
"query": "",
"launchMode": "default",
"scene": null
},
{ {
"name": "pages/meeting/invite/invite", "name": "pages/meeting/invite/invite",
"pathName": "pages/meeting/invite/invite", "pathName": "pages/meeting/invite/invite",