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