index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f0f0f0;
  5. }
  6. .top {
  7. padding: 0 0 10px 0;
  8. margin: 0 0 20px 0;
  9. background-color: #ffffff;
  10. height: 200px;
  11. }
  12. .zero {
  13. border-bottom: 1px solid #dddddd;
  14. padding: 20px 0 0 0;
  15. margin: 0 20px;
  16. height: 50px;
  17. }
  18. .one {
  19. border-bottom: 1px solid #dddddd;
  20. margin: 0 20px;
  21. height: 40px;
  22. }
  23. .text {
  24. position: relative;
  25. top: 10px;
  26. width: 40%;
  27. font-size: 14px;
  28. }
  29. .tou {
  30. width: 50px;
  31. height: 50px;
  32. position: relative;
  33. left: 280px;
  34. top: -30px;
  35. }
  36. .back {
  37. width: 30rpx;
  38. height: 30rpx;
  39. transform-origin: 50% 50%;
  40. transform: rotate(-90deg);
  41. }
  42. .input {
  43. position: relative;
  44. text-align: right;
  45. left: 130px;
  46. top: -10px;
  47. width: 60%;
  48. font-size: 16px;
  49. }
  50. .bottom {
  51. background-color: #ffffff;
  52. }
  53. .two_title {
  54. font-size: 16px;
  55. padding: 20px 0 0 20px;
  56. }
  57. .two_1 {
  58. padding: 10px 8px;
  59. width: 20%;
  60. float: left;
  61. text-align: center;
  62. }
  63. .team_1 {
  64. margin: 7px;
  65. width: 60px;
  66. height: 60px;
  67. background-color: #f8f8f8;
  68. border-radius: 60px;
  69. }
  70. .tianjia{
  71. padding: 17px 0 0 0;
  72. }
  73. .two_logo1 {
  74. margin: 4px 2px;
  75. width: 45px;
  76. height: 50px;
  77. }
  78. .two_jian {
  79. position: relative;
  80. top: -15px;
  81. left: 20px;
  82. width: 20px;
  83. height: 20px;
  84. }
  85. .team_text {
  86. font-size: 12px;
  87. color: #555;
  88. }
  89. .btn-area{
  90. width: 100%;
  91. position: absolute;
  92. bottom: 0px;
  93. background-color: #fff;
  94. height: 60px;
  95. }
  96. .button {
  97. position: relative;
  98. top: 10px;
  99. width: 300px !important;
  100. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  101. border-radius: 30px;
  102. color: #ffffff;
  103. text-align: center;
  104. font-size: small;
  105. }