examslog.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <style type="text/css">
  2. .sm-st {
  3. background: #fff;
  4. padding: 20px;
  5. -webkit-border-radius: 3px;
  6. -moz-border-radius: 3px;
  7. border-radius: 3px;
  8. margin-bottom: 20px;
  9. -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  10. box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  11. }
  12. .sm-st-icon {
  13. width: 60px;
  14. height: 60px;
  15. display: inline-block;
  16. line-height: 60px;
  17. text-align: center;
  18. font-size: 30px;
  19. background: #eee;
  20. -webkit-border-radius: 5px;
  21. -moz-border-radius: 5px;
  22. border-radius: 5px;
  23. float: left;
  24. margin-right: 10px;
  25. color: #fff;
  26. }
  27. .sm-st-info {
  28. font-size: 12px;
  29. padding-top: 2px;
  30. }
  31. .sm-st-info span {
  32. display: block;
  33. font-size: 24px;
  34. font-weight: 600;
  35. }
  36. .orange {
  37. background: #fa8564 !important;
  38. }
  39. .tar {
  40. background: #45cf95 !important;
  41. }
  42. .sm-st .green {
  43. background: #86ba41 !important;
  44. }
  45. .pink {
  46. background: #AC75F0 !important;
  47. }
  48. .yellow-b {
  49. background: #fdd752 !important;
  50. }
  51. .stat-elem {
  52. background-color: #fff;
  53. padding: 18px;
  54. border-radius: 40px;
  55. }
  56. .stat-info {
  57. text-align: center;
  58. background-color: #fff;
  59. border-radius: 5px;
  60. margin-top: -5px;
  61. padding: 8px;
  62. -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  63. box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  64. font-style: italic;
  65. }
  66. .stat-icon {
  67. text-align: center;
  68. margin-bottom: 5px;
  69. }
  70. .st-red {
  71. background-color: #F05050;
  72. }
  73. .st-green {
  74. background-color: #27C24C;
  75. }
  76. .st-violet {
  77. background-color: #7266ba;
  78. }
  79. .st-blue {
  80. background-color: #23b7e5;
  81. }
  82. .stats .stat-icon {
  83. color: #28bb9c;
  84. display: inline-block;
  85. font-size: 26px;
  86. text-align: center;
  87. vertical-align: middle;
  88. width: 50px;
  89. float: left;
  90. }
  91. .stat {
  92. white-space: nowrap;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. display: inline-block;
  96. margin-right: 10px;
  97. }
  98. .stat .value {
  99. font-size: 20px;
  100. line-height: 24px;
  101. overflow: hidden;
  102. text-overflow: ellipsis;
  103. font-weight: 500;
  104. }
  105. .stat .name {
  106. overflow: hidden;
  107. text-overflow: ellipsis;
  108. }
  109. .stat.lg .value {
  110. font-size: 26px;
  111. line-height: 28px;
  112. }
  113. .stat.lg .name {
  114. font-size: 16px;
  115. }
  116. .stat-col .progress {
  117. height: 2px;
  118. }
  119. .stat-col .progress-bar {
  120. line-height: 2px;
  121. height: 2px;
  122. }
  123. .item {
  124. padding: 30px 0;
  125. }
  126. .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  127. z-index: 2;
  128. color: #ffffff;
  129. background-color: #1f8064;
  130. border-color: #1f8064;
  131. }
  132. .centerstate{
  133. text-align: center;
  134. }
  135. </style>
  136. <div class="panel panel-default panel-intro">
  137. <div class="panel-body">
  138. <div id="myTabContent" class="tab-content">
  139. <div class="row">
  140. <div class="panel panel-success">
  141. <ul class="list-group">
  142. <li class="list-group-item active">
  143. <div class="row">
  144. <div class="col-xs-12 centerstate" style="width:20%">座次</div>
  145. <div class="col-xs-12 centerstate" style="width:20%">学员账号</div>
  146. <div class="col-xs-12 centerstate" style="width:20%">学员姓名</div>
  147. <div class="col-xs-12 centerstate" style="width:20%">开始考试时间</div>
  148. <div class="col-xs-12 centerstate" style="width:20%">结束考试时间</div>
  149. </div>
  150. </li>
  151. {volist name="list" id="vo"}
  152. <li class="list-group-item " >
  153. <div class="row">
  154. <div class="col-xs-12 centerstate" style="width:20%">{$vo.seat_id}</div>
  155. <div class="col-xs-12 centerstate" style="width:20%">{$vo.user_username}</div>
  156. <div class="col-xs-12 centerstate " style="width:20%" >{$vo.user_nickname}</div>
  157. <div class="col-xs-12 centerstate " style="width:20%" >{$vo.start_time}</div>
  158. <div class="col-xs-12 centerstate " style="width:20%" >{$vo.end_time}</div>
  159. </div>
  160. </li>
  161. {/volist}
  162. </ul>
  163. </div>
  164. </div>
  165. </div>
  166. </div>
  167. </div>