me.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* pages/me/me.wxss */
  2. @import '../../templates/footer_parent/footer.wxss';
  3. .li{
  4. height:269rpx;
  5. background:rgba(255,255,255,1);
  6. box-shadow:0px 6rpx 30rpx 0px rgba(81,108,227,0.2);
  7. border-radius:16rpx;
  8. margin:0 24rpx 95rpx 24rpx;
  9. }
  10. .li-img{
  11. width: 120rpx;
  12. height: 120rpx;
  13. border-radius: 50%;
  14. margin:75rpx 15rpx 75rpx 40rpx;
  15. }
  16. .li-names{
  17. color: #393939;
  18. font-size: 36rpx;
  19. margin: auto;
  20. display: inline-block;
  21. position: relative;
  22. bottom: 100rpx
  23. }
  24. .list{
  25. padding: 0 24rpx;
  26. background: #F1F3FA;
  27. border-bottom: 1rpx solid #D0D5E6;
  28. border-top: 1rpx solid #D0D5E6;
  29. }
  30. .list-items{
  31. border-bottom: 1rpx solid #D0D5E6;
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. overflow: hidden;
  36. }
  37. .list-items-names{
  38. color: #393939;
  39. font-size: 30rpx;
  40. margin: 35rpx 0;
  41. display: inline-block;
  42. }
  43. .list-items-guide{
  44. display: inline-block;
  45. /* float: right; */
  46. font-size: 24rpx;
  47. color: #7C819D;
  48. }
  49. .list-items-img{
  50. width: 55rpx;
  51. height: 55rpx;
  52. border-radius: 50%;
  53. margin: 28rpx 28rpx 21rpx 11rpx;
  54. }
  55. .list-items-guide-img{
  56. width: 18rpx;
  57. height: 29rpx;
  58. position: relative;
  59. bottom: 32rpx;
  60. }
  61. .list-items-guide-names{
  62. position: relative;
  63. bottom: 38rpx;
  64. }
  65. .li-row{
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. overflow: hidden;
  70. }
  71. .li-row-img{
  72. width: 18rpx;
  73. height: 29rpx;
  74. /* margin-top: 30rpx; */
  75. }
  76. .header-btn{
  77. border: none;
  78. color: #373737;
  79. font-size: 40rpx;
  80. text-align: center;
  81. background: transparent;
  82. display: inline-block;
  83. position: relative;
  84. bottom: 80rpx;
  85. }