info.wxss 1.6 KB

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