index.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .container{
  2. padding: 20rpx 32rpx 0 32rpx;
  3. height: 100vh;
  4. overflow-y: scroll;
  5. overflow-x: hidden;
  6. .userInfo{
  7. display: flex;
  8. // justify-content: center;
  9. align-items: center;
  10. margin-bottom: 50rpx;
  11. .nickname{
  12. margin-left: 50rpx;
  13. font-size: 36rpx;
  14. }
  15. }
  16. .cenList{
  17. margin-top: 50rpx;
  18. .swiper{
  19. // height: calc(100vh - 520rpx);
  20. .picList{
  21. padding-top: 20rpx;
  22. display: flex;
  23. flex-wrap:nowrap;
  24. padding-bottom: 50rpx;
  25. height: 100px;
  26. overflow-x: scroll;
  27. white-space: nowrap;
  28. width: 350px;
  29. overflow-y: hidden;
  30. .wait{
  31. width: calc(100vw - 64rpx);
  32. height: 100%;
  33. border-radius:12rpx;
  34. display: flex;
  35. flex-direction: column;
  36. // justify-content: center;
  37. align-items: center;
  38. background: white;
  39. image{
  40. height: 100px;
  41. width: 180px;
  42. }
  43. .txt{
  44. text-align: center;
  45. margin-bottom: 12px;
  46. color: green;
  47. }
  48. }
  49. .resImg{
  50. // background: red;
  51. width: 70px;
  52. border-radius:12rpx;
  53. margin-bottom: 20rpx;
  54. background-size:cover;
  55. height: 100px;
  56. margin-right: 20rpx;
  57. image{
  58. height: 100%;
  59. border-radius:12rpx;
  60. width: 70px;
  61. }
  62. }
  63. .resImg:last-child{
  64. margin-bottom: 150rpx;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. ::v-deep .u-tabbar{
  71. width: 80%;
  72. position: fixed;
  73. bottom: 10px;
  74. left: 50%;
  75. transform: translateX(-50%);
  76. border-radius: 25px;
  77. }
  78. ::v-deep .u-tabbar__content{
  79. border-radius: 25px;
  80. background:white;
  81. }
  82. .xiezhenBox{
  83. // background: red;
  84. // height: 120px;
  85. }
  86. .createAvatar{
  87. margin-top: 10rpx;
  88. border: 1rpx solid orange;
  89. border-radius: 10rpx;
  90. color: orange;
  91. padding:5rpx 10rpx ;
  92. font-weight: 600;
  93. }