gongyuxiangqing.wxss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #F2F3F5;
  7. }
  8. .xuzhi{
  9. display: revert;
  10. margin-top: 20rpx;
  11. width: 750rpx;
  12. height: 664rpx;
  13. background: rgba(255, 255, 255, 1);
  14. color: rgba(102, 102, 102, 1);
  15. font-size: 28rpx;
  16. font-weight: 400;
  17. }
  18. .xiang_title{
  19. margin-left: 50rpx;
  20. margin-top: 15rpx;
  21. color: rgba(0, 0, 0, 1);
  22. font-size: 32rpx;
  23. font-weight: 700;
  24. font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  25. }
  26. .xiang_txt{
  27. margin-left: 50rpx;
  28. margin-top: 15rpx;
  29. margin-right: 15rpx;
  30. color: rgba(128, 128, 128, 1);
  31. font-size: 28rpx;
  32. font-weight: 400;
  33. display: block;
  34. text-indent: 56rpx;
  35. }
  36. /* 第二部分公寓设施 */
  37. .sheshi{
  38. display: revert;
  39. margin-top: 37rpx;
  40. width: 750rpx;
  41. height: 535rpx;
  42. background: rgba(255, 255, 255, 1);
  43. color: rgba(128, 128, 128, 1);
  44. font-size: 28rpx;
  45. font-weight: 400;
  46. }
  47. .sheshi_title{
  48. margin-left: 50rpx;
  49. margin-top: 15rpx;
  50. color: rgba(0, 0, 0, 1);
  51. font-size: 32rpx;
  52. font-weight: 700;
  53. font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  54. }
  55. /* .sheshi_txt{
  56. margin-left: 90rpx;
  57. margin-top: 30rpx;
  58. margin-right: 15rpx;
  59. color: rgba(128, 128, 128, 1);
  60. font-size: 28rpx;
  61. font-weight: 400;
  62. } */
  63. .sheshi_txt_left{
  64. position: absolute;
  65. float: left;
  66. margin-left: 90rpx;
  67. /* margin-top: -430rpx; */
  68. margin-right: 15rpx;
  69. color: rgba(128, 128, 128, 1);
  70. font-size: 28rpx;
  71. font-weight: 400;
  72. }
  73. .sheshi_txt_right{
  74. position: absolute;
  75. float: right;
  76. margin-left: 420rpx;
  77. /* margin-top: -430rpx; */
  78. margin-right: 15rpx;
  79. color: rgba(128, 128, 128, 1);
  80. font-size: 28rpx;
  81. font-weight: 400;
  82. }
  83. .sheshi_icon{
  84. width: 26rpx;
  85. height: 26rpx;
  86. margin-right: 5px;
  87. }