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.

82 lines
1.3 KiB

1 year ago
  1. /* pages/rentDetail/rentDetail.wxss */
  2. /* .bg-eee{
  3. background-color: #f2f3f5;
  4. }
  5. .border-radius-10{
  6. border-radius: 10px;
  7. }
  8. .qrcodeImg{
  9. position: fixed;
  10. top: 50%;
  11. left: 50%;
  12. transform: translateX(-50%) translateY(-50%);
  13. z-index: 9999;
  14. }
  15. .qrcodebg{
  16. position: fixed;
  17. height: 100%;
  18. width: 100%;
  19. top: 0;
  20. left: 0;
  21. z-index: 9;
  22. background: rgba(#000, #000, #000, .4);
  23. }
  24. .rent-li .line-height-60{
  25. line-height: 60rpx;
  26. }
  27. .rent-li span{
  28. font-weight: 600;
  29. color: #666;
  30. } */
  31. .image-room1{
  32. width: 100%;
  33. height: 100vh;
  34. position: absolute;
  35. left: 0;
  36. top: 0;
  37. z-index: -1;
  38. opacity: 0.5;
  39. }
  40. .box{
  41. width: 95%;
  42. box-sizing: border-box;
  43. padding: 10rpx;
  44. margin: 2vh auto;
  45. border-radius: 20rpx;
  46. background-color: #ffffff;
  47. }
  48. .box-header{
  49. border-bottom: 2rpx solid #eee;
  50. display: flex;
  51. justify-content: space-between;
  52. padding: 10rpx;
  53. align-items: center;
  54. }
  55. .box-header-left{
  56. display: flex;
  57. align-items: center;
  58. }
  59. .icon-subscriber-square{
  60. font-size: 50rpx;
  61. color: #00B7FF;
  62. margin-right: 10rpx;
  63. }
  64. .leases-item{
  65. padding: 20rpx;
  66. display: flex;
  67. justify-content: space-between;
  68. color: #999;
  69. }
  70. .leases-title{
  71. color: #333;
  72. }
  73. .gotorent{
  74. width: 100%;
  75. height: 80rpx;
  76. line-height: 80rpx;
  77. text-align: center;
  78. border-radius: 20rpx;
  79. background-color: rgb(23, 206, 63);
  80. margin-top: 2%;
  81. color: #ffffff;
  82. }