gsequipment.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .info {
  28. width: 100%;
  29. position: absolute;
  30. top: 44px;
  31. }
  32. .info .info_item {
  33. width: 90%;
  34. margin: 0 auto;
  35. padding: 26rpx 50rpx;
  36. position: relative;
  37. box-sizing: border-box;
  38. }
  39. .info .info_item .bgi {
  40. width: 100%;
  41. height: 100%;
  42. position: absolute;
  43. top: 0;
  44. left: 0;
  45. z-index: -1;
  46. }
  47. .info .info_item ._p {
  48. font-size: 24rpx;
  49. color: #FFFFFF;
  50. margin-bottom: 10rpx;
  51. }
  52. .info .info_item ._p .tishi {
  53. width: 30rpx;
  54. height: 30rpx;
  55. margin: 0rpx 0 0 20rpx;
  56. }
  57. .modalbox {
  58. display: flex;
  59. padding: 20rpx 10rpx;
  60. font-size: 14px;
  61. }
  62. .modalbox .uinput {
  63. width: 50%;
  64. border-radius: 22px;
  65. background-color: #f4f4f4;
  66. margin: 0 10px;
  67. text-indent: 1rem;
  68. font-size: 28rpx;
  69. }
  70. .newdatas {
  71. width: 100%;
  72. position: absolute;
  73. top: 195px;
  74. }
  75. .newdatas .newdatas_title {
  76. width: 90%;
  77. margin: 0 auto;
  78. display: flex;
  79. justify-content: space-between;
  80. height: 50rpx;
  81. line-height: 50rpx;
  82. }
  83. .newdatas .newdatas_title ._span, .newdatas .newdatas_title ._p {
  84. font-size: 13px;
  85. }
  86. .newdatas .newdatas_title ._span:first-child {
  87. font-size: 16px;
  88. font-weight: 700;
  89. }
  90. .newdatas .newdatas_air {
  91. width: 90%;
  92. margin: 0 auto 20rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. flex-wrap: wrap;
  96. }
  97. .newdatas .newdatas_air .newdatas_air_box {
  98. width: 48%;
  99. padding: 20rpx;
  100. box-sizing: border-box;
  101. box-shadow: 0 0 10rpx #bcb9ca;
  102. margin-top: 20rpx;
  103. display: flex;
  104. }
  105. .newdatas .newdatas_air .newdatas_air_box .imgbox {
  106. width: 60rpx;
  107. height: 60rpx;
  108. margin: 16rpx 30rpx 0rpx 20rpx;
  109. }
  110. .newdatas .newdatas_air .newdatas_air_box .imgbox .img {
  111. width: 60rpx;
  112. height: 60rpx;
  113. }
  114. .newdatas .newdatas_air .newdatas_air_box .infobox {
  115. font-size: 28rpx;
  116. }
  117. .newdatas .newdatas_air .newdatas_air_box .infobox ._p {
  118. margin-bottom: 10rpx;
  119. }
  120. .newdatas .newdatas_land {
  121. width: 90%;
  122. margin: 0 auto 20rpx;
  123. }
  124. .newdatas .newdatas_land .newdatas_land_title {
  125. font-size: 28rpx;
  126. }
  127. .newdatas .newdatas_land .newdatas_land_info {
  128. width: 100%;
  129. display: flex;
  130. justify-content: space-between;
  131. flex-wrap: wrap;
  132. align-items: center;
  133. }
  134. .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box {
  135. width: 32%;
  136. padding: 10rpx;
  137. box-sizing: border-box;
  138. box-shadow: 0 0 10rpx #bcb9ca;
  139. margin-top: 20rpx;
  140. display: flex;
  141. align-items: center;
  142. }
  143. .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .imgbox {
  144. width: 60rpx;
  145. height: 60rpx;
  146. }
  147. .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .imgbox .img {
  148. width: 60rpx;
  149. height: 60rpx;
  150. }
  151. .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .infobox {
  152. font-size: 28rpx;
  153. }
  154. .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .infobox ._p {
  155. margin-bottom: 10rpx;
  156. }