folderEdit.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .panelTop {
  2. width: 100%;
  3. height:100rpx;
  4. background-color: #fff;
  5. justify-content: space-between;
  6. position: fixed;
  7. top:0;
  8. border-bottom: 1rpx solid #d2d2d2;
  9. }
  10. .panelLeft {
  11. margin-left: 20rpx;
  12. justify-content: flex-start;
  13. }
  14. .panelRight {
  15. margin-right: 20rpx;
  16. justify-content: flex-end;
  17. }
  18. .panelTop1 {
  19. min-width:80rpx;
  20. height:80rpx;
  21. font-size: 28rpx;
  22. font-weight: 400;
  23. }
  24. .panelTopBtn {
  25. font-size: 28rpx;
  26. font-weight: 500;
  27. background-color: #5282FA;
  28. width:110rpx;
  29. height:70rpx;
  30. text-align: center;
  31. line-height: 70rpx;
  32. border-radius: 10rpx;
  33. color:#fff;
  34. }
  35. .panelHeight100{
  36. width:100%;
  37. height:100rpx;
  38. }
  39. /* ***************** */
  40. .panel1{
  41. width:690rpx;
  42. margin-top: 60rpx;
  43. justify-content: space-between;
  44. color:#4D4D4D;
  45. }
  46. .panel11{
  47. font-weight: 400;
  48. font-size:28rpx;
  49. }
  50. .panel12{
  51. font-size:24rpx;
  52. }
  53. .panel2{
  54. width:690rpx;
  55. height:110rpx;
  56. background-color: #fff;
  57. border-radius: 10rpx;
  58. margin-top:33rpx;
  59. }
  60. .input{
  61. margin-left: 30rpx;
  62. font-size:36rpx;
  63. font-weight: 400;
  64. width:630rpx;
  65. height:50rpx;
  66. }
  67. .panel3{
  68. width:690rpx;
  69. margin-top:30rpx;
  70. font-size:20rpx;
  71. color:#4D4D4D;
  72. }
  73. .panel4{
  74. width:690rpx;
  75. margin-top:60rpx;
  76. font-size:28rpx;
  77. font-weight: 400;
  78. color:#4D4D4D;
  79. }
  80. .panel5{
  81. width:690rpx;
  82. margin-top:30rpx;
  83. justify-content: flex-start;
  84. }
  85. .panel51{
  86. width:220rpx;
  87. border-radius: 10rpx;
  88. background-color: #6B727C;
  89. height:160rpx;
  90. position: relative;
  91. }
  92. .cardlist_folder_white_66x60{
  93. width:66rpx;
  94. height:60rpx;
  95. }
  96. .panel511{
  97. width:220rpx;
  98. align-self: end;
  99. height:50rpx;
  100. background-color: rgba(0,0,0,0.5);
  101. text-align: center;
  102. line-height: 50rpx;
  103. color:#fff;
  104. font-size:24rpx;
  105. position: absolute;
  106. bottom: 0;
  107. border-bottom-left-radius: 10rpx;
  108. border-bottom-right-radius: 10rpx;
  109. }
  110. .panel6{
  111. margin-top:100rpx;
  112. font-size:28rpx;
  113. color:#FE6659;
  114. }
  115. .panel7{
  116. width:690rpx;
  117. margin-top:30rpx;
  118. font-size:20rpx;
  119. color:#4D4D4D;
  120. }