indexList.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .leaderIndex{
  2. .leaderIndex_list{
  3. .list_title{
  4. padding: 15rpx 0 5rpx 5rpx;
  5. display: flex;
  6. .statusIcon{
  7. height: 50rpx;
  8. width: 50rpx;
  9. margin-right: 20rpx;
  10. }
  11. .showIcon{
  12. margin-left: 10rpx;
  13. width: 45rpx;
  14. height: 45rpx;
  15. }
  16. }
  17. .list_content{
  18. display: flex;
  19. padding: 10rpx 10rpx 10rpx 55rpx;
  20. .list_item{
  21. padding-left: 20rpx;
  22. font-size: 14px;
  23. font-weight: 400;
  24. letter-spacing: 0.5px;
  25. line-height: 22px;
  26. color: rgba(53, 53, 53, 1);
  27. vertical-align: top;
  28. }
  29. .list_item_text{
  30. padding-right: 20rpx;
  31. padding-left: 30rpx;
  32. flex: 1;
  33. text-align: right;
  34. font-size: 14px;
  35. font-weight: 400;
  36. letter-spacing: 0.5px;
  37. line-height: 22px;
  38. color: rgba(53, 53, 53, 1);
  39. }
  40. }
  41. .button_group{
  42. display: flex;
  43. justify-content: flex-start;
  44. height: 80rpx;
  45. border-top: 1px solid rgba(235, 237, 240, 1);
  46. .button_sign{
  47. flex: 1;
  48. align-items: center;
  49. justify-content: center;
  50. display: flex;
  51. border-right: 0.5px solid rgba(235, 237, 240, 1);
  52. font-size: 17px;
  53. font-weight: 400;
  54. letter-spacing: 1.5px;
  55. color: rgba(190, 163, 117, 1);
  56. }
  57. .button_start{
  58. flex: 1;
  59. display:flex;
  60. align-items: center;
  61. justify-content: center;
  62. font-size: 17px;
  63. font-weight: 400;
  64. letter-spacing: 1.5px;
  65. color: rgba(102, 102, 102, 1);
  66. }
  67. }
  68. }
  69. }
  70. .zkTaskList{
  71. ::v-deep .uni-scroll-view-content{
  72. display: flex;
  73. align-content: flex-end;
  74. justify-content: space-around;
  75. }
  76. }