姨妈管家小程序代码

mine.wxss 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. page {
  2. background-color: #f7f7f7;
  3. height: 96%;
  4. }
  5. .back {
  6. height: 100%;
  7. padding: 0;
  8. /*background: #fff;*//*margin: 0 12px;*//*box-shadow: 0px 0px 12px rgba(251, 109, 157, 0.12);*//*border-radius: 12px;*/
  9. }
  10. .user-logo {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. width: 100%;
  16. height: 180px;
  17. }
  18. .login-all {
  19. width: 100%;
  20. background: url('https://ymgjapi.726p.com//icon/maicon/my-back.png') no-repeat;
  21. background-size: 100% 200px;
  22. }
  23. .back .userinfo-avatar {
  24. border-radius: 50%;
  25. width: 50px;
  26. height: 50px;
  27. }
  28. .back .userinfo-nickname {
  29. width: 100%;
  30. padding-top: 9px;
  31. text-align: center;
  32. font-size: 16px;
  33. color: #ff6aa5;
  34. font-family: PingFangSC;
  35. }
  36. /*我的列表*/
  37. .content-list {
  38. display: flex;
  39. flex-direction: column;
  40. width: 90%;
  41. margin: auto;
  42. }
  43. .content-list .list-set {
  44. /*flex: 1;*/
  45. position: relative;
  46. height: 52px;
  47. overflow: hidden;
  48. border-bottom: 1rpx solid rgba(255, 106, 166, 0.2);
  49. }
  50. .content-list .list-set .list-item{
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. height: 104rpx;
  55. width: 100%;
  56. }
  57. .content-list .list-set .icon {
  58. flex: 0 0 48rpx;
  59. height: 48rpx;
  60. }
  61. .content-list .list-set .set_list_text {
  62. flex: 1 1 100px;
  63. color: #838382;
  64. font-size: 14px;
  65. padding-left: 10px;
  66. }
  67. .content-list .list-set .icon_list_01 {
  68. background: url('https://ymgjapi.726p.com/icon/maicon/period-set@3x.png') no-repeat;
  69. background-size: 48rpx 48rpx;
  70. }
  71. .content-list .list-set .icon_list_02 {
  72. background: url('https://ymgjapi.726p.com/icon/maicon/my-record@3x.png') no-repeat;
  73. background-size: 48rpx 48rpx;
  74. }
  75. .content-list .list-set .icon_list_03 {
  76. background: url('https://ymgjapi.726p.com/icon/maicon/advice@3x.png') no-repeat;
  77. background-size: 48rpx 48rpx;
  78. }
  79. .content-list .icon_list_goto {
  80. margin-top: 22rpx;
  81. flex: 0 0 30rpx;
  82. background: url('https://ymgjapi.726p.com/icon/maicon/goto@3x.png') no-repeat;
  83. background-size: 30rpx 30rpx;
  84. }
  85. .text-btn {
  86. position: absolute;
  87. top: 0px;
  88. z-index: 100;
  89. width: 100%;
  90. height: 52px;
  91. background-color: rgba(255, 255, 255, 0);
  92. }
  93. .text-btn::after {
  94. border: none;
  95. }