exhibition-register.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .exhibition-detail {
  2. padding: 0 46rpx;
  3. }
  4. .exhibition-detail image {
  5. width: 100rpx;
  6. height: 100rpx;
  7. }
  8. .exhibition-header {
  9. padding-left: 42rpx;
  10. margin-top: 20rpx;
  11. }
  12. .exhibition-title {
  13. color: #111;
  14. font-weight: bold;
  15. font-size: 40rpx;
  16. margin-bottom: 10rpx;
  17. }
  18. .exhibition-time {
  19. color: #A3A4A5;
  20. margin-bottom: 20rpx;
  21. }
  22. .exhibition-ad image {
  23. width: 100%;
  24. height: 284rpx;
  25. margin: 34rpx 0 0;
  26. }
  27. .exhibition-intro {
  28. padding: 0 46rpx 0;
  29. }
  30. .intro-item {
  31. padding-top: 38rpx;
  32. padding-bottom: 46rpx;
  33. border-bottom: 2rpx solid #E5E5E5;
  34. }
  35. .intro-title {
  36. font-size: 34rpx;
  37. font-weight: bold;
  38. margin-bottom: 14rpx;
  39. }
  40. /* page {
  41. background: #F7F7F7;
  42. color: #131D34;
  43. font-size: 30rpx;
  44. padding-bottom: 216rpx;
  45. }
  46. .exhibition-name {
  47. height: 104rpx;
  48. line-height: 104rpx;
  49. font-size: 40rpx;
  50. text-align: center;
  51. background: #fff;
  52. margin-bottom: 40rpx;
  53. font-weight: bold;
  54. }
  55. .form {
  56. background: #fff;
  57. padding: 0 54rpx 0 58rpx;
  58. margin-bottom: 40rpx;
  59. }
  60. .form-item {
  61. display: flex;
  62. height: 100rpx;
  63. align-items: center;
  64. border-bottom: 2rpx solid #e5e5e5;
  65. }
  66. .form-item:last-child {
  67. border-bottom: none;
  68. }
  69. .label {
  70. font-weight: 400;
  71. margin-right: 20rpx;
  72. }
  73. .form-content {
  74. flex: 1;
  75. text-align: right;
  76. }
  77. .required {
  78. position: relative;
  79. }
  80. .required::after {
  81. content: '*';
  82. display: block;
  83. color: #F56C6C;
  84. position: absolute;
  85. right: -15rpx;
  86. top: 50%;
  87. transform: translateY(-50%);
  88. }
  89. .submit-w {
  90. padding: 28rpx 46rpx;
  91. box-shadow:0px -2px 8px rgba(0,0,0,0.05);
  92. position: fixed;
  93. bottom: 0;
  94. width: 100%;
  95. z-index: 111;
  96. background: #fff;
  97. }
  98. .submit-button {
  99. background: #17D2D2;
  100. color: #131D34;
  101. height: 96rpx;
  102. line-height: 96rpx;
  103. text-align: center;
  104. font-weight: bold;
  105. border-radius: 8rpx;
  106. } */