myInfo.wxss 1.1 KB

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