myinfo.wxss 591 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .container {
  2. background: #E3E3E3;
  3. color: #4D4D4D;
  4. position: fixed;
  5. top:0;
  6. }
  7. .panel1 {
  8. width: 690rpx;
  9. height: 100rpx;
  10. background: #FFF;
  11. border-radius: 20rpx;
  12. margin-bottom: 30rpx;
  13. justify-content: space-between;
  14. color: #2E2E2E;
  15. }
  16. .panel1Left {
  17. font-weight: 400;
  18. font-size: 28rpx;
  19. margin-left: 30rpx;
  20. }
  21. .panel1Right {
  22. margin-right: 30rpx;
  23. justify-content: flex-end;
  24. }
  25. .btn{
  26. width: 88rpx;
  27. height:53rpx;
  28. background: #009933;
  29. border-radius: 10rpx;
  30. color:#fff;
  31. font-size: 24rpx;
  32. margin-right: 30rpx;
  33. }
  34. .sysIcon_a37{
  35. width: 16rpx;
  36. height:26rpx;
  37. }