activityPublish.wxss 993 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. .button {
  24. margin: 10rpx;
  25. }
  26. .title2 {
  27. align-self: center;
  28. font-size: 35rpx;
  29. margin-top: 100rpx;
  30. margin-bottom: 70rpx;
  31. }
  32. .block {
  33. display: flex;
  34. align-items: center;
  35. margin: 4rpx 0rpx;
  36. padding: 20rpx 40rpx;
  37. font-size: 30rpx;
  38. background-color: #FFFFFF;
  39. }
  40. .cate {
  41. width: 160rpx;
  42. }
  43. .input {
  44. width: 500rpx;
  45. }
  46. .con {
  47. display: flex;
  48. flex-direction: column;
  49. align-items: center;
  50. }
  51. .con1 {
  52. margin: 40rpx;
  53. font-size: 50rpx;
  54. font-weight: 800;
  55. }
  56. .con2 {
  57. font-size: 35rpx;
  58. margin: 50rpx;
  59. }
  60. .success-icon {
  61. width: 200rpx;
  62. height: 200rpx;
  63. }