index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. height: 368rpx;
  11. border-bottom-left-radius: 80%;
  12. border-bottom-right-radius: 80%;
  13. background-color: #495dfc;
  14. }
  15. .user {
  16. /* position: absolute; */
  17. margin-top: 300rpx;
  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: 10rpx;
  43. margin-left: 20rpx;
  44. }
  45. .m-t {
  46. padding-top: 71rpx;
  47. }
  48. .please {
  49. display: block;
  50. text-align: center;
  51. /* font-weight: 600; */
  52. height: 68rpx;
  53. font-size: 40rpx;
  54. }
  55. .btn-area>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. /* .item:first-child {
  77. border-bottom: 1rpx solid #f0f0f0;
  78. } */
  79. .status {
  80. position: absolute;
  81. top: 0;
  82. right: 0;
  83. color: #999;
  84. }
  85. .arrow {
  86. display: inline-block;
  87. border: 4rpx solid #c2c0c0;
  88. width: 18rpx;
  89. height: 18rpx;
  90. border-left-color: transparent;
  91. border-top-color: transparent;
  92. transform: rotate(-45deg);
  93. margin-left: 8rpx;
  94. }