业务交流通
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

myCollect.wxss 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. .search-view {
  16. height: 90rpx;
  17. position: relative;
  18. padding: 20rpx 0;
  19. }
  20. .search-view .input-box{
  21. width: 100%;
  22. }
  23. .search-view .weui-serach-input{
  24. background: #fff;
  25. height: 90rpx;
  26. line-height: 90rpx;
  27. box-sizing: border-box;
  28. padding-left: 40rpx;
  29. padding-right: 80rpx;
  30. border-radius: 44rpx;
  31. box-shadow: -2px 7px 13px 3px
  32. rgba(130, 130, 130, 0.03);
  33. }
  34. .search-view .search-img-view {
  35. position: absolute;
  36. right: 52rpx;
  37. top: 20rpx;
  38. z-index: 666;
  39. width: 40rpx;
  40. height: 90rpx;
  41. line-height: 90rpx;
  42. }
  43. .search-view .search-img {
  44. width: 29rpx;
  45. height: 29rpx;
  46. position: relative;
  47. top: 5rpx;
  48. }
  49. /* .disabled-model {
  50. position: absolute;
  51. left: 0;
  52. top: 0;
  53. width: 100%;
  54. height: 100%;
  55. background: rgba(0, 0, 0, 0.3);
  56. border-radius: 20rpx;
  57. } */
  58. .disabled-model-img{
  59. position: absolute;
  60. width: 125rpx;
  61. height: 78rpx;
  62. top: 78rpx;
  63. right: 40rpx;
  64. z-index: 6;
  65. }
  66. .del-collect-view {
  67. position: absolute;
  68. right:10rpx;
  69. top: 20rpx;
  70. width: 40rpx;
  71. height: 40rpx;
  72. }
  73. .del-collect-view .del-collect-img{
  74. width: 29rpx;
  75. height: 31rpx;
  76. }