ota.wxss 553 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/OTA/ota.wxss */
  2. .item {
  3. display: flex;
  4. align-items: center;
  5. border-bottom: 1px solid #e0e0e0;
  6. justify-content: space-between;
  7. margin-inline: 32rpx;
  8. height: 120rpx;
  9. }
  10. .label {
  11. font-size: 16px;
  12. color: #333333;
  13. margin-left: 32rpx;
  14. }
  15. .arrow {
  16. width: 20px;
  17. height: 20px;
  18. margin-right: 16rpx;
  19. }
  20. .button {
  21. margin-top: 128rpx;
  22. display: flex;
  23. justify-content: center;
  24. align-items: center;
  25. margin-inline: 64rpx;
  26. font-size: 32rpx;
  27. font-weight: Medium;
  28. color: white;
  29. text-align: center;
  30. border-radius: 44rpx;
  31. height: 88rpx;
  32. }