xunjian.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. /* pages/xunjian/xunjian.wxss */
  2. .xj_nav{
  3. height: 90rpx;
  4. line-height: 90rpx;
  5. display: flex;
  6. flex-wrap: wrap;
  7. background: rgb(255, 249, 248);
  8. padding-left: 30rpx;
  9. }
  10. .xj_nav .nav_text1{
  11. font-size: 38rpx;
  12. color:#f94b0e ;
  13. font-weight: bolder;
  14. }
  15. .xj_nav .iconfont{
  16. font-size: 40rpx;
  17. color: #999;
  18. }
  19. .xj_nav .nav_text2{
  20. font-size: 28rpx;
  21. color:#999 ;
  22. }
  23. .false{
  24. color: rgb(216, 69, 69) !important;
  25. }
  26. .block{
  27. color: #000;
  28. }
  29. .txt_vi{
  30. margin: 20rpx 0rpx;
  31. display: flex;
  32. flex-direction: column;
  33. }
  34. .vi_txt{
  35. margin: 0rpx 30rpx;
  36. }
  37. .txt_vi .txt{
  38. display: flex;
  39. flex-direction: row;
  40. align-items: center;
  41. margin: 0rpx 30rpx;
  42. }
  43. .txt_vi text{
  44. margin: 20rpx 0rpx;
  45. width: 80%;
  46. display: inline-flex;
  47. text-align: justify;
  48. }
  49. .txt_vi form{
  50. margin-left: auto;
  51. display: inline-flex;
  52. }
  53. .page-section{
  54. display: inline-table;
  55. }
  56. .wx-switch-input.wx-switch-input-checked:after, .wx-switch-input:after{
  57. height: 40rpx!important;
  58. width: 40rpx!important;
  59. }
  60. .wx-switch-wrapper{
  61. width: 120rpx!important;
  62. height: 30rpx!important;
  63. }
  64. .wx-switch-input{
  65. width: 90rpx!important;
  66. height: 48rpx!important;
  67. }
  68. .wx-switch-input.wx-switch-input-checked{
  69. width: 90rpx!important;
  70. height: 48rpx!important;
  71. }
  72. .wx-switch-input:after, wx-switch .wx-switch-input:before{
  73. height: 40rpx!important;
  74. width: 40rpx!important;
  75. }
  76. /* 悬浮按钮图标 */
  77. .icon-gongju-{
  78. font-size: 50rpx;
  79. }
  80. .icon-duihao{
  81. font-size: 50rpx;
  82. }
  83. switch .wx-switch-input{
  84. background: rgb(206, 28, 28);
  85. }
  86. .txt-f{
  87. display: flex;
  88. align-items: center;
  89. }
  90. /* tab */
  91. .fontColorBox,
  92. .fontColorBox1 {
  93. /* 文字默认颜色 */
  94. color: rgb(230, 87, 30);
  95. width: 100% !important;
  96. text-align: center !important;
  97. }
  98. .fontcl{
  99. /* 文字默认颜色 */
  100. width: 100% !important;
  101. text-align: center !important;
  102. }
  103. .navBox {
  104. /* 顶部tab盒子样式 */
  105. width: 100%;
  106. height: 108rpx;
  107. background: #faf7f5;
  108. display: flex;
  109. align-items: center;
  110. justify-content: space-flex-start;
  111. }
  112. /* .navBox view:last-child {
  113. padding-left: 20%;
  114. } */
  115. .titleBox {
  116. /* 未选中文字的样式 */
  117. color: rgb(168, 170, 175);
  118. font-size: 34rpx;
  119. display: flex;
  120. flex-direction: column;
  121. align-items: center;
  122. padding: 0 40rpx;
  123. }
  124. .lineBox,.notLineBox{
  125. /* 选中及未选中底线共同样式 */
  126. width: 100%;
  127. height: 8rpx;
  128. }
  129. .lineBox {
  130. /* 选中底线样式 */
  131. background: rgb(230, 87, 30);
  132. /* margin-top: 16rpx; */
  133. border-radius: 4rpx;
  134. }
  135. .notLineBox {
  136. /* 未选中底线样式 */
  137. background: transparent;
  138. }
  139. .swiperTtemBox {
  140. /* 底部内容样式 */
  141. height: 30vh;
  142. overflow: scroll;
  143. margin: 0rpx 0rpx;
  144. font-size: 28rpx;
  145. padding: 30rpx 20rpx;
  146. width:auto!important;
  147. background: rgb(245, 245, 245);
  148. }
  149. .swiperTtemBox image{
  150. width: 31.3%;
  151. height: 180rpx;
  152. margin: 1%;
  153. }
  154. .vi_img{
  155. position: relative;
  156. }
  157. .sc_img{
  158. background-color: rgba(97, 97, 97, 0.2);
  159. position: absolute;
  160. right: 0px;
  161. top:0px;
  162. width: 40rpx;
  163. height: 35rpx;
  164. margin: 0px!important;
  165. border-bottom-left-radius: 50%;
  166. text-align: center;
  167. align-items:center;
  168. line-height: 28rpx;
  169. }
  170. .icon-31shanchu{
  171. font-size: 20rpx!important;
  172. color: rgb(207, 11, 11)!important;
  173. }
  174. /* 上传图片 */
  175. .panel-title{
  176. margin-bottom: 20rpx;
  177. }
  178. .ui_uploader_cell_other {
  179. width: 690rpx;
  180. padding: 40rpx 0;
  181. display: flex;
  182. flex-wrap: wrap;
  183. align-content: flex-start;
  184. /* justify-content: flex-start; *//* align-items: center; */
  185. }
  186. .ui_uploader_cell {
  187. width: 690rpx;
  188. /* padding: 20rpx 0; */
  189. display: flex;
  190. /* justify-content: flex-start; */
  191. flex-wrap: wrap;
  192. align-content: flex-start;
  193. }
  194. .ui_uploader_item {
  195. width: 118rpx;
  196. height: 118rpx;
  197. margin-right: 18rpx;
  198. margin-bottom: 18rpx;
  199. padding-bottom: 2rpx;
  200. padding-right: 2rpx;
  201. position: relative;
  202. }
  203. .title2 {
  204. width: 520rpx;
  205. display: flex;
  206. align-items: center;
  207. }
  208. .ui_uploader_item_icon {
  209. position: absolute;
  210. right: 0;
  211. }
  212. .ui_uploader {
  213. width: 120rpx;
  214. height: 120rpx;
  215. margin-right: 20rpx;
  216. background: #fff;
  217. border-radius: 16rpx;
  218. display: flex;
  219. justify-content: center;
  220. align-items: center;
  221. box-shadow: 0 0rpx 40rpx 0 rgba(0, 0, 0, 0.08);
  222. }
  223. .weui-uploader {
  224. padding:0 30rpx;
  225. }
  226. .section{
  227. border-bottom: 1px solid rgb(211, 211, 211);
  228. font-size: 34rpx;
  229. line-height: 60rpx;
  230. color: #333;
  231. }
  232. .section2{
  233. padding: 0px 0rpx 0px 30rpx;
  234. font-size: 30rpx;
  235. color: #fff;
  236. font-weight: 500;
  237. height: 50rpx;
  238. line-height: 50rpx;
  239. border:1px solid#f94b0e ;
  240. border-radius: 40rpx;
  241. margin-left: 60rpx;
  242. display: flex;
  243. flex-direction: row;
  244. }
  245. .section2 input{
  246. color: #f94b0e;
  247. width: 80rpx;
  248. height: 50rpx;
  249. line-height: 50rpx;
  250. }
  251. .section2 label{
  252. color: #fff;
  253. background: #f94b0e;
  254. width: 80rpx;
  255. text-align: center;
  256. border-top-right-radius: 100rpx;
  257. border-bottom-right-radius: 100rpx;
  258. }
  259. .txt-f{
  260. display: flex!important;
  261. height: 100rpx;
  262. width: 100%;
  263. }
  264. .txt-f text{
  265. float: left;
  266. display: block;
  267. }
  268. .txt_vi wx-form{
  269. float: right;
  270. display: block;
  271. align-items:baseline;
  272. }
  273. .swiperTtemBox .iconfont{
  274. font-size: 130rpx;
  275. color: #e0e0e0;
  276. margin: 30rpx 0rpx;
  277. }