shareGift.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /* pages/share/share.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .banner{
  6. width:400rpx;
  7. height: 400rpx;
  8. /* margin:20rpx auto; */
  9. margin:60rpx auto;
  10. }
  11. .banner image{
  12. display: block;
  13. width:400rpx;
  14. min-height: 0;
  15. margin: 0 auto;
  16. }
  17. image.card_src{
  18. margin-top: 70rpx;
  19. }
  20. .choose_wrap{
  21. height: 86rpx;
  22. padding:30rpx 0;
  23. background-color: #f2f2f2;
  24. }
  25. .choose_content{
  26. width: 100%;
  27. height: 100%;
  28. background-color: #fff;
  29. position: relative;
  30. }
  31. .user_photo{
  32. float:left;
  33. width: 62rpx;
  34. height: 62rpx;
  35. margin:12rpx 24rpx 0 36rpx;
  36. }
  37. .choose_msg{
  38. font-size: 30rpx;
  39. line-height: 86rpx;
  40. }
  41. .choose_icon{
  42. width: 20rpx;
  43. height: 32rpx;
  44. position: absolute;
  45. top:27rpx;
  46. right: 40rpx;
  47. }
  48. .msg_tetxarea{
  49. width: 710rpx;
  50. height: 150rpx;
  51. padding:20rpx;
  52. font-size: 30rpx;
  53. line-height: 40rpx;
  54. color: #aaa;
  55. background-color: #fff;
  56. }
  57. .send_btn{
  58. width: 88%;
  59. height: 96rpx;
  60. font-size: 34rpx;
  61. line-height: 96rpx;
  62. color: #fff;
  63. text-align: center;
  64. background-color: #169bd5;
  65. position: fixed;
  66. bottom: 20rpx;
  67. left:6%;
  68. border-radius: 8rpx;
  69. z-index: 1;
  70. }
  71. /* 选择朋友按钮 */
  72. button.save_btn,.save_btn{
  73. width:100%;
  74. height: 98rpx;
  75. line-height: 98rpx;
  76. position: fixed;
  77. left: 0;
  78. bottom: 0;
  79. z-index: 1;
  80. font-size: 24rpx;
  81. color:#fff;
  82. background-color:#b4a078;
  83. border-radius:0px;
  84. border: 0px none;
  85. padding:0;
  86. -webkit-transform:scale(1);
  87. transform:scale(1);
  88. text-align: center;
  89. }
  90. button::after{
  91. content:"";
  92. }
  93. .write_msg{
  94. padding-top:15rpx;
  95. background-color:#e2e2e2;
  96. }
  97. /* 上传图片 */
  98. .upload_wrap{
  99. padding:20rpx;
  100. }
  101. .upload_img_wrap{
  102. float:left;
  103. width: 110rpx;
  104. height: 110rpx;
  105. margin: 25rpx;
  106. position: relative;
  107. }
  108. .delete_img{
  109. width: 30rpx;
  110. height: 30rpx;
  111. position: absolute;
  112. top: -15rpx;
  113. right: -15rpx;
  114. z-index: 2;
  115. }
  116. .upload_img{
  117. width: 110rpx;
  118. height: 110rpx;
  119. }
  120. .button-hover[plain]{
  121. color:#fff;
  122. background-color: #b4a078;
  123. }
  124. .card_space{
  125. width: 100%;
  126. height: 15rpx;
  127. background-color: #e2e2e2;
  128. }
  129. /* 选择场景 */
  130. .card_title{
  131. font-size: 30rpx;
  132. color: #222;
  133. padding: 32rpx 0 48rpx 30rpx;
  134. }
  135. .card_list{
  136. width:100%;
  137. color:#fff;
  138. overflow : auto ;
  139. }
  140. .card_list_cont{
  141. white-space: nowrap;
  142. }
  143. .each_card_wrap{
  144. display: inline-block;
  145. width: 33%;
  146. }
  147. .each_card_cont{
  148. width: 206rpx;
  149. margin: 0 auto;
  150. position: relative;
  151. padding-top: 12rpx;
  152. }
  153. .card_img{
  154. display: block;
  155. width: 206rpx;
  156. margin: 0 auto;
  157. }
  158. .card_intro{
  159. font-size: 18rpx;
  160. line-height: 44rpx;
  161. color: #3a3c49;
  162. text-align: center;
  163. }
  164. .card_select{
  165. display: block;
  166. width: 36rpx;
  167. height: 36rpx;
  168. position: absolute;
  169. top: 0;
  170. right: -12rpx;
  171. z-index: 2;
  172. }