租房小程序前端代码
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.

20 lines
296 B

6 months ago
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. .se-grid{
  5. border-top-right-radius: 50rpx;
  6. border-top-left-radius: 50rpx;
  7. }
  8. .backdrop{
  9. width: 750rpx;
  10. height: 350rpx;
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. z-index: -1;
  15. /* border-radius: 0 0 14% 14%; */
  16. }
  17. .nobreak {
  18. white-space: nowrap;
  19. }