diff --git a/pages/detail/index.ux b/pages/detail/index.ux index 8ba49ef..8034e47 100644 --- a/pages/detail/index.ux +++ b/pages/detail/index.ux @@ -1,409 +1,543 @@ \ No newline at end of file + .page { + width: 390px; + height: 450px; + } + .scroll { + position: absolute; + bottom: 0; + top: 300px; + left: 8px; + right: 8px; + width: 390px; + height: 155px; + text-overflow: ellipsis; + flex-wrap: wrap; + } + .scroll1 { + position: absolute; + bottom: 0; + top: 0; + left: 0; + right: 0; + text-overflow: ellipsis; + flex-wrap: nowrap; + flex-direction: column; + align-items: center; + } + .choice { + position: absolute; + width: 250px; + height: 61px; + left: 43px; + top: 100px; + background-color: rgba(80, 192, 231, 0.7); + color: #ffffff; + font-size: 24px; + font-weight: bold; + text-align: center; + } + .menu-btn { + width: 250px; + height: 61px; + background-color: rgba(80, 192, 231, 0.7); + color: #ffffff; + font-size: 24px; + font-weight: bold; + text-align: center; + margin-bottom: 20px; + } + diff --git a/pages/settings/index.ux b/pages/settings/index.ux index 28e2aae..ef89282 100644 --- a/pages/settings/index.ux +++ b/pages/settings/index.ux @@ -2,301 +2,424 @@
+ style="position: absolute; top: 325px; left: 0" + src="/common/text_bg.png"> 显示速度({{ settings.textSpeed }}): - 文字大小({{ settings.textSize }}): + onchange="changeTextSpeed()"> + + 文字大小({{ settings.textSize }}): + - 保存 - 退出 - 去目录 + onchange="changeTextSize()"> + + 保存 + + + 退出 + + + 去目录 + 下载文本 + style="top: 250px; left: 40px; color: red" + onclick="downloadFile(jsonDataList)"> + 下载文本 + 下载图像 + style="top: 250px; left: 250px; color: red" + onclick="downloadFile(jsonList)"> + 下载图像 + {{ showText }} + style="color: #FFFFFF;font-weight: bold;width: 100%;text-align: left;font-size: {{settings.textSize}}px;"> + {{ showText }} +