info.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* pages/contest/contest.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .home {
  6. width: 40rpx;
  7. height: 40rpx;
  8. position: absolute;
  9. top: 70rpx;
  10. left: 50rpx;
  11. z-index: 99;
  12. }
  13. .page-title {
  14. position: relative;
  15. z-index: 1;
  16. width: 100%;
  17. font-size: 32rpx;
  18. font-weight: 400;
  19. color: #FFFFFF;
  20. padding-top: 68rpx;
  21. text-align: center;
  22. }
  23. .bg {
  24. width: 100%;
  25. position: absolute;
  26. z-index: 0;
  27. }
  28. .form {
  29. padding-top: 370rpx;
  30. }
  31. .form-item {
  32. position: relative;
  33. height: 166rpx;
  34. }
  35. .form-item-bg {
  36. width: 100%;
  37. position: absolute;
  38. z-index: 0;
  39. }
  40. .content {
  41. height: 166rpx;
  42. display: flex;
  43. align-items: center;
  44. position: relative;
  45. z-index: 9;
  46. }
  47. .form-item-label {
  48. padding: 0 40rpx 0 80rpx;
  49. font-size: 32rpx;
  50. font-weight: 550;
  51. color: #161616;
  52. }
  53. input, .select {
  54. padding-left: 24rpx;
  55. width: 500rpx!important;
  56. height: 106rpx;
  57. position: relative;
  58. display: flex;
  59. align-items: center;
  60. }
  61. .picker {
  62. width: 500rpx;
  63. height: 106rpx;
  64. display: flex;
  65. align-items: center;
  66. }
  67. .arrow {
  68. width: 24rpx;
  69. position: absolute;
  70. right: 40rpx;
  71. z-index: 0;
  72. }
  73. .phcolor {
  74. font-size: 32rpx;
  75. line-height: 44rpx;
  76. font-weight: 400;
  77. color: rgba(22, 22, 22,.18);
  78. }
  79. .button {
  80. display: flex;
  81. justify-content: center;
  82. align-items: center;
  83. position: relative;
  84. height: 166rpx;
  85. }
  86. .button-bg {
  87. width: 712rpx;
  88. position: absolute;
  89. z-index: 0;
  90. }
  91. .button-text {
  92. background-image: linear-gradient(to right, #57A8EF, #6247FF);
  93. width: 656rpx;
  94. height: 110rpx;
  95. border-radius: 120rpx;
  96. text-align: center;
  97. position: relative;
  98. z-index: 9;
  99. color: #FFFFFF;
  100. font-size: 48rpx;
  101. line-height: 110rpx;
  102. }
  103. .warning {
  104. display: flex;
  105. align-items: center;
  106. height: 55rpx;
  107. position: relative;
  108. z-index: 10;
  109. }
  110. .warning-icon {
  111. width: 36rpx;
  112. margin: 0 24rpx 0 98rpx;
  113. }
  114. .warning-text {
  115. font-size: 28rpx;
  116. font-weight: 400;
  117. color: #59598D;
  118. }