publisherLogin.wxss 1.2 KB

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