index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. page {
  2. background: linear-gradient(90deg, #ff5734, #ff854f);
  3. }
  4. .box {
  5. position: relative;
  6. background: #FFFFFF;
  7. width: 706rpx;
  8. border-radius: 20rpx;
  9. margin: 0 auto;
  10. box-sizing: border-box;
  11. }
  12. .actColor {
  13. color: #ff6139;
  14. }
  15. .actBg {
  16. background: #ff6139;
  17. }
  18. .tag {
  19. width: 32rpx;
  20. height: 32rpx;
  21. margin-right: 10rpx;
  22. }
  23. .btn {
  24. position: relative;
  25. width: 637rpx;
  26. height: 97rpx;
  27. line-height: 92rpx;
  28. margin: 20rpx auto 15rpx;
  29. }
  30. .btn-bg {
  31. width: 100%;
  32. position: absolute;
  33. left: 0;
  34. top: 0;
  35. z-index: 0;
  36. }
  37. .btn .title {
  38. position: relative;
  39. z-index: 1;
  40. color: #FFFFFF;
  41. font-size: 34rpx;
  42. }
  43. .invite-num {
  44. font-size: 60rpx;
  45. }
  46. /*分享begin*/
  47. .ui-mask {
  48. position: fixed;
  49. display: block;
  50. top: 0;
  51. left: 0;
  52. width: 100%;
  53. height: 100%;
  54. z-index: 999;
  55. background: rgba(0, 0, 0, 0.6);
  56. }
  57. .model-services {
  58. width: 100%;
  59. position: fixed;
  60. background-color: #fff;
  61. bottom: 0;
  62. z-index: 1000;
  63. color: #333;
  64. transition: all 0.3s;
  65. transform: translate(0, 100%);
  66. }
  67. .model-services.show {
  68. transform: translate(0);
  69. }
  70. .model-services .model-services-title {
  71. font-size: 36rpx;
  72. text-align: center;
  73. height: 80rpx;
  74. line-height: 80rpx;
  75. border-bottom: 1px solid #f2f5f8;
  76. }
  77. .model-services .model-services-content {
  78. padding: 40rpx;
  79. }
  80. .model-services .model-services-content .service-item {
  81. margin-bottom: 20rpx;
  82. width: 50%;
  83. float: left;
  84. text-align: center;
  85. }
  86. .model-services .model-services-content .service-icon {
  87. font-size: 80rpx;
  88. color: #50b674;
  89. }
  90. .service-name {
  91. padding-left: 10rpx;
  92. }
  93. .none_btn {
  94. border: none;
  95. line-height: 1.1;
  96. padding: 0px;
  97. font-size: 26rpx;
  98. }
  99. button[plain] {
  100. border: none;
  101. }
  102. .shareModal-box {
  103. background: transparent!important;
  104. left: 115rpx!important;
  105. right: 115rpx!important;
  106. bottom: initial!important;
  107. top: 50%;
  108. transform: translateY(-50%)!important;
  109. width: 520rpx!important;
  110. }
  111. .shareModal {
  112. width: 520rpx;
  113. }
  114. .shareBtn {
  115. line-height: 84rpx;
  116. }