activityPublish.wxss 1.1 KB

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