activityPublish.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* miniprogram/pages/logIn1/logIn1.wxss */
  2. .title {
  3. font-size: 40rpx;
  4. padding: 15px 20px;
  5. height: 30px;
  6. font-weight: 800;
  7. }
  8. .subTitle {
  9. font-size: 35rpx;
  10. margin: 20rpx 40rpx;
  11. font-weight: 800;
  12. }
  13. .thirdTitle {
  14. font-size: 35rpx;
  15. margin: 20rpx 40rpx;
  16. font-weight: 600;
  17. }
  18. .picker-date {
  19. width:450rpx;
  20. text-align:center;
  21. }
  22. .picker-time {
  23. width:210rpx;
  24. text-align:center;
  25. }
  26. .checkbox {
  27. transform:scale(0.8);
  28. margin-left:10rpx;
  29. }
  30. .checkbox-group {
  31. width:450rpx;
  32. }
  33. .text {
  34. font-size: 30rpx;
  35. margin: 10rpx 40rpx;
  36. }
  37. .button {
  38. margin-top:40rpx;
  39. margin-bottom: 40rpx;
  40. }
  41. .title2 {
  42. align-self: center;
  43. font-size: 50rpx;
  44. font-weight: 800;
  45. margin-top: 100rpx;
  46. margin-bottom: 70rpx;
  47. }
  48. .block {
  49. display: flex;
  50. margin: 20rpx 40rpx;
  51. font-size: 35rpx;
  52. align-items: center;
  53. }
  54. .block2 {
  55. display: flex;
  56. margin: 20rpx 40rpx;
  57. font-size: 35rpx;
  58. }
  59. .block22 {
  60. display: flex;
  61. }
  62. .input {
  63. border-radius: 10rpx;
  64. width: 450rpx;
  65. padding: 0 20rpx;
  66. }
  67. .textarea {
  68. border-radius: 10rpx;
  69. width: 450rpx;
  70. height: 200rpx;
  71. padding: 0 20rpx;
  72. }
  73. .poster {
  74. width: 450rpx;
  75. height: 270rpx;
  76. }
  77. .picture {
  78. width: 100rpx;
  79. height: 100rpx;
  80. }
  81. .cate {
  82. width: 160rpx;
  83. text-align: right;
  84. }
  85. .con {
  86. display: flex;
  87. flex-direction: column;
  88. align-items: center;
  89. }
  90. .con1 {
  91. margin: 40rpx;
  92. font-size: 50rpx;
  93. font-weight: 800;
  94. }
  95. .con2 {
  96. font-size: 35rpx;
  97. margin: 50rpx;
  98. }
  99. .success-icon {
  100. width: 200rpx;
  101. height: 200rpx;
  102. }