myInfo.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. /* 主页容器 */
  36. .infoList{
  37. position: relative;
  38. display: flex;
  39. flex-wrap: wrap;
  40. width: 100%;
  41. }
  42. /* 主页内容区 */
  43. .infoList-text{
  44. width: 47%;
  45. height: 100rpx;
  46. line-height: 100rpx;
  47. text-align: center;
  48. background-color: rgb(241, 241, 235);
  49. margin: 10rpx 10rpx 0 10rpx;
  50. }
  51. /* 推荐返现 */
  52. .recommendMoney{
  53. /* position: relative;
  54. display: flex; */
  55. margin-top: 100rpx;
  56. height: 100rpx;
  57. line-height: 100rpx;
  58. text-align: center;
  59. font-size: 40rpx;
  60. font-weight: bold;
  61. background-color: rgb(241, 241, 235);
  62. color: red;
  63. }
  64. /* 反馈建议 */
  65. .suggest{
  66. margin-top: 20rpx;
  67. }