index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. page {
  2. background-color: #ffffff;
  3. }
  4. /* 搜索框 */
  5. .search-box {
  6. display: flex;
  7. width: 100vw;
  8. height: 60rpx;
  9. margin-top: 30rpx;
  10. padding: 0 24rpx;
  11. box-sizing: border-box;
  12. }
  13. .search-input {
  14. display: flex;
  15. align-items: center;
  16. width: 568rpx;
  17. height: 60rpx;
  18. background: #F6F7F8;
  19. border-radius: 30rpx;
  20. overflow: hidden;
  21. }
  22. .search-input>image {
  23. width: 28rpx;
  24. height: 28rpx;
  25. margin-left: 24rpx;
  26. }
  27. .search-input>input {
  28. flex: 1;
  29. font-size: 28rpx !important;
  30. height: 60rpx;
  31. line-height: 60rpx;
  32. margin-left: 10rpx;
  33. }
  34. .input-placeholder {
  35. font-size: 28rpx !important;
  36. color: rgba(0, 0, 0, .3) !important;
  37. line-height: 40px;
  38. }
  39. /* 新建按钮 */
  40. .newButton {
  41. width: 118rpx !important;
  42. height: 60rpx !important;
  43. background: #FFB600 !important;
  44. border: 0 !important;
  45. border-radius: 10rpx !important;
  46. margin-left: 16rpx !important;
  47. padding: 0 !important;
  48. font-size: 28rpx !important;
  49. font-family: PingFangSC-Medium, PingFang SC !important;
  50. color: #FFFFFF !important;
  51. }
  52. .newly-built-icon {
  53. width: 20rpx;
  54. height: 20rpx;
  55. margin-right: 4rpx;
  56. }
  57. /* 底部 */
  58. .footer {
  59. position: fixed;
  60. width: 100vw;
  61. background: #FFFFFF;
  62. box-shadow: 0px -2rpx 16rpx 0px rgba(0, 0, 0, 0.1);
  63. bottom: 0;
  64. left: 0;
  65. padding: 14rpx 0 2rpx;
  66. }
  67. .option-item {
  68. display: flex;
  69. flex-direction: column;
  70. align-items: center;
  71. width: 80rpx;
  72. height: 84rpx;
  73. }
  74. .option-item .item-text {
  75. height: 34rpx;
  76. font-size: 24rpx;
  77. color: #000000;
  78. line-height: 34rpx;
  79. margin-top: 6rpx;
  80. }
  81. .option-item image {
  82. width: 62rpx;
  83. height: 44rpx;
  84. }
  85. @import "/pages/tabbar-pages/message/index.wxss";
  86. .msgImg {
  87. border-radius: 50%;
  88. overflow: hidden;
  89. }
  90. .msg-box {
  91. border: 0 !important;
  92. }
  93. .msgCount {
  94. width: 110rpx;
  95. height: 100rpx;
  96. }
  97. .msgCount .time {
  98. width: 150rpx;
  99. height: 44rpx;
  100. font-size: 24rpx;
  101. font-weight: 400;
  102. color: rgba(0, 0, 0, .4);
  103. line-height: 44rpx;
  104. text-align: left;
  105. }
  106. .msgCount .count {
  107. display: flex;
  108. justify-content: flex-end;
  109. align-items: center;
  110. margin-top: 8rpx;
  111. height: 40rpx;
  112. }
  113. .msgCount .count>view {
  114. height: 30rpx;
  115. line-height: 30rpx;
  116. padding: 0 12rpx;
  117. border-radius: 30rpx;
  118. font-size: 24rpx;
  119. font-family: PingFangSC-Medium, PingFang SC;
  120. font-weight: 550;
  121. color: #FFFFFF;
  122. background-color: #4DC2D4;
  123. }
  124. .borTop::after {
  125. content: '';
  126. height: 0rpx;
  127. }
  128. .msgText {
  129. width: 430rpx;
  130. }
  131. .msgTime {
  132. width: 150rpx;
  133. text-align: center;
  134. }