setting.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. margin: 0 32rpx 22rpx;
  8. font-family: PingFangSC, PingFang SC;
  9. font-weight: 400;
  10. font-size: 28rpx;
  11. color: #000000;
  12. line-height: 48rpx;
  13. }
  14. .van-cell{
  15. align-items: center;
  16. padding: 48rpx 0 !important;
  17. line-height: initial !important;
  18. box-sizing: border-box;
  19. border-bottom: 1px solid #EDEDED;
  20. background-color: initial !important;
  21. }
  22. .cell-box{
  23. padding: 64rpx 0 24rpx !important;
  24. }
  25. .cell-box-phone{
  26. border-bottom: 0;
  27. }
  28. .van-cell:after{
  29. border: none !important;
  30. }
  31. .van-icon{
  32. color: #000 !important;
  33. }
  34. .van-cell-text{
  35. font-family: PingFangSC, PingFang SC;
  36. font-weight: 400;
  37. font-size: 28rpx;
  38. color: #000000;
  39. line-height: 40rpx;
  40. }
  41. .card-text{
  42. font-family: PingFangSC, PingFang SC;
  43. font-weight: 400;
  44. font-size: 28rpx;
  45. color: #747474;
  46. line-height: 40rpx;
  47. margin-right: 22rpx;
  48. display: flex;
  49. justify-content: flex-end;
  50. box-sizing: border-box;
  51. }
  52. .avatar-wrapper{
  53. background: none;
  54. border: none;
  55. padding: 0;
  56. margin: 0 !important;
  57. line-height: normal;
  58. border-radius: 50%;
  59. overflow: hidden;
  60. width: 84rpx !important;
  61. box-sizing: border-box;
  62. }
  63. button::after {
  64. border: none;
  65. }
  66. .phone-text{
  67. margin-right: 0;
  68. width: 100% !important;
  69. overflow: initial
  70. }
  71. .btn{
  72. display: flex;
  73. flex-direction: column;
  74. align-items: center;
  75. position: absolute;
  76. bottom: 200rpx;
  77. left: 0;
  78. right: 0;
  79. }
  80. .set-btn{
  81. width: 444rpx;
  82. height: 102rpx;
  83. }
  84. .m20{
  85. margin-bottom: 20rpx;
  86. }
  87. .btn-hover {
  88. opacity: 0.7;
  89. }