userinfo.wxss 1.0 KB

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