mys.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. }
  40. .information-item image {
  41. width: 193rpx;
  42. height: 193rpx;
  43. border-radius: 50%;
  44. margin-right: 55rpx;
  45. }
  46. .information-item .set-name {
  47. display: flex;
  48. flex-direction: column;
  49. }
  50. .information-item .set-name .name {
  51. font-size: 40rpx;
  52. color: #424242;
  53. margin-bottom: 28rpx;
  54. }
  55. .information-item .set-name text {
  56. font-size: 32rpx;
  57. }
  58. .shaiwa {
  59. display: flex;
  60. align-items: center;
  61. width: 100%;
  62. height: 116rpx;
  63. margin-top: 27rpx;
  64. border-radius: 20rpx;
  65. background: #386ca9;
  66. padding: 0 25rpx;
  67. box-sizing: border-box;
  68. color: #fff;
  69. font-size: 40rpx;
  70. font-weight: 600;
  71. }
  72. .mengwa {
  73. display: flex;
  74. align-items: center;
  75. width: 100%;
  76. height: 116rpx;
  77. margin-top: 27rpx;
  78. border-radius: 20rpx;
  79. background: #fece00;
  80. padding: 0 25rpx;
  81. box-sizing: border-box;
  82. color: #000;
  83. font-size: 40rpx;
  84. font-weight: 600;
  85. }
  86. .my-collection {
  87. padding: 0 16rpx;
  88. box-sizing: border-box;
  89. }
  90. .collection-item {
  91. width: 100%;
  92. height: 266rpx;
  93. margin-top: 27rpx;
  94. border-radius: 20rpx;
  95. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  96. }
  97. .collection-item image {
  98. width: 100%;
  99. height: 100%;
  100. border-radius: 20rpx;
  101. }