myWork.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* pages/myWork/myWork.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. position:relative;
  6. z-index:888;
  7. background:#fff;
  8. }
  9. .list {
  10. width: 92%;
  11. margin: 20rpx auto;
  12. border: 1px solid #d8d8d8;
  13. border-radius: 10rpx;
  14. padding: 20rpx;
  15. position: relative;
  16. box-shadow: 0 0 6rpx 0 rgba(216, 216, 216, 1);
  17. box-sizing: border-box;
  18. }
  19. .list view {
  20. font-size: 24rpx;
  21. color: #4d4d4d;
  22. margin-top: 15rpx;
  23. }
  24. .list .reason {
  25. font-size: 28rpx;
  26. color: #282828;
  27. }
  28. .list .type {
  29. /* width: 168rpx; */
  30. padding:0 10rpx;
  31. height: 42rpx;
  32. color: #fff;
  33. font-size: 22rpx;
  34. text-align: center;
  35. position: absolute;
  36. top: -15rpx;
  37. right: 0;
  38. border-radius: 0 2rpx 0 20rpx;
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .van-tab__pane--active {
  44. padding: 92rpx 0 120rpx 0;
  45. }
  46. .menu .van-dropdown-menu {
  47. width: 100%;
  48. position: fixed;
  49. left: 0rpx;
  50. top: 0rpx;
  51. z-index: 888;
  52. align-items: center;
  53. height: 120rpx !important;
  54. padding-top: 18rpx;
  55. }
  56. .van-dropdown-menu__item {
  57. flex: 0.25 !important;
  58. }
  59. .myWork van-sticky {
  60. position: fixed;
  61. top: 101rpx;
  62. width: 100%;
  63. z-index: 777;
  64. padding-top: 15rpx;
  65. }
  66. .myWork1 .van-sticky {
  67. position: fixed;
  68. top: 146rpx;
  69. width: 100%;
  70. z-index: 777;
  71. padding-top: 15rpx;
  72. }
  73. .menu1 .van-dropdown-menu {
  74. width: 100%;
  75. position: fixed;
  76. left: 0rpx;
  77. top: 0rpx;
  78. z-index: 888;
  79. align-items: center;
  80. height: 90rpx !important;
  81. padding-top: 75rpx;
  82. }
  83. .myWork1 .van-tabs {
  84. margin-top: 156rpx;
  85. }
  86. .van-tabs {
  87. margin-top: 118rpx;
  88. }