recommendRule.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /* pages/recommendRule/recommendRule.wxss */
  2. .content {
  3. padding-bottom: 88rpx;
  4. width: 100%;
  5. min-height: 100vh;
  6. background: #FFFFFF;
  7. }
  8. .quest {
  9. width: 690rpx;
  10. margin-left: 30rpx;
  11. margin-bottom: 48rpx;
  12. }
  13. .quest-title {
  14. margin-top: 40rpx;
  15. font-size: 36rpx;
  16. font-weight: 500;
  17. color: #333333;
  18. }
  19. .quest-content {
  20. font-size: 28rpx;
  21. font-weight: 400;
  22. color: #999999;
  23. margin-top: 20rpx;
  24. }
  25. .value-title {
  26. margin-left: 30rpx;
  27. font-size: 36rpx;
  28. font-weight: 500;
  29. color: #333333;
  30. }
  31. .value-title1 {
  32. margin-top: 30rpx;
  33. margin-left: 30rpx;
  34. font-size: 36rpx;
  35. font-weight: 500;
  36. color: #333333;
  37. }
  38. .devices {
  39. width: 690rpx;
  40. margin-left: 30rpx;
  41. margin-top: 32rpx;
  42. display: flex;
  43. align-items: center;
  44. }
  45. .devices-image {
  46. width: 176rpx;
  47. height: 176rpx;
  48. }
  49. .right-content {
  50. flex: 1;
  51. margin-left: 15rpx;
  52. }
  53. .devices-name {
  54. font-size: 28rpx;
  55. font-weight: 500;
  56. color: #333333;
  57. }
  58. .devices-tag {
  59. margin-top: 20rpx;
  60. font-size: 24rpx;
  61. font-weight: 400;
  62. color: #999999;
  63. }
  64. .project {
  65. width: 690rpx;
  66. margin-left: 30rpx;
  67. margin-top: 32rpx;
  68. display: flex;
  69. align-items: center;
  70. }
  71. .project-image {
  72. width: 144rpx;
  73. height: 144rpx;
  74. }
  75. .project-content {
  76. flex: 1;
  77. margin-left: 45rpx;
  78. }
  79. .project-name {
  80. font-size: 28rpx;
  81. font-weight: 500;
  82. color: #333333;
  83. }
  84. .project-tag {
  85. margin-top: 20rpx;
  86. font-size: 24rpx;
  87. font-weight: 400;
  88. color: #999999;
  89. }
  90. /* <view class="content">
  91. <view class="devices">
  92. <image class="devices-image"></image>
  93. <view class="right-content">
  94. <view class="devices-name">啥子仪器啊</view>
  95. <view class="devices-tag">干啥用的啊</view>
  96. </view>
  97. </view>
  98. <view class="project">
  99. <image class="project-image"></image>
  100. <view class="right-content">
  101. <view class="project-name">啥子仪器啊</view>
  102. <view class="project-tag">干啥用的啊</view>
  103. </view>
  104. </view>
  105. <view class="submits">确定</view>
  106. </view> */
  107. .submits {
  108. margin-top: 60rpx;
  109. margin-left: 40rpx;
  110. width: 670rpx;
  111. background: #FA7D22;
  112. border-radius: 42px;
  113. line-height: 84rpx;
  114. text-align: center;
  115. font-size: 32rpx;
  116. font-weight: 500;
  117. color: #FFFFFF;
  118. }