From 9a943d95f7df5d8066419b7bf829ec7c2010d779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=A5=9A=E7=A8=8B?= <3229246079@qq.com> Date: Tue, 9 Nov 2021 17:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/index.jsp | 24 ++++++++++++++++++++ code/tran.css | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 code/index.jsp create mode 100644 code/tran.css diff --git a/code/index.jsp b/code/index.jsp new file mode 100644 index 0000000..318c8a7 --- /dev/null +++ b/code/index.jsp @@ -0,0 +1,24 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + + + +
+
欢迎使用微化翻译器
+ +
+
+语言选择 + + + + +
+ + \ No newline at end of file diff --git a/code/tran.css b/code/tran.css new file mode 100644 index 0000000..754a7c4 --- /dev/null +++ b/code/tran.css @@ -0,0 +1,60 @@ +body { + font-family: 'Gudea', sans-serif; + background: #00A4C1; + text-align:center; +} +textarea{ + background: #50C100; +} +.box1{ + /*background: orange;*/ + padding-bottom:20px; + margin-left:30px; + margin-right:30px; + margin-top:50px; +} +.box2{padding:20px; + margin-left:30px; + margin-right:30px; + border-radius:.25em; +} +span{ + float:left; + margin:15px; + width:200px; + height:50px; +} +.title{ + font-size: 2em; + font-weight: 700; + letter-spacing: -1px; + margin: 0.6rem 0; +} +input{ + vertical-align: middle; + padding: 6px 24px; + margin: 0px; + font-size: 18px; + line-height: 24px; + white-space: nowrap; + cursor: pointer; + color: #ffffff; + background-color: orange; + border-radius: 3px; + border: 1px; +} +select { + outline: 0; + background: orange; + color: #ffffff; + cursor: pointer; + border: 1px solid #f10; + border-radius: 3px; + padding: 6px 24px; + font-size: 18px; + margin: 0px; +} +.option { + background: #f1f1f1; + color: #f40; + }