index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* pages/guildMessage/index.wxss */
  2. .title-text {
  3. margin-left: 30rpx;
  4. font-size: 36rpx;
  5. font-weight: 600;
  6. line-height: 90rpx;
  7. color: #333333;
  8. }
  9. .carding {
  10. margin-left: 30rpx;
  11. width: 690rpx;
  12. height: 300rpx;
  13. background: #FFFFFF;
  14. border-radius: 24rpx;
  15. }
  16. .carding .top {
  17. display: flex;
  18. align-items: center;
  19. width: 100%;
  20. height: 80rpx;
  21. }
  22. .carding .top .title {
  23. margin-left: 20rpx;
  24. font-size: 28rpx;
  25. font-weight: 400;
  26. line-height: 80rpx;
  27. color: #333333;
  28. flex: 1;
  29. }
  30. .carding .top .img {
  31. margin-right: 20rpx;
  32. width: 56rpx;
  33. height: 56rpx;
  34. }
  35. .carding_content {
  36. margin-top: 16rpx;
  37. width: 590rpx;
  38. margin-left: 50rpx;
  39. display: flex;
  40. align-items: center;
  41. position: relative;
  42. }
  43. .carding_item {
  44. z-index: 11;
  45. margin-right: 31rpx;
  46. width: 72rpx;
  47. display: flex;
  48. flex-direction: column;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .carding__img {
  53. width: 72rpx;
  54. height: 72rpx;
  55. }
  56. .carding_number {
  57. margin-top: 5rpx;
  58. font-size: 24rpx;
  59. font-weight: 400;
  60. color: #333333;
  61. }
  62. .viewData {
  63. margin-top: 20rpx;
  64. width: 100%;
  65. height: 50rpx;
  66. text-align: center;
  67. line-height: 50rpx;
  68. font-size: 24rpx;
  69. font-weight: 400;
  70. color: #999999;
  71. }
  72. .line_show {
  73. margin-left: 10rpx;
  74. z-index: 8;
  75. position: absolute;
  76. width: 534rpx;
  77. height: 4rpx;
  78. background: #F9DB55;
  79. top: 36rpx;
  80. }
  81. /* <view class="carding_content">
  82. <view class="carding_item">
  83. <image class="carding__img"></image>
  84. <view class="carding_number">几号</view>
  85. </view>
  86. </view> */
  87. /* ================================================= */
  88. .use-popup {
  89. width: 640rpx;
  90. height: 598rpx;
  91. background: #FFFFFF;
  92. border-radius: 40rpx;
  93. padding: 60rpx 48rpx;
  94. box-sizing: border-box;
  95. position: relative;
  96. /* justify-content: center; */
  97. /* justify-content: space-evenly; */
  98. }
  99. .use-popup .close-img {
  100. width: 56rpx;
  101. height: 56rpx;
  102. /* background: red; */
  103. position: absolute;
  104. top: 16rpx;
  105. right: 16rpx;
  106. }
  107. .use-popup .title {
  108. /* margin-top: 60rpx; */
  109. font-size: 36rpx;
  110. font-family: PingFangSC-Medium, PingFang SC;
  111. font-weight: 500;
  112. color: #000000;
  113. }
  114. .use-popup .text-cotent {
  115. /* background-color: red; */
  116. overflow-y: scroll;
  117. text-align: left;
  118. /* height: 100%; */
  119. }
  120. .title_guild {
  121. margin-bottom: 30rpx;
  122. width: 520rpx;
  123. text-align: center;
  124. font-size: 36rpx;
  125. font-weight: 500;
  126. color: #000000;
  127. }
  128. .inText {
  129. margin-top: 20rpx;
  130. width: 540rpx;
  131. font-size: 28rpx;
  132. font-weight: 400;
  133. color: #000000;
  134. line-height: 40rpx;
  135. }
  136. .skin-popup .wux-landscape__inner {
  137. padding: 0 !important;
  138. }
  139. .skin-popup .popup-index--wux-popup {
  140. width: 650rpx !important;
  141. max-width: 650rpx !important;
  142. }