mys.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/my/my.wxss */
  2. .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. .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. background: red;
  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. }
  73. .mengwa {
  74. display: flex;
  75. align-items: center;
  76. width: 100%;
  77. height: 116rpx;
  78. margin-top: 27rpx;
  79. border-radius: 20rpx;
  80. background: #fece00;
  81. padding: 0 25rpx;
  82. box-sizing: border-box;
  83. color: #000;
  84. font-size: 40rpx;
  85. font-weight: 600;
  86. }
  87. .my-collection {
  88. padding: 0 16rpx;
  89. box-sizing: border-box;
  90. }
  91. .collection-item {
  92. width: 100%;
  93. height: 266rpx;
  94. margin-top: 27rpx;
  95. border-radius: 20rpx;
  96. background: red;
  97. }
  98. .collection-item image {
  99. width: 100%;
  100. height: 100%;
  101. }