publisherLogin.wxss 1.2 KB

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