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

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