usercenter.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. height: 398rpx;
  9. background:linear-gradient(270deg,#FFD800,#FFE600);
  10. overflow: hidden;
  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: 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: 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: NotoSansHans-DemiLight;
  45. }
  46. .usercenter_op_img{
  47. width:34rpx;
  48. height: 34rpx;
  49. margin-left: 30rpx;
  50. display: inline-block;
  51. }
  52. .usercenter_op_w{
  53. margin-left: 5rpx;
  54. display: inline;
  55. }
  56. .usercenter_op_bt{
  57. float: right;
  58. margin-right: 43rpx;
  59. margin-top:38rpx;
  60. width: 22rpx;
  61. height: 22rpx;
  62. }