You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
1.7 KiB
108 lines
1.7 KiB
/* pages/main/index.wxss */
|
|
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.booking-tool {
|
|
width: calc(100% - 20px);
|
|
background-color: #008AFF;
|
|
position: fixed;
|
|
left: 25px;
|
|
}
|
|
|
|
.roder-add {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background-color: #008AFF;
|
|
border-radius: 50rpx;
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
|
|
}
|
|
|
|
.boderLine {
|
|
width: 100%;
|
|
height: 50rpx;
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.midTietle {
|
|
height: 100rpx;
|
|
width: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0rpx 40rpx 0rpx 40rpx;
|
|
}
|
|
|
|
.midTietleText1 {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.zt {
|
|
padding: 0rpx 40rpx 0rpx 40rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.topTitle {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.topRight {
|
|
width: 50%;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.topLeft {
|
|
width: 50%;
|
|
height: 60rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.topLeftText {
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.topLeftTime {
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.topRightText {
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
float: right;
|
|
margin-right: 38.5rpx;
|
|
}
|
|
|
|
.topRightIcon {
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
float: right;
|
|
margin-right: 36.3rpx;
|
|
}
|