|
@@ -26,68 +26,69 @@
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
<title>老师端</title>
|
|
|
+ <style>
|
|
|
+ body {
|
|
|
+ background: #f1f5ff;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bgImg {
|
|
|
+ width: 456px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btnImg {
|
|
|
+ width: 288px;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -144px;
|
|
|
+ bottom: 31px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .imgWrap {
|
|
|
+ width: 456px;
|
|
|
+ position: absolute;
|
|
|
+ top: 141px;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -288px;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* margin-top: 300px; */
|
|
|
+ .textWrap {
|
|
|
+ margin-top: 300px;
|
|
|
+ text-align: center;
|
|
|
+ width: 500px;
|
|
|
+ position: absolute;
|
|
|
+ top: 141px;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -288px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subMsg {
|
|
|
+ margin-top: 32px;
|
|
|
+ font-size: 22px;
|
|
|
+ line-height: 30px;
|
|
|
+ color: #777;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subBtn {
|
|
|
+ width: 231px;
|
|
|
+ height: 62px;
|
|
|
+ background: #198CFE;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: none;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-top: 32px;
|
|
|
+ list-style: none outside none;
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
-<style>
|
|
|
- body {
|
|
|
- background: #f1f5ff;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .bgImg {
|
|
|
- width: 456px;
|
|
|
- }
|
|
|
-
|
|
|
- .btnImg {
|
|
|
- width: 288px;
|
|
|
- position: absolute;
|
|
|
- left: 50%;
|
|
|
- margin-left: -144px;
|
|
|
- bottom: 31px;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
-
|
|
|
- .imgWrap {
|
|
|
- width: 456px;
|
|
|
- position: absolute;
|
|
|
- top: 141px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -288px;
|
|
|
- }
|
|
|
-
|
|
|
- .textWrap {
|
|
|
- margin-top: 300px;
|
|
|
- text-align: center;
|
|
|
- width: 500px;
|
|
|
- position: absolute;
|
|
|
- top: 141px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -288px;
|
|
|
- }
|
|
|
-
|
|
|
- .subMsg {
|
|
|
- margin-top: 32px;
|
|
|
- font-size: 22px;
|
|
|
- line-height: 30px;
|
|
|
- color: #777;
|
|
|
- }
|
|
|
-
|
|
|
- .subBtn {
|
|
|
- width: 231px;
|
|
|
- height: 62px;
|
|
|
- background: #198CFE;
|
|
|
- border-radius: 18px;
|
|
|
- border: none;
|
|
|
- font-size: 22px;
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
- font-weight: 600;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 30px;
|
|
|
- cursor: pointer;
|
|
|
- margin-top: 32px;
|
|
|
- list-style: none outside none;
|
|
|
- text-decoration: none;
|
|
|
- }
|
|
|
-</style>
|
|
|
+
|
|
|
<!-- 按钮 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png -->
|
|
|
<!-- 背景 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png -->
|
|
|
|