运维小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.wxss 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* pages/scheduling/index.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f5f5f5;
  6. box-sizing: border-box;
  7. }
  8. .scheduling{
  9. padding:20rpx 20rpx;
  10. box-sizing: border-box;
  11. }
  12. .content{
  13. width: 100%;
  14. margin-top: 20rpx;
  15. padding: 20rpx;
  16. background-color: #ffffff;
  17. border-radius: 10rpx;
  18. display: flex;
  19. flex-direction: column;
  20. box-sizing: border-box;
  21. }
  22. .Scancode_content{
  23. width: 600rpx;
  24. display: flex;
  25. margin-top: 20rpx;
  26. box-sizing: border-box;
  27. }
  28. .Scancode_lefticon{
  29. width: 100rpx;
  30. margin-top: 20rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. border: 1rpx solid #cccccc;
  35. border-radius: 10rpx;
  36. box-sizing: border-box;
  37. }
  38. .popupbox{
  39. width: 100%;
  40. min-height: 600rpx;
  41. }
  42. .content_fonst{
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. /* justify-content:space-around; */
  47. font-size: 36rpx;
  48. margin-bottom: 20rpx;
  49. box-sizing: border-box;
  50. }
  51. .popupboxname{
  52. width: 100%;
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. font-size: 36rpx;
  57. padding: 20rpx 0rpx;
  58. }
  59. .box {
  60. padding: 32rpx;
  61. display: flex;
  62. justify-content: space-between;
  63. flex-wrap: wrap;
  64. background-color: var(--td-bg-color-container, #fff);
  65. }
  66. /* 日历容器 */
  67. .scheduling {
  68. width: 100%;
  69. padding: 20rpx;
  70. background: #f8f9fa;
  71. min-height: 100vh;
  72. }
  73. /* 节日样式 */
  74. .is-festival .t-calendar__cell--solar {
  75. color: #e74c3c !important;
  76. font-weight: bold !important;
  77. }
  78. .is-festival .t-calendar__cell--lunar {
  79. color: #e74c3c !important;
  80. font-weight: bold !important;
  81. }
  82. /* 节气样式 */
  83. .is-term .t-calendar__cell--solar {
  84. color: #27ae60 !important;
  85. }
  86. .is-term .t-calendar__cell--lunar {
  87. color: #27ae60 !important;
  88. font-weight: bold !important;
  89. }
  90. /* 周末样式 */
  91. .is-weekend .t-calendar__cell--solar {
  92. color: #7f8c8d !important;
  93. }
  94. /* 有节日的单元格 */
  95. .has-festival .t-calendar__cell--suffix {
  96. position: absolute;
  97. top: 4rpx;
  98. right: 4rpx;
  99. font-size: 18rpx;
  100. color: #e74c3c;
  101. background: rgba(231, 76, 60, 0.1);
  102. padding: 2rpx 6rpx;
  103. border-radius: 8rpx;
  104. transform: scale(0.8);
  105. }
  106. /* 调整农历显示样式 */
  107. .t-calendar__cell--lunar {
  108. font-size: 20rpx !important;
  109. color: #666 !important;
  110. margin-top: 2rpx !important;
  111. }
  112. /* 选中状态样式 */
  113. .t-calendar__cell--selected .t-calendar__cell--solar,
  114. .t-calendar__cell--selected .t-calendar__cell--lunar {
  115. color: #ffffff !important;
  116. }
  117. /* 今天日期样式 */
  118. .t-calendar__cell--now .t-calendar__cell--solar {
  119. color: #007aff !important;
  120. font-weight: bold !important;
  121. }
  122. .t-calendar__cell--now .t-calendar__cell--lunar {
  123. color: #007aff !important;
  124. }
  125. /* 调整单元格高度 */
  126. .t-calendar__cell {
  127. min-height: 110rpx !important;
  128. padding: 8rpx 4rpx !important;
  129. }
  130. /* 月份切换面板样式 */
  131. .t-calendar__panel {
  132. background: #fff;
  133. border-radius: 16rpx;
  134. margin-bottom: 20rpx;
  135. }
  136. .workorder_box{
  137. width: 100%;
  138. padding-top:30rpx;
  139. display: flex;
  140. /* align-items: center; */
  141. justify-content: center;
  142. box-sizing: border-box;
  143. background-color: #ffffff;
  144. }
  145. .workorder{
  146. width: 480rpx;
  147. height: 80rpx;
  148. font-size: 32rpx;
  149. background-color: rgba(15, 128, 220, 0.2);
  150. color: #0F80DC;
  151. border:1rpx solid #0F80DC;
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. border-radius: 10rpx;
  156. }
  157. .Scancode_content11{
  158. display: flex;
  159. align-items: center;
  160. justify-content: center;
  161. padding: 4rpx 10rpx;
  162. background-color: #0F80DC;
  163. border: 1rpx solid #0F80DC;
  164. border-radius: 100rpx;
  165. margin-left: 20rpx;
  166. color: #fff;
  167. box-sizing: border-box;
  168. }