one.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /* compontents/chat/chat.wxss */
  2. .works {
  3. width: 100%;
  4. margin: 20rpx 0;
  5. border-radius: 25rpx;
  6. padding: 20rpx 0;
  7. box-sizing: border-box;
  8. background: #fff;
  9. position: relative;
  10. }
  11. /* 分享评论 */
  12. .works {
  13. padding: 16rpx 25rpx;
  14. }
  15. .works .title {
  16. position:relative;
  17. width: 100%;
  18. text-align: center;
  19. font-size: 32rpx;
  20. font-weight: 600;
  21. border-bottom: 2rpx #dcdcdc solid;
  22. padding-bottom: 16rpx;
  23. background: #fff;
  24. }
  25. .xing {
  26. width: 20rpx;
  27. height: 20rpx;
  28. margin: 0 10rpx;
  29. }
  30. .uploading {
  31. position: absolute;
  32. right: 0;
  33. top: 10rpx;
  34. font-size: 24rpx;
  35. }
  36. .share-con,
  37. .questions {
  38. position:relative;
  39. margin-top: 28rpx;
  40. padding-bottom: 58rpx;
  41. border-bottom: 2rpx #dcdcdc solid;
  42. }
  43. .share-con .head {
  44. position:relative;
  45. padding:20rpx 0;
  46. }
  47. .head-img {
  48. width: 86rpx;
  49. height: 86rpx;
  50. float: left;
  51. margin-right: 18rpx;
  52. }
  53. .head-img image {
  54. width: 100%;
  55. height: 100%;
  56. border-radius: 50%;
  57. }
  58. .lesson-name {
  59. display: flex;
  60. flex-direction: column;
  61. margin: 8rpx 16rpx;
  62. }
  63. .lesson-name text:nth-child(1) {
  64. height: 38rpx;
  65. font-size: 32rpx;
  66. font-weight: 600;
  67. }
  68. .lesson-name text:nth-child(2) {
  69. height: 30rpx;
  70. margin-top: 10rpx;
  71. font-size: 24rpx;
  72. color: #C3C3C3;
  73. }
  74. .picture {
  75. display: flex;
  76. justify-content: center;
  77. margin: 24rpx 112rpx 17rpx 103rpx;
  78. }
  79. .picture image {
  80. width: 236rpx;
  81. height: 176rpx;
  82. border-radius: 15rpx;
  83. }
  84. .picture image:nth-child(2) {
  85. margin-left: 8rpx;
  86. }
  87. .share-up-box {
  88. position: absolute;
  89. right: 0;
  90. top: 20rpx;
  91. height: 100rpx;
  92. width: 100rpx;
  93. }
  94. .share_up {
  95. position: absolute;
  96. right: 0;
  97. top: 0rpx;
  98. height: 19rpx;
  99. width: 19rpx;
  100. }
  101. .message {
  102. position: absolute;
  103. right: 0;
  104. top: 10rpx;
  105. width: 68rpx;
  106. height: 56rpx;
  107. }
  108. .icon {
  109. display: flex;
  110. align-items: center;
  111. margin: 0 112rpx 17rpx 103rpx;
  112. }
  113. .icon view {
  114. display: flex;
  115. align-items: center;
  116. margin-right: 60rpx;
  117. }
  118. .icon .zan {
  119. width: 26rpx;
  120. height: 23rpx;
  121. }
  122. .icon .weatch {
  123. width: 30rpx;
  124. height: 23rpx;
  125. }
  126. .icon .discuss {
  127. width: 32rpx;
  128. height: 29rpx;
  129. }
  130. .icon view text {
  131. font-size: 24rpx;
  132. color: #878787;
  133. margin-left: 14rpx;
  134. }
  135. .more {
  136. margin-top: 18rpx;
  137. font-size: 28rpx;
  138. text-align: center;
  139. color: #787878;
  140. }