index.wxss 1.7 KB

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