服务时间表

This commit is contained in:
闫晓茹 2023-10-24 10:53:33 +08:00
parent 1897b377e8
commit 2715cfad04

View File

@ -55,7 +55,7 @@
</view>
</view>
<view class="morning">
<view class="morning after">
<view class="morningtime">
下午
</view>
@ -141,15 +141,15 @@
<style lang="scss">
.app {
height: 100%;
height: 100vh;
background: #F1F1F1;
position: relative;
overflow: hidden;
.time {
display: flex;
position: fixed;
right: 2%;
top: 18%;
position: absolute;
right: 2%;
top: 13%;
flex-wrap: wrap;
width: 400rpx;
@ -181,7 +181,12 @@
height: 361px;
background: #fff;
border-radius: 0rpx 5rpx 5rpx 0rpx;
// margin: 15px 0 15px 0;
// margin: 15px 0 15px 0;
}
.after {
height: 100vh !important;
}
.morning {
@ -191,7 +196,7 @@
border-radius: 0rpx 5rpx 5rpx 0rpx;
margin: 20rpx auto;
background-color: #fff;
margin: 15px 0 15px 0;
margin: 15px 0 15px 0;
.morningtime {
padding: 15px 27px 62rpx 20rpx;
@ -268,17 +273,13 @@
}
.content {
// padding-top: 30rpx;
// top: 2%;
background-color: #fff;
width: 100%;
height: 214rpx;
// background: cyan;
border-radius: 5rpx 5rpx 5rpx 0rpx;
// opacity: 1;
::v-deep .u-tabs[data-v-59a86fad] {
padding: 72rpx 0;
padding: 74rpx 0 0 0;
}
::v-deep .uni-scroll-view,
@ -291,17 +292,14 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 1%;
}
::v-deep.tabs {
width: 100%;
position: fixed;
// word-break: break-all;
// top: 50%;
// z-index: 999;
// background-color: #F7F5F5;
// }
}
.imageitem {