firmware.wxss 567 B

123456789101112131415161718192021222324252627282930313233343536
  1. .top_item {
  2. display: flex;
  3. justify-content: space-between;
  4. text-align: center;
  5. color: #797979;
  6. font-size: 30rpx;
  7. padding: 20rpx 40rpx 20rpx 40rpx;
  8. }
  9. .top_item_left {
  10. color: black;
  11. font-size: 35rpx;
  12. }
  13. .update {
  14. margin-top: 100rpx;
  15. align-items: center;
  16. display: flex;
  17. justify-content: center;
  18. }
  19. .update>view {
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. width: 520rpx;
  24. height: 80rpx;
  25. border-radius: 45rpx;
  26. font-size: 35rpx;
  27. font-weight: 400;
  28. color: #FFFFFF;
  29. }
  30. .update>view.action {
  31. background: #6547A3;
  32. }