message.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* pages/message/message.wxss */
  2. page{
  3. padding: 30rpx 30rpx 160rpx;
  4. background: #F7F7F7;
  5. }
  6. .list{
  7. position: relative;
  8. margin-bottom: 80rpx;
  9. float: left;
  10. width: 100%;
  11. }
  12. .list:last-child{
  13. padding-bottom: 160rpx;
  14. width: 100%;
  15. }
  16. .post{
  17. position: fixed;
  18. padding: 24rpx 30rpx 50rpx;
  19. bottom: 0;
  20. left: 0;
  21. background: #fff;
  22. z-index: 9;
  23. border-top: 1px solid rgba(245, 245, 245, 1);
  24. display: flex;
  25. justify-content: space-between;
  26. width: 100%;
  27. }
  28. .post input{
  29. width: 62%;
  30. height: 64rpx;
  31. border: 1px solid rgba(224, 224, 224, 1);
  32. border-radius: 9rpx;
  33. font-size: 30rpx;
  34. color: #333;
  35. padding: 0 16rpx;
  36. margin-bottom: 24rpx;
  37. }
  38. .post button:not([size='mini']){
  39. height: 64rpx;
  40. width: 124rpx !important;
  41. background: #D94B24;
  42. border-radius: 8rpx;
  43. line-height: 64rpx;
  44. font-size: 30rpx;
  45. color: #fff;
  46. padding: 0;
  47. font-weight: 400;
  48. margin: 0;
  49. }
  50. .wzhead{
  51. width: 64rpx;
  52. height: 64rpx;
  53. border-radius: 100%;
  54. float: left;
  55. }
  56. .wz .content{
  57. background: #fff;
  58. padding: 20rpx;
  59. font-size: 30rpx;
  60. line-height: 48rpx;
  61. margin-left: 20rpx;
  62. border-radius: 8rpx;
  63. }
  64. .huipic{
  65. max-width: 80%;
  66. margin-left: 20rpx;
  67. border-radius: 8rpx;
  68. }
  69. .wz>view{
  70. max-width: 80%;
  71. float: left;
  72. }
  73. .mehead{
  74. width: 64rpx;
  75. height: 64rpx;
  76. border-radius: 100%;
  77. float: right;
  78. }
  79. .me .content{
  80. background: #fff;
  81. padding: 20rpx;
  82. font-size: 30rpx;
  83. line-height: 48rpx;
  84. float: right;
  85. margin-right: 20rpx;
  86. border-radius: 8rpx;
  87. max-width: 80%;
  88. }
  89. .me .contentimage{
  90. float: right;
  91. max-width: 80%;
  92. margin-right: 20rpx;
  93. border-radius: 8rpx;
  94. }
  95. .name{
  96. display: block;
  97. font-size: 28rpx;
  98. margin-left: 20rpx;
  99. margin-bottom: 20rpx;
  100. }
  101. .subscribe{
  102. position: fixed;
  103. padding: 24rpx 30rpx 80rpx;
  104. bottom: 180rpx;
  105. left: 0;
  106. background: #fff;
  107. z-index: 9;
  108. border-top: 1px solid rgba(245, 245, 245, 1);
  109. display: flex;
  110. justify-content: space-between;
  111. width: 100%;
  112. height: 34rpx;
  113. }
  114. .subscribe .notice{
  115. width: 34rpx;
  116. height: 34rpx;
  117. position: absolute;
  118. left: 10px;
  119. top: 35rpx;
  120. }
  121. .subscribe .noticeMsg{
  122. padding-left:60rpx;
  123. color: red;
  124. }
  125. .add{
  126. width: 64rpx;
  127. height: 64rpx;
  128. }