userinfo.wxss 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .container {
  2. background-color: #f0f0f0;
  3. }
  4. .panelTitle{
  5. width:100%;
  6. margin-top: 50rpx;
  7. justify-content: flex-start;
  8. }
  9. .panelTitle .panelTitle1{
  10. font-size:32rpx;
  11. margin-left: 30rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .panelItem{
  15. width:100%;
  16. justify-content: space-between;
  17. font-size:28rpx;
  18. height:100rpx;
  19. background-color: #fff;
  20. }
  21. .panelItem0{
  22. height:133rpx;
  23. }
  24. .panelItem .panelItem1{
  25. margin-left: 30rpx;
  26. font-weight: 400;
  27. }
  28. .panelItem .panelItem2{
  29. margin-right: 30rpx;
  30. color:#787878;
  31. font-weight: 500;
  32. }
  33. .Arrow{
  34. width:16rpx;
  35. height:26rpx;
  36. margin-left: 30rpx;
  37. }
  38. .panelItem .panelItem10{
  39. align-items: flex-start;
  40. height:133rpx;
  41. }
  42. .panelItem .panelItem12{
  43. font-size:24rpx;
  44. }
  45. .panelItem .panelItem13{
  46. margin-left: 30rpx;
  47. align-items: flex-start;
  48. font-weight: 400;
  49. }
  50. .universalpic_product_jisuanti_icon_size01 {
  51. width: 70rpx;
  52. height: 70rpx;
  53. margin: 0 0 0 30rpx;
  54. border-radius: 10rpx;
  55. }
  56. .text1{
  57. margin-top: 50rpx;
  58. font-size:20rpx;
  59. text-align: center;
  60. }