usercenter.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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:linear-gradient(270deg,#FFD800,#FFE600);
  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. }