家政小程序
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.

index.wxss 330B

123456789101112131415161718192021
  1. page {
  2. background-color: #fff;
  3. }
  4. .introduce {
  5. margin: 40rpx 20rpx 80rpx;
  6. }
  7. .btn-book {
  8. display: block;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. text-align: center;
  12. position: fixed;
  13. bottom: 60rpx;
  14. background-color: #00a0e9;
  15. color: #fff;
  16. font-size: 28rpx;
  17. left: 40rpx;
  18. right: 40rpx;
  19. }