index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* nova-werun/pages/my/my-profile/index.wxss */
  2. .popup {
  3. height: 70vh;
  4. overflow-y: auto;
  5. .topTitle {
  6. position: fixed;
  7. // top: 300rpx;
  8. left: 0rpx;
  9. z-index: 9;
  10. }
  11. .topBox {
  12. border-radius: 40rpx 40rpx 0 0;
  13. background: white;
  14. width: 100vw;
  15. padding: 20rpx;
  16. border-bottom: 1rpx solid rgb(206, 206, 206);
  17. text-align: center;
  18. font-weight: bold;
  19. }
  20. .registerStartDate {
  21. padding: 20rpx;
  22. display: flex;
  23. align-items: center;
  24. .title {
  25. width: 220rpx;
  26. font-size: 28rpx;
  27. text {
  28. color: red;
  29. }
  30. }
  31. .date {
  32. font-size: 28rpx;
  33. font-weight: bold;
  34. }
  35. }
  36. .registerStartTime {
  37. // height:;
  38. padding: 20rpx;
  39. .title {
  40. width: 220rpx;
  41. font-size: 28rpx;
  42. text {
  43. color: red;
  44. }
  45. }
  46. .box {
  47. display: flex;
  48. margin: 20rpx;
  49. align-items: center;
  50. justify-content: space-between;
  51. padding: 20rpx;
  52. box-shadow: 1rpx 1rpx 10rpx rgb(204, 204, 204);
  53. border-radius: 20rpx;
  54. .time {
  55. .from {
  56. margin: 10rpx 0;
  57. font-size: 35rpx;
  58. van-icon {
  59. font-size: 35rpx;
  60. }
  61. font-weight: bold;
  62. }
  63. .to {
  64. font-size: 28rpx;
  65. van-icon {
  66. font-size: 35rpx;
  67. }
  68. }
  69. }
  70. .btn {
  71. font-size: 30rpx;
  72. background: #4F9AF7;
  73. padding: 10rpx 20rpx;
  74. border-radius: 100rpx;
  75. color: white;
  76. }
  77. }
  78. }
  79. .btn_btm {
  80. width: 100vw;
  81. background: white;
  82. position: fixed;
  83. bottom: 0rpx;
  84. z-index: 9;
  85. button {
  86. color: white;
  87. font-size: 30rpx;
  88. }
  89. }
  90. .revise {
  91. float: right;
  92. background: #4F9AF7;
  93. margin: 20rpx;
  94. }
  95. }
  96. .submitbox{
  97. width: 100%;
  98. height: 80rpx;
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. margin-top: 40rpx;
  103. .submit{
  104. width: 200rpx;
  105. height: 80rpx;
  106. font-size: 30rpx;
  107. color: white;
  108. background-color: #4F9AF7;
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. border-radius: 40rpx;
  113. }
  114. }
  115. .company {
  116. margin: 20rpx;
  117. .name {
  118. font-size: 26rpx;
  119. margin: 20rpx 40rpx;
  120. padding: 20rpx;
  121. border-bottom: 1rpx solid rgb(243, 243, 243);
  122. }
  123. }