pati_detail.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. html, body {
  2. height: 100%;
  3. overflow: hidden;
  4. }
  5. .demo-comtop {
  6. -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .85);
  7. box-shadow: 0 0 0px rgba(0, 0, 0, .85);
  8. }
  9. .bgc-17b3ec {background-color: #12b3ec;}
  10. .c-faa244 {color: #faa244;}
  11. .c-ff9526 {color: #ff9526;}
  12. .h80 {height: 90px;}
  13. .pati_detail {
  14. top: 25px;
  15. left: 10px;
  16. width: calc(100% - 20px);
  17. border-radius: 10px;
  18. background-color: #fff;
  19. }
  20. .pati_detail {
  21. line-height: 24px;
  22. }
  23. .w-30 {width: 30%}
  24. .w-33 {width: 33%}
  25. .w-34 {width: 34%}
  26. .w-40 {width: 40%}
  27. .mt-30 {margin-top: -30px;}
  28. .pati_img {
  29. width: 60px;
  30. height: 60px;
  31. border-radius: 50%;
  32. }
  33. .c-999 {color: #999;}
  34. #con_tit div {
  35. line-height: 45px;
  36. }
  37. #con_tit div.active {
  38. color: #12B3EC;
  39. height: 45px;
  40. border-bottom: 1px solid #12B3EC;
  41. }
  42. .lh45 {line-height: 45px;}
  43. #goal_list li:nth-child(1), #activity li:nth-child(1) {
  44. border-top: 0;
  45. }
  46. .h-100 {height: 100%;}
  47. .h-100-220 {
  48. overflow: hidden;
  49. height: calc(100% - 235px);
  50. }
  51. .h-100-45 {
  52. height: calc(100% - 45px);
  53. }
  54. .mui-slider-item {
  55. height: 100%;
  56. }
  57. .lh26 {line-height: 26px;}
  58. .set-middle {-webkit-box-align: center;box-align: center;}
  59. .set-border-bg {
  60. position:absolute;
  61. top: 10px;
  62. left: 30px;
  63. width: 1px;
  64. height: 100%;
  65. background-color: #17b3e4;
  66. }
  67. .ranking {
  68. width: 50px;
  69. height: 50px;
  70. background: url(../images/jumingpaiming_img.png) no-repeat center center;
  71. background-size: 50px 50px;
  72. line-height: 36px;
  73. }
  74. .border-radius-5 {border-radius: 5px;}
  75. .c-12b7f5 {color: #12b7f5;}
  76. .set-border {border: 1px solid #12B7F5;}