index.acss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/mine/mine.wxss */
  2. .top {
  3. display: flex;
  4. align-items: center;
  5. flex-direction: column;
  6. }
  7. .top-area {
  8. position: absolute;
  9. width: 100%;
  10. height: 468rpx;
  11. border-bottom-left-radius: 7%;
  12. border-bottom-right-radius: 7%;
  13. background-color: #495dfc;
  14. }
  15. .user {
  16. /* position: absolute; */
  17. margin-top: 180rpx;
  18. padding-left: 32rpx;
  19. padding-right: 32rpx;
  20. width: 646rx;
  21. height: 254rpx;
  22. }
  23. .user-msg,
  24. .fun {
  25. width: 646rx;
  26. height: 254rpx;
  27. background-color: #fff;
  28. border-radius: 6px;
  29. position: relative;
  30. margin-bottom: 40rpx;
  31. }
  32. .head {
  33. width: 174rpx;
  34. height: 174rpx;
  35. background-color: #edeef5;
  36. border-radius: 50%;
  37. position: absolute;
  38. left: 252rpx;
  39. top: -83rpx;
  40. }
  41. .default-head {
  42. margin-top: 15rpx;
  43. margin-left: 23rpx;
  44. }
  45. .m-t {
  46. padding-top: 150rpx;
  47. }
  48. .please {
  49. display: block;
  50. text-align: center;
  51. /* font-weight: 600; */
  52. height: 68rpx;
  53. font-size: 40rpx;
  54. }
  55. .btn-area1 button {
  56. background-color: #495dfc;
  57. color: #fff;
  58. height: 96rpx;
  59. line-height: 96rpx;
  60. }
  61. .bgc button {
  62. background-color: #fff;
  63. color: #333;
  64. }
  65. .fun1 {
  66. margin-bottom: 24rpx;
  67. padding: 22rpx 24rpx;
  68. background-color: #fff;
  69. }
  70. .item {
  71. height: 96rpx;
  72. line-height: 96rpx;
  73. position: relative;
  74. /* border-bottom: 1rpx solid #f0f0f0; */
  75. }
  76. .mine-item {
  77. height: 96rpx;
  78. line-height: 96rpx;
  79. position: relative;
  80. }
  81. .mine-item:first-child {
  82. border-bottom: 1rpx solid #f0f0f0;
  83. }
  84. .status {
  85. position: absolute;
  86. top: 0;
  87. right: 0;
  88. color: #999;
  89. }
  90. .arrow {
  91. display: inline-block;
  92. border: 4rpx solid #c2c0c0;
  93. width: 18rpx;
  94. height: 18rpx;
  95. border-left-color: transparent;
  96. border-top-color: transparent;
  97. transform: rotate(-45deg);
  98. margin-left: 8rpx;
  99. }