From 0a72efd85f5c3facfe74e7ef19f34180cb6cb7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 22 Jul 2024 17:43:37 +0900 Subject: [PATCH] [PlayerPanel] Times css test --- .../components/MediaPlayer/Times.module.less | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less index a6c3a934..4a303b4a 100644 --- a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less +++ b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less @@ -11,26 +11,17 @@ font-size: 24px; font-weight: bold; line-height: 30px; - // white-space: nowrap; text-align: right; - // letter-spacing: 1.2px; .separator { - margin-right: 10px; + position: absolute; + right: 113px; } .currentTime { - padding-right: 140px; + position: absolute; + right: 140px; } > * { color: #fff; - // display: inline-block; - } - - .enact-locale-rtl({ - // direction: ltr; - }); - - .totalTime { - //margin-left: 10px; } }