myInfo.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/myInfo/myInfo.wxss */
  2. .wrapper {
  3. position: relative;
  4. }
  5. .top-index {
  6. display: flex;
  7. flex-direction: row;
  8. height: 100rpx;
  9. line-height: 100rpx;
  10. background-color: #f8f8f8;
  11. }
  12. .top-title {
  13. display: flex;
  14. width: 80%;
  15. }
  16. .top-index image {
  17. width: 100rpx;
  18. height: 100rpx;
  19. border-radius: 50%;
  20. }
  21. .top-nick {
  22. height: 100rpx;
  23. line-height: 100rpx;
  24. padding-left: 20rpx;
  25. }
  26. .top-text {
  27. margin-top: 20rpx;
  28. margin-left: 4rpx;
  29. height: 60rpx;
  30. line-height: 60rpx;
  31. border: 1rpx solid rgb(207, 202, 202);
  32. border-radius: 20rpx;
  33. padding: 0 6rpx;
  34. color: #c0b0b0;
  35. }
  36. .infoList{
  37. position: relative;
  38. display: flex;
  39. flex-wrap: wrap;
  40. width: 100%;
  41. }
  42. .infoList-text{
  43. width: 47%;
  44. height: 100rpx;
  45. line-height: 100rpx;
  46. text-align: center;
  47. background-color: rgb(241, 241, 235);
  48. margin: 10rpx 10rpx 0 10rpx;
  49. }
  50. .recommendMoney{
  51. /* position: relative;
  52. display: flex; */
  53. margin-top: 100rpx;
  54. height: 100rpx;
  55. line-height: 100rpx;
  56. text-align: center;
  57. font-size: 40rpx;
  58. font-weight: bold;
  59. background-color: rgb(241, 241, 235);
  60. color: red;
  61. }