Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サークルプレーヤー - 華麗でスタイリッシュ。サークル プレーヤー - 大きすぎます。
スキンとCSSのスケーリングに成功しましたが....
プログレスバーの変換をスケーリングする方法がわかりません。
私は自分の生活を楽にするために 50% 拡大しています。
すべての助けに感謝します。
さて、手早く汚い解決策として、あなたは適用することができます
-webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5);
にcp_container。
cp_container