usercenter.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pages/usercenter/usercenter.wxss */
  2. @import "../../module/logs/logs.wxss"
  3. .content{
  4. background-color:#F9F9F9;
  5. }
  6. .usercenter_top_b{
  7. width: 750rpx;
  8. background:#fede18;
  9. overflow: hidden;
  10. padding-bottom: 20rpx;
  11. }
  12. .usercenter_top_w{
  13. margin-top: 55px;
  14. height: 54rpx;
  15. line-height: 54rpx;
  16. color: rgba(56, 55, 53, 1);
  17. font-size: 36rpx;
  18. text-align: center;
  19. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  20. }
  21. .usercenter_top_img{
  22. margin: 50rpx auto 0rpx;
  23. display: block;
  24. width: 134rpx;
  25. height: 134rpx;
  26. }
  27. .usercenter_top_p{
  28. height: 54rpx;
  29. line-height: 65rpx;
  30. color: rgba(56, 55, 53, 1);
  31. font-size: 36rpx;
  32. text-align: center;
  33. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  34. }
  35. .usercenter_op_list{
  36. margin-top: 20rpx;
  37. background-color: white;
  38. }
  39. .usercenter_op_i{
  40. height: 98rpx;
  41. line-height: 98rpx;
  42. color: rgba(56, 55, 53, 1);
  43. font-size: 28rpx;
  44. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  45. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  46. }
  47. .usercenter_op_img{
  48. width:34rpx;
  49. height: 34rpx;
  50. margin-left: 30rpx;
  51. display: inline-block;
  52. vertical-align:text-bottom;
  53. }
  54. .usercenter_op_w{
  55. margin-left: 5rpx;
  56. display: inline;
  57. }
  58. .usercenter_op_bt{
  59. float: right;
  60. margin-right: 43rpx;
  61. margin-top:38rpx;
  62. width: 22rpx;
  63. height: 22rpx;
  64. }
  65. .usercenter_logout{
  66. margin:140rpx auto 0rpx;
  67. background: #EBEBEB;
  68. border-radius: 6rpx;
  69. height: 88rpx;
  70. line-height: 88rpx;
  71. font-family: PingFang-SC-Regular;
  72. font-size: 30rpx;
  73. color: #383735;
  74. letter-spacing: 0;
  75. text-align: center;
  76. width: 620rpx;
  77. }