share.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .container {
  2. background-color: #99607c;
  3. justify-content: flex-start;
  4. }
  5. .btn {
  6. width: 610rpx;
  7. height: 422rpx;
  8. background-color: #67453c;
  9. margin-top: 212rpx;
  10. border-radius: 14rpx;
  11. z-index: 10;
  12. }
  13. .btn1 {
  14. width: 100%;
  15. height: 402rpx;
  16. background-color: #ffd48b;
  17. position: relative;
  18. border-radius: 14rpx;
  19. top: 0;
  20. }
  21. .panel1 {
  22. width: 100%;
  23. height: 260rpx;
  24. border-bottom: 2rpx solid #e4b06c;
  25. justify-content: flex-start;
  26. }
  27. .line {
  28. width: 16rpx;
  29. height:140rpx;
  30. background-color: #EC4C56;
  31. margin-left: 50rpx;
  32. }
  33. .panel11{
  34. align-items: flex-start;
  35. margin-left: 30rpx;
  36. }
  37. .panel111{
  38. font-size:64rpx;
  39. font-weight: 500;
  40. }
  41. .panel112{
  42. font-size:48rpx;
  43. font-weight: 500;
  44. }
  45. .panel2 {
  46. width: 100%;
  47. height: 140rpx;
  48. background-color: #fec579;
  49. border-bottom-left-radius: 14rpx;
  50. border-bottom-right-radius: 14rpx;
  51. }
  52. .line2 {
  53. width: 2rpx;
  54. height: 90rpx;
  55. background-color: #e4b06c;
  56. }
  57. .panel2_1 {
  58. width: 305rpx;
  59. height: 140rpx;
  60. background-color: #fec579;
  61. border-bottom-left-radius: 14rpx;
  62. justify-content: flex-start;
  63. padding-left: 0;
  64. padding-right: 0;
  65. }
  66. .panel2_1::after {
  67. border: 0px;
  68. }
  69. .panel2_2 {
  70. width: 305rpx;
  71. height: 140rpx;
  72. background-color: #fec579;
  73. border-bottom-right-radius: 14rpx;
  74. justify-content: flex-start;
  75. }
  76. .textTitle {
  77. font-size: 36rpx;
  78. font-weight: 500;
  79. width: 180rpx;
  80. height:50rpx;
  81. margin-top: 30rpx;
  82. }
  83. .textTitle3 {
  84. width: 216rpx;
  85. }
  86. .textTitle1 {
  87. -webkit-text-stroke:8rpx #8B4C28;
  88. position: absolute;
  89. text-align: center;
  90. line-height: 50rpx;
  91. }
  92. .textTitle2 {
  93. color: #FFFFFF;
  94. position: absolute;
  95. text-align: center;
  96. line-height: 50rpx;
  97. }
  98. .panel212{
  99. font-size: 22rpx;
  100. font-weight: 500;
  101. color:#8B4C28;
  102. margin-top: -2rpx;
  103. }
  104. .panel2121{
  105. margin-top: 8rpx;
  106. }
  107. .universalpic_share_guide_bg {
  108. width: 100%;
  109. height: 440rpx;
  110. position: fixed;
  111. bottom: 0;
  112. }
  113. .Canvas{
  114. width: 400px;
  115. height: 300px;
  116. position: fixed;
  117. left:760rpx;
  118. top:0rpx;
  119. }