业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* pages/myModule/components/myRelease/myRelease.wxss */
  2. .my-release-page {
  3. min-height: calc(100vh - 20rpx);
  4. padding-bottom: 20rpx;
  5. }
  6. .header {
  7. box-sizing: border-box;
  8. padding: 0 20rpx;
  9. width: 100%;
  10. position: sticky;
  11. top: 0;
  12. z-index: 999;
  13. background: #f5f9ff;
  14. }
  15. .header-tab {
  16. height: 110rpx;
  17. }
  18. .header-tab .tab-item {
  19. width: 49%;
  20. height: 110rpx;
  21. background: #fff;
  22. border-radius: 20rpx;
  23. text-align: center;
  24. color: #333;
  25. font-weight: bold;
  26. line-height: 110rpx;
  27. }
  28. .header-tab .tab-item.isActive {
  29. color: #5e73e5;
  30. }
  31. .header-tab .tab-item:first-child {
  32. margin-right: 2%;
  33. }
  34. .header-tab .release-img,
  35. .header-tab .remove-img {
  36. position: relative;
  37. margin-right: 10rpx;
  38. top: 4px;
  39. }
  40. .header-tab .release-img {
  41. width: 46rpx;
  42. height: 40rpx;
  43. }
  44. .header-tab .remove-img {
  45. width: 40rpx;
  46. height: 36rpx;
  47. }
  48. .search-view {
  49. /* width: 100%; */
  50. margin-top: 20rpx;
  51. height: 90rpx;
  52. position: relative;
  53. padding-bottom: 20rpx;
  54. }
  55. .search-view .input-box{
  56. width: 100%;
  57. }
  58. .search-view .weui-serach-input{
  59. background: #fff;
  60. height: 90rpx;
  61. line-height: 90rpx;
  62. box-sizing: border-box;
  63. padding-left: 40rpx;
  64. padding-right: 80rpx;
  65. border-radius: 44rpx;
  66. box-shadow: -2px 7px 13px 3px
  67. rgba(130, 130, 130, 0.03);
  68. }
  69. .search-view .search-img-view {
  70. position: absolute;
  71. right: 52rpx;
  72. top: 0rpx;
  73. z-index: 666;
  74. width: 40rpx;
  75. height: 90rpx;
  76. line-height: 90rpx;
  77. }
  78. .search-view .search-img {
  79. width: 29rpx;
  80. height: 29rpx;
  81. position: relative;
  82. top: 5rpx;
  83. }
  84. .foot-btn {
  85. border-top: 1px solid #eaedf4;
  86. height: 65rpx;
  87. line-height: 95rpx;
  88. text-align: right;
  89. }
  90. .foot-btn .foot-van-btn{
  91. margin-left: 10rpx;
  92. }
  93. .forced-removal {
  94. position: absolute;
  95. right: 20rpx;
  96. top: 10rpx;
  97. color: #ff3c3c;
  98. font-size: 22rxp;
  99. }
  100. .forced-removal .forced-removal-img{
  101. width: 22rpx;
  102. height: 22rpx;
  103. position: relative;
  104. top: 2rpx;
  105. margin-right: 5rpx;
  106. }