edit.wxss 857 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @import "../../../../lib/style/main.wxss";
  2. page {
  3. background-color: var(--fg);
  4. }
  5. .item:last-child {
  6. border-bottom: 0;
  7. }
  8. .radio {
  9. margin-right: 1em;
  10. }
  11. .radio:last-child {
  12. margin: 0;
  13. }
  14. .radioGroup image {
  15. height: 1em;
  16. width: 1em;
  17. margin-right: 0.4em;
  18. }
  19. .btn {
  20. border-radius: var(--raduis);
  21. width: 72%;
  22. text-align: center;
  23. padding: 0.72em;
  24. }
  25. .danger {
  26. background-color: #ff0039;
  27. }
  28. .btn.danger {
  29. color: #fff;
  30. }
  31. .sponsorsContainer {
  32. padding: var(--sizenor);
  33. }
  34. .sponsorsContainer .level {
  35. margin-top: 1em;
  36. }
  37. .sponsorsContainer .level:first-child {
  38. margin-top: 0;
  39. }
  40. .sponsorsContainer .levelTitle {
  41. color: #ccc;
  42. font-size: var(--txtsub);
  43. flex-direction: column;
  44. margin-bottom: var(--sizenor);
  45. }
  46. .level:first-child image {
  47. height: 100rpx;
  48. width: 300rpx;
  49. }
  50. .level image {
  51. height: 90rpx;
  52. width: 270rpx;
  53. }