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 |
- page {
- background-color: #fff;
- }
-
- .btn-book {
- display: block;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- position: fixed;
- bottom: 60rpx;
- background-color: #00a0e9;
- color: #fff;
- font-size: 28rpx;
- left: 40rpx;
- right: 40rpx;
- }
|