setting.wxss 1.4 KB

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