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.
46 lines
798 B
46 lines
798 B
/* pages/home/employee/index.wxss */
|
|
.item-content{
|
|
padding: 20rpx 32rpx 20rpx 0rpx;
|
|
border-bottom:1rpx solid #f3f3f3;
|
|
margin-left:32rpx;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
|
|
.booking-tool {
|
|
width: calc(100% - 20px);
|
|
background-color: #008AFF;
|
|
position: fixed;
|
|
bottom: 150px;
|
|
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);
|
|
}
|
|
|
|
.wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
padding: 0px 15%;
|
|
}
|
|
|
|
.image-load {
|
|
width: 525rpx;
|
|
height: 525rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|