liu_manage.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #F2F3F5;
  7. }
  8. /* 提交记录 */
  9. .select_submit{
  10. width: 750rpx;
  11. height: 70rpx;
  12. background: rgba(255, 255, 255, 1);
  13. }
  14. .uni-select[data-v-6b64008e] {
  15. font-size: 14px;
  16. border: 0px solid #e5e5e5;
  17. box-sizing: border-box;
  18. border-radius: 4px;
  19. padding: 0 5px;
  20. padding-left: 10px;
  21. position: relative;
  22. display: flex;
  23. -webkit-user-select: none;
  24. user-select: none;
  25. flex-direction: row;
  26. align-items: center;
  27. border-bottom: solid 0px #e5e5e5;
  28. width: 100%;
  29. flex: 1;
  30. height: 35px;
  31. }
  32. /* 不同状态的记录 */
  33. .submit-list{
  34. margin: 11rpx 0 0 20rpx;
  35. width: 710rpx;
  36. height: 370rpx;
  37. opacity: 0.9;
  38. border-radius: 10rpx;
  39. background: rgba(255, 255, 255, 1);
  40. font-weight: 400;
  41. font-size: 24rpx;
  42. line-height: 35rpx;
  43. color: rgba(153, 153, 153, 1);
  44. }
  45. .submit-list2{
  46. margin: 11rpx 0 0 20rpx;
  47. width: 710rpx;
  48. height: 432rpx;
  49. opacity: 0.9;
  50. border-radius: 10rpx;
  51. background: rgba(255, 255, 255, 1);
  52. font-weight: 400;
  53. font-size: 24rpx;
  54. line-height: 35rpx;
  55. color: rgba(153, 153, 153, 1);
  56. }
  57. .submit-title{
  58. margin: 20rpx 0 0 19rpx;
  59. font-size: 32rpx;
  60. line-height: 46px;
  61. color: rgba(0, 0, 0, 1);
  62. }
  63. .submit-time{
  64. margin: 0 0 0 353rpx;
  65. }
  66. .submit-line{
  67. margin: 0 0 0 21rpx;
  68. width: 671rpx;
  69. height: 0px;
  70. opacity: 1;
  71. border: 1rpx solid rgba(230, 230, 230, 1);
  72. }
  73. .submit-start{
  74. margin: 22rpx 0 0 21rpx;
  75. }
  76. .submit-end{
  77. margin: 7rpx 0 0 21rpx;
  78. }
  79. .submit-teacher{
  80. margin: 7rpx 0 0 21rpx;
  81. }
  82. .submit-remark{
  83. margin: 7rpx 0 0 21rpx;
  84. }
  85. .submit-type{
  86. margin: 11rpx 0 0 573rpx;
  87. width: 118rpx;
  88. height: 55rpx;
  89. border-radius: 7rpx;
  90. background: rgba(225, 245, 244, 1);
  91. line-height: 55rpx;
  92. color: rgba(9, 101, 98, 1);
  93. text-align: center;
  94. }
  95. .submit-type1{
  96. margin: 11rpx 0 0 573rpx;
  97. width: 118rpx;
  98. height: 55rpx;
  99. border-radius: 7rpx;
  100. background: rgba(245, 228, 228, 1);
  101. line-height: 55rpx;
  102. color: rgba(212, 48, 48, 1);
  103. text-align: center;
  104. }
  105. .submit-disagree{
  106. margin: 46rpx 0 0 24rpx;
  107. width: 310rpx;
  108. height: 74rpx;
  109. border-radius: 12rpx;
  110. border: 1rpx solid rgba(0, 97, 255, 1);
  111. font-size: 28rpx;
  112. line-height: 74rpx;
  113. color: rgba(0, 97, 255, 1);
  114. text-align: center;
  115. float: left;
  116. }
  117. .submit-agree{
  118. margin: 46rpx 0 0 382rpx;
  119. width: 310rpx;
  120. height: 74rpx;
  121. border-radius: 12rpx;
  122. background: rgba(0, 97, 255, 1);
  123. font-size: 28rpx;
  124. line-height: 74rpx;
  125. color: rgba(255, 255, 255, 1);
  126. text-align: center;
  127. }