mys.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* pages/my/my.wxss */
  2. .my-nav {
  3. display: flex;
  4. justify-content: space-between;
  5. align-items: center;
  6. font-size: 36rpx;
  7. color: #000;
  8. padding: 0 5%;
  9. box-sizing: border-box;
  10. }
  11. .my-nav view {
  12. flex: 1;
  13. height: 89rpx;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. border-radius: 89rpx;
  18. }
  19. .slecte-nav {
  20. background: #fff;
  21. }
  22. swiper-item {
  23. height: 100%;
  24. }
  25. .my-information {
  26. padding: 0 16rpx;
  27. box-sizing: border-box;
  28. }
  29. .information-item {
  30. display: flex;
  31. align-items: center;
  32. width: 100%;
  33. height: 266rpx;
  34. margin-top: 27rpx;
  35. border-radius: 20rpx;
  36. background: #fff;
  37. padding: 0 25rpx;
  38. box-sizing: border-box;
  39. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  40. }
  41. .information-item image {
  42. width: 193rpx;
  43. height: 193rpx;
  44. border-radius: 50%;
  45. margin-right: 55rpx;
  46. }
  47. .information-item .set-name {
  48. display: flex;
  49. flex-direction: column;
  50. }
  51. .information-item .set-name .name {
  52. font-size: 40rpx;
  53. color: #424242;
  54. margin-bottom: 28rpx;
  55. }
  56. .information-item .set-name text {
  57. font-size: 32rpx;
  58. }
  59. .shaiwa {
  60. display: flex;
  61. align-items: center;
  62. width: 100%;
  63. height: 116rpx;
  64. margin-top: 27rpx;
  65. border-radius: 20rpx;
  66. background: #386ca9;
  67. padding: 0 25rpx;
  68. box-sizing: border-box;
  69. color: #fff;
  70. font-size: 40rpx;
  71. font-weight: 600;
  72. box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  73. }
  74. .mengwa {
  75. display: flex;
  76. align-items: center;
  77. width: 100%;
  78. height: 116rpx;
  79. margin-top: 27rpx;
  80. border-radius: 20rpx;
  81. background: #fece00;
  82. padding: 0 25rpx;
  83. box-sizing: border-box;
  84. color: #000;
  85. font-size: 40rpx;
  86. font-weight: 600;
  87. box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  88. }
  89. .child {
  90. display: flex;
  91. align-items: center;
  92. width: 100%;
  93. height: 116rpx;
  94. margin-top: 27rpx;
  95. border-radius: 20rpx;
  96. background: #fff;
  97. padding: 0 25rpx;
  98. box-sizing: border-box;
  99. color: #000;
  100. font-size: 40rpx;
  101. font-weight: 600;
  102. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  103. }
  104. .my-collection {
  105. padding: 0 16rpx;
  106. box-sizing: border-box;
  107. }
  108. .collection-item {
  109. width: 100%;
  110. height: 266rpx;
  111. margin-top: 27rpx;
  112. border-radius: 20rpx;
  113. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  114. }
  115. .collection-item image {
  116. width: 100%;
  117. height: 100%;
  118. border-radius: 20rpx;
  119. }
  120. .child {
  121. display: flex;
  122. justify-content: space-between;
  123. position: relative;
  124. }
  125. .childMatchLogo {
  126. position: absolute;
  127. bottom: 0;
  128. right: 0;
  129. }
  130. .childMatchLogo image{
  131. width: 173rpx;
  132. height: 116rpx;
  133. }