描述:细化页面

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

@ -363,3 +363,19 @@ image {
padding-left: 10rpx;
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 {
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;
z-index: 0;
}
.selfPop{

View File

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

View File

@ -1,3 +1,7 @@
.containerView.public {
padding-bottom: 200rpx;
}
.swiper-box {
border-radius: 14rpx;
box-sizing: border-box;
@ -137,12 +141,3 @@
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;
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;
}
.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": {
"miniprogram": {
"list": [
{
"name": "pages/meeting/pay/waitPay/waitPay",
"pathName": "pages/meeting/pay/waitPay/waitPay",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/meeting/invite/invite",
"pathName": "pages/meeting/invite/invite",