usercenter.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: 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. vertical-align:text-bottom;
  52. }
  53. .usercenter_op_w{
  54. margin-left: 5rpx;
  55. display: inline;
  56. }
  57. .usercenter_op_bt{
  58. float: right;
  59. margin-right: 43rpx;
  60. margin-top:38rpx;
  61. width: 22rpx;
  62. height: 22rpx;
  63. }