index1.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. page {
  2. height:100% ;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. #size{
  7. margin: 30px;
  8. background-color: #00BFFF;
  9. }
  10. .border {
  11. /* width: 100%; */
  12. position: relative;
  13. /* height:100%; */
  14. padding: 0 15px;
  15. padding-top: 50px;
  16. padding-bottom: 40px;
  17. /* height: 600px; */
  18. background: -webkit-linear-gradient(top, #1E37EB 0%, #0FC6A1 100%);
  19. background: linear-gradient(180deg, #1E37EB 0%, #0FC6A1 100%);
  20. }
  21. .content {
  22. padding: 45px 17px;
  23. background-color: #FFFFFF;
  24. border-radius: 12px;
  25. margin-bottom: 170px;
  26. }
  27. .btimg {
  28. position: absolute;
  29. left: 0;
  30. bottom: 0;
  31. }
  32. .icon {
  33. position: absolute;
  34. top: 23px;
  35. right: 15px;
  36. height: 80px;
  37. width: 80px;
  38. }
  39. .title_1 {
  40. text-align: center;
  41. font-size: 26px;
  42. font-weight: bold;
  43. line-height: 88px;
  44. color: #23459D;
  45. opacity: 1;
  46. }
  47. .title_2 {
  48. text-align: center;
  49. font-size: 20px;
  50. font-weight: bold;
  51. line-height: 34px;
  52. color: #333333;
  53. opacity: 1;
  54. margin-top: 10px;
  55. margin-bottom: 20px;
  56. }
  57. .text_1 {
  58. font-size: 14px;
  59. font-weight: 400;
  60. line-height: 21px;
  61. color: #333333;
  62. opacity: 1;
  63. }
  64. .tip_share {
  65. display: -webkit-box;
  66. display: -webkit-flex;
  67. display: flex;
  68. margin-top: 32px;
  69. }
  70. .left_share {
  71. -webkit-box-flex: 1;
  72. -webkit-flex: 1;
  73. flex: 1;
  74. }
  75. .left_share image {
  76. height: 60px;
  77. width: 60px;
  78. margin-left: 30px;
  79. /* right: 17px; */
  80. }
  81. .right_share {
  82. text-align: right;
  83. margin-top: 8px;
  84. font-size: 14px;
  85. font-weight: 400;
  86. line-height: 21px;
  87. color: #333333;
  88. opacity: 1;
  89. }