student.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .stu_title
  2. {
  3. background:url('images/studenttitle.png') no-repeat left top;
  4. background-size:cover;
  5. width:100%;
  6. height:270px;
  7. }
  8. .studyButtons div
  9. {
  10. float:left;
  11. width:100px;
  12. margin:20px auto auto 90px;
  13. cursor:pointer;
  14. }
  15. .stu_td1
  16. {
  17. width:200px;
  18. height:160px;
  19. line-height:160px;
  20. }
  21. .studentTable td
  22. {
  23. height:30px;
  24. line-height:30px;
  25. }
  26. .studentTable td>*:first-child
  27. {
  28. margin-left:5px;
  29. }
  30. .studentTable .trcol2
  31. {
  32. font-size:15px;
  33. font-weight:bold;
  34. color:#888;
  35. }
  36. .studentTable .span1
  37. {
  38. font-size:14px;
  39. font-weight:bold;
  40. margin-right:100px;
  41. color:#888;
  42. }
  43. .studentTable .couse1
  44. {
  45. font-size:18px;
  46. font-weight:bold;
  47. color:#666;
  48. }
  49. .studentTable .btn
  50. {
  51. border-radius:3px;
  52. }
  53. .stu_title1
  54. {
  55. padding-bottom:10px;
  56. }
  57. .stu_title1 .h1
  58. {
  59. color:#666;
  60. font-size:18px;
  61. font-weight:bold;
  62. margin-right:40px;
  63. }
  64. .stu_title1 .h2
  65. {
  66. color:#888;
  67. font-size:15px;
  68. font-weight:bold;
  69. }
  70. .stu_title1 .t1
  71. {
  72. color:#ff6600;
  73. font-size:18px;
  74. font-weight:bold;
  75. margin-right:40px;
  76. }
  77. .stu_title1 .t2
  78. {
  79. color:#666;
  80. font-size:15px;
  81. font-weight:bold;
  82. margin-right:40px;
  83. }
  84. .studentTable .progressbar div
  85. {
  86. border-radius:6px;
  87. }
  88. .studentTable .progressbar
  89. {
  90. border-radius:6px;
  91. }