performanceDetails.acss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. .upDownList {
  2. z-index: 1;
  3. padding: 0.2rem 0;
  4. box-shadow: 0 0.05rem 0.15rem 0.01rem #efefef;
  5. /* position: relative; */
  6. background-color: #fff;
  7. position: sticky;
  8. top: 0;
  9. }
  10. .uDownBut {
  11. border: 0.02rem solid #e4e4e4;
  12. font-size: 0.26rem;
  13. width: 2.3rem;
  14. padding: 0.1rem 0.1rem;
  15. margin: 0 0.3rem;
  16. color: #378df9e8;
  17. text-align: center;
  18. border-radius: 0.05rem;
  19. }
  20. .inputBox{
  21. border: 1px solid rgb(226, 226, 226);
  22. border-radius: 6rpx;
  23. padding:0.14rem 0.24rem;
  24. font-size: 0.30rem;
  25. }
  26. .inputBox text{
  27. width: 1.6rem;
  28. height: 0.6rem;
  29. line-height: 0.6rem;
  30. }
  31. .inputBox input,.inputBox textarea{
  32. font-size: 0.30rem;
  33. }
  34. .header{
  35. background-color: #fff;
  36. padding: 0.24rem;
  37. font-size: 0.28rem;
  38. }
  39. .result{
  40. margin-top: 0.24rem;
  41. padding-top:0.24rem;
  42. border-top: 1px solid #f1f1f1;
  43. font-size: 0.29rem;
  44. color: #777;
  45. }
  46. .result .orange{
  47. padding-left:0.24rem;
  48. }
  49. .modTit{
  50. background-color: #efefef;
  51. padding: 0.27rem 0.3rem 0.15rem;
  52. font-size: 0.28rem;
  53. color: #8a8a8a;
  54. }
  55. .flex_one{
  56. height: 0.8rem;
  57. font-size: 0.3rem;
  58. border-radius: 0.02rem;
  59. background-color: #26a2ff;
  60. color: #fff;
  61. -webkit-box-align: center;
  62. -ms-flex-align: center;
  63. align-items: center;
  64. padding: 0 0.2rem;
  65. }
  66. .title{
  67. font-size: 0.33rem;
  68. font-weight: bold;
  69. color: rgb(48, 49, 51);
  70. padding-bottom: 0.1rem;
  71. }
  72. .stanTit{
  73. font-size: 0.26rem;
  74. color: #ff9600;
  75. margin: 0.2rem 0 0.08rem 0;
  76. }
  77. .jl-item{
  78. font-size: 0.26rem;
  79. padding-bottom: 20rpx;
  80. position: relative;
  81. }
  82. .footer{
  83. position: fixed;
  84. left: 0;
  85. bottom: 0;
  86. width: 100%;
  87. background-color: #ffffff;
  88. z-index: 998;
  89. font-size: 0.24rem;
  90. }
  91. .footweight{
  92. padding: 0.15rem 0 0.15rem 0.3rem;
  93. background-color: #deeeff;
  94. font-size: 0.27rem;
  95. color: #1d96ff;
  96. }
  97. .footfoot{
  98. padding: 0.1rem;
  99. }
  100. .footcol{
  101. text-align: center;
  102. }
  103. .footer .iconfont{
  104. font-size: 0.5rem;
  105. padding-bottom: 10rpx;
  106. }
  107. .img{
  108. background:#fff;
  109. position: absolute;
  110. top: 15%;
  111. left: 24rpx;
  112. right: 24rpx;
  113. z-index: 999;
  114. font-size: 0.28rem;
  115. border-radius: 0.1rem;
  116. }
  117. .flexDiaWb {
  118. max-height: 7rem;
  119. overflow-y: auto;
  120. overflow-x: hidden;
  121. margin: 0.4rem 0;
  122. padding: 0 0.2rem 0 0.3rem;
  123. }
  124. .flexDiaLL {
  125. padding: 0 0 0.5rem 0;
  126. position: relative;
  127. }
  128. .fdz {
  129. display: flex;
  130. }
  131. .fdz .iconfont{
  132. position: relative;
  133. left: 2rpx;
  134. }
  135. .fdYuan {
  136. width: 0.45rem;
  137. height: 0.45rem;
  138. border-radius: 50%;
  139. z-index: 1;
  140. display: flex;
  141. justify-content: center;
  142. align-items: center;
  143. }
  144. .fdYuan1 {
  145. background-color: rgb(80, 168, 255);
  146. color: #fff;
  147. }
  148. .fdYuan2 {
  149. background-color: rgb(80, 168, 255);
  150. color: #fff;
  151. }
  152. .fdYuan3 {
  153. background-color: #ccc;
  154. }
  155. .fdShu {
  156. width: 0.02rem;
  157. height: 100%;
  158. background-color: #ccc;
  159. /* text-align: center; */
  160. position: absolute;
  161. top: 0;
  162. left: 0.22rem;
  163. }
  164. .fdShu1 {
  165. background-color: rgb(80, 168, 255);
  166. }
  167. .fdy {
  168. display: flex;
  169. padding-left: 0.2rem;
  170. font-size: 0.3rem;
  171. }
  172. .fdyBlue {
  173. color: #0099ff;
  174. }
  175. .icon{
  176. right: 0.3rem;
  177. top: 0.22rem;
  178. position: absolute;
  179. z-index: 9999;
  180. }
  181. .apdList {
  182. background-color: #fff;
  183. }
  184. .apdData {
  185. width: 88%;
  186. padding: 0.1rem 0;
  187. margin: 0 0.3rem 0 0.2rem;
  188. border-bottom: 1px solid rgb(240, 240, 240);
  189. }
  190. .bian::after {
  191. content: '';
  192. position: absolute;
  193. width: 1px;
  194. top: 0.6rem;
  195. left: 0.28rem;
  196. bottom: 0;
  197. border-right: 1px dashed #ccc;
  198. height: 100%;
  199. }
  200. .apdDian {
  201. position: relative;
  202. width: 0.25rem;
  203. height: 0.25rem;
  204. border-radius: 50%;
  205. background-color: #d4d4d4;
  206. }
  207. .apdHeadBoeder {
  208. position: absolute;
  209. left: 0.11rem;
  210. height: 100%;
  211. width: 0.02rem;
  212. border-left: 0.02rem solid #d4d4d4;
  213. }
  214. .apdborderNO {
  215. border: 0 !important;
  216. }
  217. .apdListMarTop {
  218. margin: 0.15rem 0 0rem 0;
  219. }
  220. .vassheet {
  221. min-height: 6rem;
  222. max-height: 8rem;
  223. overflow: scroll;
  224. background-color: #ffffff;
  225. position: fixed;
  226. bottom: 0;
  227. left: 0;
  228. right: 0;
  229. border-radius: 25rpx 25rpx 0 0;
  230. }
  231. .vasHead {
  232. text-align: center;
  233. padding: 0.24rem;
  234. position: sticky;
  235. top: 0;
  236. background-color: #fff;
  237. border-bottom: 1px solid #f1f1f1;
  238. z-index: 999;
  239. }
  240. .pullUpdel {
  241. margin: 0.15rem 0 6rem 0;
  242. padding: 0.25rem;
  243. }
  244. .intro text{
  245. display: inline-block;
  246. padding: 0.05rem 0;
  247. }
  248. .introcol {
  249. color: rgb(171, 171, 171);
  250. }
  251. .intropad {
  252. padding: 0.1rem 0;
  253. }
  254. .managementRecord,
  255. .sidebar {
  256. height: 0.38rem;
  257. position: fixed;
  258. right: 0px;
  259. font-size: 0.27rem;
  260. padding: 0.1rem 0.25rem;
  261. border-top-left-radius: 0.05rem;
  262. border-bottom-left-radius: 0.05rem;
  263. display: flex;
  264. color: #26a2ff;
  265. background-color: #ecf5ff;
  266. }
  267. .managementRecord {
  268. top: 66%;
  269. }
  270. .sidebar {
  271. top: 60%;
  272. }
  273. .box {
  274. position: fixed;
  275. top: 0;
  276. left: 0;
  277. right: 0;
  278. bottom: 0;
  279. background: rgba(0,0,0,0.2);
  280. z-index: 999;
  281. -webkit-transform: translate(0,100%);
  282. transform: translate(0,100%);
  283. }
  284. .windows-box{
  285. background: #fff;
  286. margin: 0 32rpx;
  287. margin-top: 30%;
  288. border-radius: 20rpx;
  289. }
  290. .windows-title{
  291. text-align: center;
  292. padding: 28rpx 0;
  293. border-bottom: 1px solid #f1f1f1;
  294. }
  295. .windows-btn{
  296. border-top: 1px solid #f1f1f1;
  297. }
  298. .windows-btn view:nth-child(1){
  299. text-align: center;
  300. padding: 28rpx 0;
  301. border-right: 1px solid #f1f1f1;
  302. }
  303. .windows-btn button{
  304. text-align: center;
  305. color: #26A2FF;
  306. background: #fff;
  307. border: none;
  308. }
  309. .windows-content textarea{
  310. height: 150rpx;
  311. padding: 28rpx;
  312. }
  313. .aite{
  314. padding: 0.2rem;
  315. font-size: 0.28rem;
  316. border-top: 1px solid #f1f1f1;
  317. }
  318. .btn{
  319. padding: 0rem;
  320. text-align: center;
  321. width: 2rem;
  322. height: 0.8rem;
  323. line-height: 0.8rem;
  324. font-size: 0.3rem;
  325. margin-top: 6rpx;
  326. background-color: #42a8ff;
  327. border: none;
  328. }
  329. .footcolButno,
  330. .footcolButok {
  331. text-align: center;
  332. padding: 0rem;
  333. width: 1.4rem;
  334. height: 0.8rem;
  335. font-size: 0.28rem;
  336. line-height: 0.8rem;
  337. box-sizing: border-box;
  338. }
  339. .footcolButno {
  340. border: 1px solid #42a8ff;
  341. color: #2f9eff;
  342. background-color: #ffffff;
  343. border-top-left-radius: 3px;
  344. border-bottom-left-radius: 3px;
  345. }
  346. .footcolButok {
  347. border: 0;
  348. color: #fff;
  349. background-color: #42a8ff;
  350. border-top-right-radius: 3px;
  351. border-bottom-right-radius: 3px;
  352. }
  353. .gradefootcolButok {
  354. width: 2.8rem;
  355. height: 0.8rem;
  356. line-height: 0.8rem;
  357. font-size: 0.28rem;
  358. border: 0;
  359. color: #fff;
  360. background-color: #42a8ff;
  361. border-radius: 3px;
  362. }
  363. .footcolButno,
  364. .footcolButok {
  365. width: 1.4rem;
  366. height: 0.8rem;
  367. font-size: 0.28rem;
  368. }
  369. .footcolButno {
  370. border: 1px solid #42a8ff;
  371. color: #2f9eff;
  372. background-color: #ffffff;
  373. border-top-left-radius: 3px;
  374. border-bottom-left-radius: 3px;
  375. }
  376. .footcolButok {
  377. border: 0;
  378. color: #fff;
  379. background-color: #42a8ff;
  380. border-top-right-radius: 3px;
  381. border-bottom-right-radius: 3px;
  382. }