index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 0 30rpx;
  5. }
  6. .main .topBtn {
  7. float: left;
  8. width: 100%;
  9. margin: 0 0 30rpx 0;
  10. }
  11. .main .topBtn .title {
  12. float: left;
  13. width: 100%;
  14. font-size: 30rpx;
  15. font-family: Source Han Sans SC;
  16. font-weight: bold;
  17. color: rgba(40, 40, 40, 1);
  18. margin: 60rpx 0 30rpx 0;
  19. }
  20. .main .topBtn .topCLick {
  21. float: left;
  22. width: 100%;
  23. height: 217rpx;
  24. background: rgba(255, 255, 255, 1);
  25. box-shadow: 3px 3px 3px rgba(237, 33, 52, 0.1);
  26. /* box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1); */
  27. border-radius: 20px;
  28. margin-top: 10px;
  29. }
  30. .main .topBtn .topCLick div {
  31. float: left;
  32. width: 120rpx;
  33. text-align: center;
  34. margin: 40rpx 110rpx;
  35. }
  36. .main .topBtn .topCLick div image {
  37. float: left;
  38. width: 99rpx;
  39. height: 99rpx;
  40. margin-left: 12rpx;
  41. }
  42. .main .topBtn .topCLick div button {
  43. padding: 0;
  44. width: 120rpx;
  45. font-size: 30rpx;
  46. font-family: Source Han Sans SC;
  47. font-weight: 400;
  48. color: rgba(40, 40, 40, 1);
  49. background: transparent;
  50. }
  51. .main .functBtn {
  52. float: left;
  53. width: 100%;
  54. height: 370rpx;
  55. background: rgba(255, 255, 255, 1);
  56. box-shadow: 3px 3px 3px rgba(237,33,52,0.1);
  57. /* box-shadow: 0px -3px 3px 0px rgba(237,33,52,0.1),
  58. -3px 0px 0px 0px rgba(237,33,52,0.1),
  59. 3px 0px 0px 0px rgba(237,33,52,0.1),
  60. 0px 3px 0px 0px rgba(237,33,52,0.1); */
  61. border-radius: 20px;
  62. margin-top: 10px;
  63. margin-bottom: 30px;
  64. }
  65. .main .functBtn button {
  66. float: left;
  67. width: 90%;
  68. margin-left: 5%;
  69. height: 108rpx;
  70. line-height: 108rpx;
  71. text-align: left;
  72. border-bottom: 1px solid #eeeeee;
  73. background: transparent;
  74. border-radius: 0;
  75. font-size: 28rpx;
  76. font-family: Source Han Sans SC;
  77. font-weight: 400;
  78. color: rgba(40, 40, 40, 1);
  79. padding: 0;
  80. }
  81. .main .functBtn button span {
  82. float: right;
  83. padding: 0 20rpx 0 0;
  84. color: #545050;
  85. font-size: 40rpx;
  86. }
  87. .home .down {
  88. float: left;
  89. width: 100%;
  90. position: relative;
  91. z-index: 999;
  92. }
  93. .home .down .tabber {
  94. float: left;
  95. width: 100%;
  96. margin: 100rpx 0 0 0;
  97. }
  98. .contactus {
  99. color: #000;
  100. float: right;
  101. font-size: 14px;
  102. margin-top: 40rpx;
  103. }
  104. .main .quitlogin{
  105. width: 100%;
  106. height: 80rpx;
  107. background: rgba(233, 2, 29, 1);
  108. color: #fff;
  109. /* box-shadow: 3px 3px 3px rgba(237,33,52,0.1); */
  110. /* box-shadow: 0px -3px 3px 0px rgba(237,33,52,0.1),
  111. -3px 0px 0px 0px rgba(237,33,52,0.1),
  112. 3px 0px 0px 0px rgba(237,33,52,0.1),
  113. 0px 3px 0px 0px rgba(237,33,52,0.1); */
  114. border-radius: 20px;
  115. margin-top: 10px;
  116. }