activityPublish.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. .sub-title {
  9. font-size: 35rpx;
  10. margin: 20rpx 40rpx;
  11. }
  12. .radio {
  13. transform: scale(0.8);
  14. margin-left: 10rpx;
  15. }
  16. .radio-group {
  17. width: 500rpx;
  18. }
  19. .text {
  20. font-size: 30rpx;
  21. margin: 10rpx 40rpx;
  22. }
  23. .buttons {
  24. display: flex;
  25. flex-direction: column;
  26. }
  27. .button {
  28. margin: 20rpx;
  29. }
  30. .title2 {
  31. align-self: center;
  32. font-size: 35rpx;
  33. margin-top: 100rpx;
  34. margin-bottom: 70rpx;
  35. }
  36. .block {
  37. display: flex;
  38. align-items: center;
  39. margin: 4rpx 0rpx;
  40. padding: 20rpx 40rpx;
  41. font-size: 30rpx;
  42. background-color: #FFFFFF;
  43. }
  44. .cate {
  45. width: 160rpx;
  46. }
  47. .input {
  48. width: 500rpx;
  49. }
  50. .con {
  51. display: flex;
  52. flex-direction: column;
  53. align-items: center;
  54. }
  55. .con1 {
  56. margin: 40rpx;
  57. font-size: 50rpx;
  58. font-weight: 800;
  59. }
  60. .con2 {
  61. font-size: 35rpx;
  62. margin: 50rpx;
  63. }
  64. .success-icon {
  65. width: 200rpx;
  66. height: 200rpx;
  67. }