姨妈管家小程序代码

myRecord.wxss 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. page {
  2. display: flex;
  3. justify-content: center;
  4. background-color: #f7f7f7;
  5. height: 100%;
  6. width: 100%;
  7. }
  8. .back {
  9. width: 100%;
  10. overflow: scroll;
  11. background: #fff;
  12. padding: 0;
  13. }
  14. .back .login-all {
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: center;
  18. width: 100%;
  19. min-height: 200px;
  20. box-sizing: border-box;
  21. padding: 0 10%;
  22. background: url('https://ymgjapi.726p.com//icon/maicon/my-back.png') no-repeat;
  23. background-size: 100% 200px;
  24. }
  25. .back .login-all .show {
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. /*width: 100%;*/
  30. height: 80px;
  31. }
  32. .back .login-all .show text {
  33. color: rgba(255, 81, 131, 1);
  34. font-family: PingFangSC;
  35. font-size: 16px;
  36. font-weight: 400;
  37. }
  38. .back .login-all .instruction-top {
  39. display: flex;
  40. align-items: center;
  41. justify-content: space-around;
  42. height: 36px;
  43. background: rgba(255, 209, 225, 1);
  44. border-radius: 18px;
  45. }
  46. .back .login-all .instruction-top text {
  47. color: rgba(255, 90, 159, 1);
  48. font-size: 12px;
  49. }
  50. .back .login-all .list-content {
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. justify-content: space-around;
  55. height: 80rpx;
  56. border-bottom: 1rpx solid rgba(255, 106, 166, 0.1);
  57. }
  58. .back .login-all .list-item {
  59. flex: 0 0 1;
  60. color: rgba(153, 75, 107, 1);
  61. font-size: 14px;
  62. }