reservation.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-9b609cd1 {
  4. min-height: 100vh;
  5. background-color: #f1f6fe;
  6. }
  7. .container .img_bg.data-v-9b609cd1 {
  8. position: absolute;
  9. top: -70rpx;
  10. right: 0;
  11. width: 589rpx;
  12. height: 320rpx;
  13. pointer-events: none;
  14. }
  15. .container .wall_bg.data-v-9b609cd1 {
  16. width: 750rpx;
  17. height: 340rpx;
  18. background-color: #0061ff;
  19. border-radius: 0 0 10rpx 10rpx;
  20. }
  21. .container .text_bg.data-v-9b609cd1 {
  22. position: absolute;
  23. top: 56rpx;
  24. left: 20rpx;
  25. color: #fff;
  26. font-size: 54rpx;
  27. font-weight: bold;
  28. }
  29. .container .body.data-v-9b609cd1 {
  30. position: relative;
  31. margin: auto;
  32. margin-top: -160rpx;
  33. padding: 0 50rpx;
  34. box-sizing: border-box;
  35. width: 710rpx;
  36. height: 775rpx;
  37. border-radius: 12rpx;
  38. background-color: #fff;
  39. overflow: hidden;
  40. }
  41. .container .body .body_title.data-v-9b609cd1 {
  42. margin: 44rpx 0 34rpx 0;
  43. font-size: 40rpx;
  44. font-weight: bold;
  45. }
  46. .container .body .body_box.data-v-9b609cd1 {
  47. margin: auto;
  48. margin-bottom: 40rpx;
  49. padding: 0 30rpx 0 45rpx;
  50. box-sizing: border-box;
  51. display: flex;
  52. align-items: center;
  53. width: 607rpx;
  54. height: 110rpx;
  55. border-radius: 18rpx;
  56. background-color: #f2f4f9;
  57. }
  58. .container .body .body_box .box_img.data-v-9b609cd1 {
  59. width: 40rpx;
  60. height: 40rpx;
  61. }
  62. .container .body .body_box .box_text.data-v-9b609cd1 {
  63. margin-left: 22rpx;
  64. color: #0061ff;
  65. font-size: 28rpx;
  66. }
  67. .container .body .body_box .box_icon.data-v-9b609cd1 {
  68. margin-left: auto;
  69. width: 31rpx;
  70. height: 31rpx;
  71. }