/* pages/main/index.wxss */ .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); }