You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

113 lines
1.5 KiB

  1. .enSecBox{
  2. min-height: 100%;
  3. background-color: #fff;
  4. }
  5. .ensTime{
  6. position: relative;
  7. text-align: center;
  8. line-height: 24px;
  9. font-size: 14px;
  10. color: #B8E2FF;
  11. }
  12. .ensTime:after,.ensTime::before{
  13. content: '';
  14. width: .12rem;
  15. height: .12rem;
  16. background-color: #B8E2FF;
  17. border-radius: 50%;
  18. position: absolute;
  19. top: 0;
  20. bottom: 0;
  21. margin: auto;
  22. }
  23. .ensTime:after{
  24. right: 20%;
  25. }
  26. .ensTime::before{
  27. left: 20%;
  28. }
  29. .ensHeader{
  30. background-color: #0C86D8;
  31. padding: .4rem 0;
  32. }
  33. .ensHeadT{
  34. font-size: 18px;
  35. color: #fff;
  36. text-align: center;
  37. margin-top: .3rem;
  38. }
  39. .ensSec1{
  40. padding: 0 15px;
  41. }
  42. .eSec1Box{
  43. position: relative;
  44. margin-top: .4rem;
  45. }
  46. .eSec1Box:first-child{
  47. margin-top: .2rem;
  48. }
  49. .sSecDown{
  50. position: absolute;
  51. width: .5rem;
  52. left: 0;
  53. right: 0;
  54. top: -.08rem;
  55. margin: auto;
  56. }
  57. .eSec1Top{
  58. font-size: 14px;
  59. font-weight: bold;
  60. color: #ABDDFF;
  61. font-style: italic;
  62. padding-left: .35rem;
  63. }
  64. .eSec1Top span {
  65. color: #0C86D8;
  66. font-size: 20px;
  67. margin-left: 5px;
  68. }
  69. .sSec1Con{
  70. padding: .1rem .3rem .1rem .5rem;
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. margin-top: .2rem;
  75. }
  76. .sSec1Type1{
  77. border: 2px solid #AEE8CF;
  78. border-radius: .6rem;
  79. }
  80. .sSec1Type1 .sSec1State{
  81. color: #12B215;
  82. }
  83. .sSec1Type2{
  84. border: 2px solid #B8E2FF;
  85. border-radius: .65rem;
  86. }
  87. .sSec1Type2 .sSec1State{
  88. color: #17AAEE;
  89. }
  90. .sSec1Con > img{
  91. width: .6rem;
  92. }
  93. .sSec1State{
  94. font-size: 14px;
  95. }
  96. .sSec1Txt{
  97. font-size: 16px;
  98. text-align: center;
  99. color: #1A1A1A;
  100. margin: .1rem 0;
  101. }
  102. .sSec1Txt span{
  103. display: block;
  104. color: #9A9A9A;
  105. margin-top: 2px;
  106. font-size: 12px;
  107. }