pages.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /********** 这里放页面样式 **********/
  2. /*** 考试页面***/
  3. .admin-kaoshi-page {
  4. box-sizing: border-box;
  5. .kaoshi-scroll-view {height: calc(100vh - 166px);}
  6. .admin-list-box{
  7. background-color: #f4f6fa!important;
  8. .admin-list-item-box{margin-bottom: 20rpx;}
  9. .uni-list--border{display: none;}
  10. }
  11. // 列表区域
  12. .item-kaoshi-row {
  13. width: 100%;
  14. .ks-item-top {
  15. display: flex;justify-content: space-between;margin-bottom: 20rpx;
  16. .ks-name {font-size: 34rpx;color: #000;}
  17. .ks-zyLevelName {font-size: 26rpx;padding: 2px 12px;border-radius: 4px;border: 1px solid #3fd2a1;color:#3fd2a1;}
  18. }
  19. .ks-totalTm {font-size: 26rpx;color: #333;margin-bottom: 20rpx;}
  20. .phone-time-icon,.phone-ceshu-icon{width: 30rpx;height: 30rpx;
  21. background-color: red;vertical-align: middle;margin-right: 10rpx;}
  22. .ks-score-content{
  23. background-color: #f4f6fa;width: 460rpx;
  24. margin-bottom: 20rpx;display: flex;padding: 10rpx 24rpx;box-sizing: border-box;
  25. .ks-score {padding-right: 10px}
  26. .ks-okScore {}
  27. }
  28. .row-item {margin-bottom: 10px;}
  29. .kaoshi-btn {width:220rpx;font-size: 26rpx;background-color: #3fd2a1;}
  30. }
  31. }