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.
 
 
 
 
 
 

108 lines
1.5 KiB

  1. .studSeeSec1{
  2. background: #0C86D8;
  3. height: 100px;
  4. padding-top: 10px;
  5. }
  6. .studSeeSec1Box{
  7. width: 84%;
  8. background: #fff;
  9. height: 28px;
  10. border-radius: 14px;
  11. line-height: 28px;
  12. text-align: center;
  13. font-size: 15px;
  14. color: #1A1A1A;
  15. position: relative;
  16. margin: 0 auto;
  17. }
  18. .studSeeSec1Box i{
  19. position: absolute;
  20. top: 0;
  21. right: 15px;
  22. line-height: 28px;
  23. color: #818181;
  24. }
  25. .studSeeSec2Top{
  26. padding: 0 12px;
  27. margin-top: -52px;
  28. }
  29. .studSeeSec2TopBox{
  30. background: #fff;
  31. padding: 20px 0;
  32. text-align: center;
  33. font-size: 0;
  34. border-radius: 4px;
  35. }
  36. .studSeeSec2TopBox > *{
  37. display: inline-block;
  38. vertical-align: middle;
  39. }
  40. .studSeeSec2Line{
  41. height: 25px;
  42. width: 1px;
  43. background: #D6DFE2;
  44. margin: 0 40px;
  45. }
  46. .studSeeSec2Txt{
  47. color: #8A8A8A;
  48. }
  49. .studSeeSec2Txt div:first-child{
  50. font-size: 12px;
  51. }
  52. .studSeeSec2Txt div:first-child span{
  53. font-size: 20px;
  54. color: #0089FE;
  55. margin-right: 5px;
  56. }
  57. .studSeeSec2Txt div:last-child{
  58. font-size: 15px;
  59. }
  60. .studSeeSec2List{
  61. margin-top: 10px;
  62. background: #fff;
  63. }
  64. .studSeeSec2List li{
  65. padding: 0 12px 0 30px;
  66. border-bottom: 1px solid #D6DFE2;
  67. line-height: 39px;
  68. font-size: 13px;
  69. color: #7A7A7A;
  70. position: relative;
  71. }
  72. .studSeeSec2List li:before{
  73. /*content: '';*/
  74. position: absolute;
  75. top: 0;
  76. bottom: 0;
  77. left: 12px;
  78. margin: auto;
  79. width: 6px;
  80. height: 6px;
  81. background: #8AC9FF;
  82. border-radius: 50%;
  83. }
  84. .studSeeSec2List span{
  85. float: right;
  86. }
  87. .studSeeSec2List img{
  88. width: 12px;
  89. margin-right: 5px;
  90. position: relative;
  91. top: 2px;
  92. }
  93. ul{
  94. margin:0px;
  95. padding:0px;
  96. list-style:none;
  97. }
  98. li{
  99. list-style:none;
  100. }