index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .flex-between-center {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. /*俩端居中*/
  6. }
  7. .broadcast-head {
  8. padding: 0.5rem 0.8rem 0 0.8rem;
  9. }
  10. .head-search {
  11. width: calc(100% - 4.4rem);
  12. }
  13. .app-body-white {
  14. background-color: #fff;
  15. height: 100%;
  16. overflow-y: auto;
  17. border-top: 1px solid transparent;
  18. border-bottom: 1px solid transparent;
  19. font-size: 28px;
  20. }
  21. .app-body-white .van-uploader__upload {
  22. background: #f3f7ff;
  23. }
  24. .app-body-white .tab-card-box {
  25. padding: 4vw;
  26. }
  27. .broadcast-head-add .van-button {
  28. border-radius: 0.8vw;
  29. font-size: 3.467vw;
  30. font-weight: 500;
  31. }
  32. .broadcast-head-add .van-button__icon {
  33. font-size: 0.8rem;
  34. }
  35. .head-search input.head-search-select,
  36. .head-search input.head-search-keyword {
  37. border-radius: 0.8vw;
  38. border: 1px solid #3b7aff;
  39. /* box-sizing: border-box; */
  40. font-size: 3.2vw;
  41. }
  42. input.head-search-select {
  43. padding: 5rpx;
  44. /* background: transparent url("../image/down-icon.png") no-repeat */
  45. /* calc(100% - 0.5rem) center; */
  46. background-size: auto 24%;
  47. }
  48. input.head-search-keyword {
  49. padding: 5rpx;
  50. }
  51. .head-search input.head-search-select {
  52. width: 6.5rem;
  53. }
  54. .head-search input.head-search-keyword {
  55. width: calc(100% - 6.8rem);
  56. }
  57. .admin-exposure-list {
  58. margin: 1.5rem 0.8rem;
  59. }
  60. .admin-exposure-list ._li {
  61. margin-bottom: 1.5rem;
  62. border-radius: 0.5rem;
  63. position: relative;
  64. padding: 0.8rem;
  65. }
  66. .admin-exposure-list .exposure-main {
  67. padding: 0.5rem 0;
  68. }
  69. .exposure-name {
  70. font-size: 32rpx;
  71. font-weight: bold;
  72. }
  73. .activities-text {
  74. font-size: 28rpx;
  75. color: #999;
  76. }
  77. .activities-text ._span {
  78. color: #1989fa;
  79. }
  80. .notice-edit-label {
  81. position: absolute;
  82. left: 0;
  83. top: -1.707vw;
  84. top: -0.8rem;
  85. }
  86. .label-style {
  87. font-size: 3.2vw;
  88. font-weight: 500;
  89. color: #fff;
  90. background: #3b7aff;
  91. border-radius: 0.8rem 0 0.8rem 0;
  92. width: 10.667vw;
  93. width: 5rem;
  94. text-align: center;
  95. line-height: 2;
  96. }
  97. .admin-exposure-list {
  98. margin: 1.5rem 0.8rem;
  99. }
  100. .admin-exposure-list ._li {
  101. margin-bottom: 1.5rem;
  102. border-radius: 0.5rem;
  103. position: relative;
  104. padding: 0.8rem;
  105. }
  106. .admin-exposure-list .exposure-main {
  107. padding: 0.5rem 0;
  108. }
  109. .admin-exposure-list ._li {
  110. margin-bottom: 1.5rem;
  111. border-radius: 0.5rem;
  112. position: relative;
  113. box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
  114. padding: 0.8rem;
  115. }