folderEdit.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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: 700;
  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. justify-content: flex-start;
  60. }
  61. .input{
  62. margin-left: 30rpx;
  63. font-size:36rpx;
  64. font-weight: 400;
  65. width:630rpx;
  66. height:50rpx;
  67. }
  68. .panel3{
  69. width:690rpx;
  70. margin-top:30rpx;
  71. font-size:20rpx;
  72. color:#4D4D4D;
  73. }
  74. .panel4{
  75. width:690rpx;
  76. margin-top:60rpx;
  77. font-size:28rpx;
  78. font-weight: 400;
  79. color:#4D4D4D;
  80. }
  81. .panel5{
  82. width:690rpx;
  83. margin-top:30rpx;
  84. justify-content: flex-start;
  85. }
  86. .panel51{
  87. width:220rpx;
  88. border-radius: 10rpx;
  89. background-color: #6B727C;
  90. height:160rpx;
  91. position: relative;
  92. }
  93. .cardlist_folder_white_66x60{
  94. width:66rpx;
  95. height:60rpx;
  96. }
  97. .panel511{
  98. width:220rpx;
  99. align-self: end;
  100. height:50rpx;
  101. background-color: rgba(0,0,0,0.5);
  102. text-align: center;
  103. line-height: 50rpx;
  104. color:#fff;
  105. font-size:24rpx;
  106. position: absolute;
  107. bottom: 0;
  108. border-bottom-left-radius: 10rpx;
  109. border-bottom-right-radius: 10rpx;
  110. }
  111. .panel6{
  112. margin-top:100rpx;
  113. font-size:28rpx;
  114. color:#FE6659;
  115. justify-content: center;
  116. }
  117. .panel7{
  118. width:690rpx;
  119. margin-top:30rpx;
  120. font-size:20rpx;
  121. color:#4D4D4D;
  122. }