folderIcon.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. z-index: 10;
  10. }
  11. .panelLeft {
  12. margin-left: 20rpx;
  13. justify-content: flex-start;
  14. }
  15. .panelRight {
  16. margin-right: 20rpx;
  17. justify-content: flex-end;
  18. }
  19. .panelTop1 {
  20. min-width:80rpx;
  21. height:80rpx;
  22. font-size: 28rpx;
  23. font-weight: 400;
  24. }
  25. /* ***************** */
  26. .panel1{
  27. margin-top:160rpx;
  28. width:690rpx;
  29. justify-content: flex-start;
  30. color:#4D4D4D;
  31. }
  32. .panel10{
  33. margin-top:60rpx;
  34. }
  35. .panel11{
  36. font-weight: 400;
  37. font-size:28rpx;
  38. }
  39. .panel2 {
  40. z-index: 10;
  41. width:100%;
  42. display: flex;
  43. white-space: nowrap;
  44. margin-top:30rpx;
  45. }
  46. .panel2 .btn0 {
  47. width: 30rpx;
  48. display: inline-block;
  49. }
  50. .panel2 .btn {
  51. background-color: #6B727C;
  52. color: #fff;
  53. width:80rpx;
  54. border-radius: 10rpx;
  55. text-align: center;
  56. line-height: 80rpx;
  57. height: 80rpx;
  58. margin-right: 20rpx;
  59. display: inline-block;
  60. }
  61. .universalpic_checked_white_22x18{
  62. width:22rpx;
  63. height:18rpx;
  64. display: inline-block;
  65. }
  66. .panel3{
  67. width:100%;
  68. flex-wrap: wrap;
  69. background-color: #6B727C;
  70. margin-top:30rpx;
  71. }
  72. .panel31{
  73. width:172rpx;
  74. height:170rpx;
  75. }
  76. .panelIconSelect{
  77. background-color:rgba(0,0,0,0.2);
  78. }