setting.component.scss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .header {
  2. background: #ffffff;
  3. }
  4. ion-content {
  5. --padding-bottom: 26.6667vw;
  6. background-image: url("https://file-cloud.fmode.cn/uiZD6NisQm/20220831/g1bkbm102855.png") !important;
  7. background-repeat: no-repeat;
  8. background-position: center top;
  9. background-size: 100% 100%;
  10. --background: #ffffff00;
  11. .portrait {
  12. // background-color: white;
  13. // padding: 1.3333vw 4vw 0 4vw;
  14. // font-size: 4.2667vw;
  15. // display: flex;
  16. // justify-content: space-between;
  17. div {
  18. line-height: 16vw;
  19. }
  20. img {
  21. border-radius: 50%;
  22. width: 16vw;
  23. height: 16vw;
  24. }
  25. }
  26. .row {
  27. // height: 13.3333vw;
  28. // font-size: 4.2667vw;
  29. background-color: white;
  30. display: flex;
  31. justify-content: space-between;
  32. align-items: center;
  33. width: 100%;
  34. // padding:0 4vw;
  35. // border: 0.2667vw solid #f6f6f6;
  36. .right {
  37. display: flex;
  38. align-items: center;
  39. justify-content: flex-end;
  40. }
  41. span {
  42. margin-right: 4vw;
  43. }
  44. ion-input {
  45. text-align: right;
  46. }
  47. }
  48. // .age,.nikename{
  49. // >div:last-child{
  50. // display: flex;
  51. // align-items: center;
  52. // text-align: right;
  53. // }
  54. // }
  55. .submit {
  56. position: fixed;
  57. bottom: 8vw;
  58. width: 80%;
  59. height: 10.6667vw;
  60. font-size: 4.2667vw;
  61. color: white;
  62. margin: 0 10%;
  63. background-color: #fe4d54;
  64. border-radius: 10px;
  65. }
  66. }