1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .roomDetail {
  2. padding: 30px;
  3. background-color: #f8f8f8;
  4. .weui-cells__title {
  5. font-size: 26px;
  6. }
  7. .weui-cells_after-title {
  8. border-radius: 50px;
  9. font-size: 30px;
  10. margin-top: 40px;
  11. }
  12. .roomloc {
  13. position: relative;
  14. font-size: 26px;
  15. .location {
  16. width: 50px;
  17. height: 50px;
  18. position: absolute;
  19. right: 0;
  20. top: -2px;
  21. z-index: 999;
  22. }
  23. }
  24. .adds {
  25. background-color: #fff;
  26. border-radius: 12px;
  27. font-weight: bold;
  28. margin-top: 20px;
  29. padding: 30px;
  30. position: relative;
  31. .zuobian {
  32. text-align: left;
  33. font-size: 32px;
  34. }
  35. .add {
  36. position: absolute;
  37. right: 30px;
  38. height: 60px;
  39. top: calc(50% - 30px);
  40. width: 170px;
  41. border: 2px solid #000;
  42. color: #202020;
  43. line-height: 56px;
  44. border-radius: 12px;
  45. letter-spacing: 5px;
  46. text-align: center;
  47. .jiahao {
  48. font-size: 48px;
  49. }
  50. .zengjia {
  51. position: relative;
  52. bottom: 4px;
  53. }
  54. }
  55. }
  56. }
  57. .button-OK {
  58. flex: none;
  59. background: #274291;
  60. margin: 30px 0 20px 0;
  61. letter-spacing: 5px;
  62. line-height: 92px;
  63. border-radius: 12px;
  64. font-size: 30px;
  65. font-weight: bold;
  66. color: #fff;
  67. }