sharePianoImg.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* pages/Components/sharePianoImg/sharePianoImg.wxss */
  2. .bg{
  3. z-index: 1;
  4. width: 750rpx;
  5. height: 100%;
  6. top: 0;
  7. left: 0;
  8. opacity: 0.3;
  9. background: #333;
  10. position: fixed;
  11. }
  12. .show-box {
  13. top: 300rpx;
  14. left: 50%;
  15. margin-left: -295rpx;
  16. width: 590rpx;
  17. height: 840rpx;
  18. box-sizing: border-box;
  19. background-color: #fff;
  20. border-radius: 10rpx;
  21. padding: 30rpx 24rpx;
  22. position: fixed;
  23. z-index: 999;
  24. }
  25. .sb-top-avatar {
  26. margin-right: 12rpx;
  27. width: 180rpx;
  28. height: 120rpx;
  29. }
  30. .avatar{
  31. margin-right: 12rpx;
  32. width: 64rpx;
  33. height: 64rpx;
  34. border-radius: 50%;
  35. }
  36. .avatar image{
  37. border-radius: 50%;
  38. }
  39. .sb-top {
  40. display: flex;
  41. font-size: 22rpx;
  42. color: #C5C5C5;
  43. }
  44. .sb-right{
  45. height: 120rpx;
  46. }
  47. .sb-right cover-view{
  48. height: 40rpx;
  49. line-height: 40rpx;
  50. word-wrap: break-word;
  51. word-break: break-all;
  52. width:420rpx;
  53. }
  54. .sb-right-name {
  55. font-size: 32rpx;
  56. font-weight: 700;
  57. color: rgba(51, 51, 51, 1);
  58. }
  59. .sb-image {
  60. width: 500rpx;
  61. height: 500rpx;
  62. margin: 20rpx auto;
  63. }
  64. .QRcode-image {
  65. width: 112rpx;
  66. height: 112rpx;
  67. margin-left: 16rpx;
  68. }
  69. .sb-mix_title {
  70. margin-top: 22rpx;
  71. font-size: 32rpx;
  72. color: rgba(51, 51, 51, 1);
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. white-space: nowrap;
  76. text-align: center;
  77. }
  78. .sb-title {
  79. padding-bottom: 15rpx;
  80. font-size: 32rpx;
  81. font-weight: 700;
  82. color: rgba(51, 51, 51, 1);
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. text-align: center;
  87. height: 60rpx;
  88. line-height: 60rpx;
  89. margin-top: 20rpx;
  90. }
  91. .sb-QRcode view {
  92. text-align: center;
  93. font-size: 32rpx;
  94. }
  95. .code-view{
  96. border: 1px solid #ccc;
  97. height: 80rpx;
  98. line-height: 80rpx;
  99. margin: 10rpx 0;
  100. }
  101. .QR-title {
  102. width: 110rpx;
  103. height: auto;
  104. font-size: 20rpx;
  105. color: rgba(153, 153, 153, 1);
  106. line-height: 34rpx;
  107. white-space: initial;
  108. }
  109. .save-image {
  110. font-weight: 600;
  111. /* margin-top: 48rpx; */
  112. width: 224rpx;
  113. height: 64rpx;
  114. line-height: 64rpx;
  115. text-align: center;
  116. border-radius: 40rpx;
  117. font-size: 28rpx;
  118. color: rgba(255, 255, 255, 1);
  119. background: linear-gradient(90deg, rgba(236, 58, 78, 1) 0%, rgba(255, 115, 115, 1) 100%);
  120. }
  121. .bottom-author{
  122. position: fixed;
  123. bottom: 0;
  124. height: 100rpx;
  125. z-index: 999;
  126. background: #000;
  127. color: #FFF;
  128. right: 10rpx;
  129. width: 50% !important;
  130. opacity: 0;
  131. }
  132. .share-view{
  133. display: flex;
  134. }
  135. .share-view>view{
  136. width: 50% !important;
  137. background: #FFF;
  138. }
  139. .share-view>button:first-child{
  140. width: 49%;
  141. border-right: 1px solid #EEE !important;
  142. }
  143. .share-view button{
  144. height: 210rpx;
  145. line-height: 80rpx;
  146. text-align: center;
  147. width: 100% !important;
  148. padding-top: 24rpx;
  149. font-size: 28rpx;
  150. border-radius: 0 !important;
  151. }
  152. .share-view button view{
  153. height: 80rpx;
  154. line-height: 80rpx;
  155. position: relative;
  156. bottom: 20rpx;
  157. }
  158. .share-view image{
  159. width: 80rpx;
  160. height: 80rpx;
  161. position: relative;
  162. top: 20rpx;
  163. }
  164. .isPoster{
  165. position: fixed;
  166. z-index: 999;
  167. top: 1200rpx;
  168. left: 50%;
  169. margin-left: -112rpx;
  170. }
  171. .isPosterBg{
  172. position: fixed;
  173. background-color: rgba(0, 0, 0, 0.5);
  174. width: 100%;
  175. height: 100%;
  176. top: 0;
  177. z-index: 998;
  178. }