share.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. page {
  2. height: 100%;
  3. }
  4. #size {
  5. margin: 30px;
  6. background-color: #00BFFF;
  7. }
  8. .border {
  9. /* width: 100%; */
  10. position: relative;
  11. /* min-height:100vh; */
  12. padding: 0 15px;
  13. padding-top: 50px;
  14. padding-bottom: 40px;
  15. /* height: 600px; */
  16. background: -webkit-linear-gradient(top, #1E37EB 0%, #0FC6A1 100%);
  17. background: linear-gradient(180deg, #1E37EB 0%, #0FC6A1 100%);
  18. }
  19. /* #shareImage{
  20. height: 100vh;
  21. width: 100%;
  22. } */
  23. .down {
  24. position: fixed;
  25. bottom: 0;
  26. height: 100rpx;
  27. line-height: 100rpx;
  28. width: 100%;
  29. text-align: center;
  30. z-index: 9999999999999;
  31. }
  32. .right_arrow {
  33. display: inline-block;
  34. vertical-align: center;
  35. height: 42rpx;
  36. width: 100rpx;
  37. margin: 0 10rpx;
  38. }
  39. .down view {
  40. width: 40%;
  41. margin-left: 30%;
  42. text-align: center;
  43. font-size: 30rpx;
  44. height: 80rpx;
  45. line-height: 80rpx;
  46. color: #FFFFFF;
  47. border-radius: 12rpx;
  48. background-color: rgba(238, 82, 32, 0.8);
  49. }
  50. .content {
  51. padding: 60rpx 34rpx;
  52. background-color: #FFFFFF;
  53. border-radius: 12px;
  54. margin-bottom: 140px;
  55. }
  56. .btimg {
  57. position: absolute;
  58. left: 0;
  59. bottom: 0;
  60. width: 100%;
  61. height: 408rpx;
  62. }
  63. .icon {
  64. position: absolute;
  65. top: 46rpx;
  66. right: 30rpx;
  67. height: 80px;
  68. width: 80px;
  69. }
  70. .title_1 {
  71. text-align: center;
  72. font-size: 52rpx;
  73. font-weight: bold;
  74. height: 112rpx;
  75. margin-top: 10rpx;
  76. line-height: 112rpx;
  77. color: #23459D;
  78. opacity: 1;
  79. }
  80. .title_2 {
  81. text-align: center;
  82. font-size: 20px;
  83. font-weight: bold;
  84. line-height: 34px;
  85. color: #333333;
  86. opacity: 1;
  87. margin-top: 30rpx;
  88. margin-bottom: 20px;
  89. }
  90. .text_1 {
  91. font-size: 28rpx;
  92. font-weight: 400;
  93. line-height: 21px;
  94. color: #333333;
  95. opacity: 1;
  96. }
  97. .tip_share {
  98. display: -webkit-box;
  99. display: -webkit-flex;
  100. display: flex;
  101. margin-top: 10rpx;
  102. }
  103. .left_share {
  104. -webkit-box-flex: 0;
  105. -webkit-flex: 0 0 80rpx;
  106. flex: 0 0 80rpx;
  107. margin-left: 5%;
  108. }
  109. .left_share image {
  110. height: 80px;
  111. width: 80px;
  112. /* margin-left: 10%; */
  113. /* right: 17px; */
  114. }
  115. .right_share {
  116. -webkit-box-flex: 1;
  117. -webkit-flex: 1;
  118. flex: 1;
  119. text-align: right;
  120. margin-top: 8px;
  121. font-size: 14px;
  122. font-weight: 400;
  123. line-height: 21px;
  124. color: #333333;
  125. opacity: 1;
  126. }