index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* nova-werun/pages/activity/detail-activity/index.wxss */
  2. .all{
  3. width: 100vw;
  4. .box {
  5. // position: relative;
  6. .swiper {
  7. height: 500rpx;
  8. }
  9. .detail {
  10. position: absolute;
  11. background: white;
  12. width: 100%;
  13. // top: 400rpx;
  14. border-radius: 30rpx 30rpx 0 0;
  15. padding: 20rpx;
  16. .name {
  17. margin: 20rpx 0;
  18. .title {
  19. font-size: 40rpx;
  20. font-weight: bold;
  21. font-family: "华文琥珀";
  22. }
  23. .desc {
  24. margin: 20rpx;
  25. font-size: 25rpx;
  26. // white-space: nowrap;
  27. // text-overflow: ellipsis;
  28. // overflow: hidden;
  29. }
  30. }
  31. .detailbox{
  32. width: 100%;
  33. height: auto;
  34. // position: relative;
  35. .item {
  36. display: flex;
  37. align-items: center;
  38. padding: 30rpx 0 20rpx 0rpx;
  39. margin: 0 30rpx;
  40. border-bottom: 1rpx solid rgb(224, 224, 224);
  41. .title {
  42. font-size: 30rpx;
  43. margin-right: 20rpx;
  44. align-items: center;
  45. font-weight: bold;
  46. van-icon {
  47. font-size: 30rpx;
  48. }
  49. }
  50. .common {
  51. font-size: 28rpx;
  52. van-icon {
  53. margin-right: 10rpx;
  54. }
  55. .arLog {
  56. display: flex;
  57. align-items: center;
  58. padding: 10rpx 0;
  59. color: #7F56B2;
  60. font-weight: bold;
  61. }
  62. }
  63. }
  64. .item2{
  65. display: flex;
  66. padding: 30rpx 0 20rpx 0rpx;
  67. margin: 0 30rpx;
  68. border-bottom: 1rpx solid rgb(224, 224, 224);
  69. .title {
  70. font-size: 30rpx;
  71. margin-right: 20rpx;
  72. align-items: center;
  73. font-weight: bold;
  74. }
  75. .common{
  76. width: 510rpx;
  77. font-size: 28rpx;
  78. }
  79. }
  80. .btn {
  81. // width: 500rpx;
  82. // height: 80rpx;
  83. margin: 30rpx 0;
  84. background: #4F9AF7;
  85. font-size: 35rpx;
  86. // position: fixed;
  87. }
  88. }
  89. .popup{
  90. width: 100%;
  91. height: 70vh;
  92. .submit{
  93. width: 90%;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. height: 80rpx;
  98. font-size: 35rpx;
  99. background: #4F9AF7;
  100. position: absolute;
  101. bottom: 0;
  102. left: 5%;
  103. border-radius: 15rpx;
  104. }
  105. }
  106. }
  107. }
  108. }