diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 2c764ee..8341ca9 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -4693,6 +4693,10 @@ main { align-items: center; } +.item_order .select_music { + width: 15rem; +} + .item_add { position: relative; height: 45px; @@ -15172,6 +15176,23 @@ main.sona_cont_measurement { margin-bottom: 20px; } +.m_set_recode_order .list_cont01 { + width: 100%; + border: 0.12rem solid #FF9C01; + border-radius: 7px; + margin-bottom: 20px; +} + +.m_set_recode_order .list_cont01 .item_add { + position: relative; + height: 45px; + line-height: 45px; + padding: 0; + margin-bottom: 0; + display: flex; + justify-content: center; +} + .m_set_recode_order .list { border-bottom: 1px solid #7070703b; } @@ -15225,6 +15246,18 @@ main.sona_cont_measurement { border-radius: 7px; } +.favorite_word .btn_cont { + display: flex; + min-width: 150px; +} + +.favorite_word .btn { + padding: 7px 12px; + border: 1px solid #999; + border-radius: 7px; + margin-left: 10px; +} + /* 10.이유식 */ .main_bf_food { display: flex; diff --git a/src/main/webapp/m/html/setting/8-14.설정하기-음악설정.html b/src/main/webapp/m/html/setting/8-14.설정하기-음악설정.html new file mode 100644 index 0000000..613afb7 --- /dev/null +++ b/src/main/webapp/m/html/setting/8-14.설정하기-음악설정.html @@ -0,0 +1,92 @@ + + + + + + + + + + + 이유식당 + + + + + + + +
+
+ +

음악 설정

+ +
+
+
+
+
+
+
+
+
기본음악 1
+ +
음소거
+
+
+
기본음악 2
+ +
음소거
+
+
+
기본음악 3
+ +
음소거
+
+
+
기본음악 4
+ +
음소거
+
+
+
기본음악 5
+ +
음소거
+
+
+
+
+ +
+
+
+
+ * 텍스트를 눌러 표현을 수정하거나 버튼을 눌러 삭제할 수 있습니다. +
+ +
+
+
+
+ + + + \ No newline at end of file