mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
描述:细化页面
This commit is contained in:
parent
fb83bd6e31
commit
25453dfd38
@ -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;
|
||||
}
|
@ -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{
|
||||
|
@ -64,6 +64,6 @@
|
||||
</view>
|
||||
|
||||
<!-- 预约 -->
|
||||
<view class="reservationBtn" bind:tap="jumpMeetingBooked">会议预约</view>
|
||||
<view class="submitBtn" bind:tap="jumpMeetingBooked">会议预约</view>
|
||||
|
||||
</view>
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user