myinfo.wxss 563 B

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