publisherLogin.wxss 1.2 KB

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