-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from LEODPEN/feature/20210519/sch-url
Feature/20210519/sch url
- Loading branch information
Showing
5 changed files
with
96 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,61 @@ | ||
button { | ||
height: 30px; | ||
width: 30px; | ||
outline: none; | ||
margin: 10px; | ||
border: ridge; | ||
border-radius: 4px; | ||
} | ||
body{ | ||
background-color:#D3D3D3; | ||
background-image:url('../where.png'); | ||
background-repeat:no-repeat; | ||
background-size: 1024px 1024 | ||
} | ||
.head { | ||
font-size: 26px; | ||
font-weight: 777; | ||
font-family: "Times New Roman"; | ||
} | ||
|
||
input{ | ||
outline-style: none; | ||
border: 1px solid #ccc; | ||
border-radius: 3px; | ||
padding: 13px 14px; | ||
width: 200px; | ||
font-size: 16px; | ||
font-weight: 666; | ||
font-family: "Microsoft soft"; | ||
} | ||
|
||
input:focus{ | ||
border-color: #66afe9; | ||
outline: 0; | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); | ||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) | ||
} | ||
|
||
.res-card { | ||
position: center; | ||
overflow: hidden; | ||
margin-top: 7px; | ||
margin-bottom: 7px; | ||
width: auto; | ||
max-width: 288px; | ||
height: auto; | ||
max-height: 80px; | ||
background-color: #FFA07A; | ||
content-visibility: auto; | ||
} | ||
|
||
.t { | ||
width: 202px; | ||
word-break:break-all; | ||
word-wrap:break-word; | ||
font-size: 12px; | ||
font-weight: 555; | ||
font-family: "Microsoft soft"; | ||
margin-bottom: 5px; | ||
} | ||
|
||
.url { | ||
width: 202px; | ||
word-break:break-all; | ||
word-wrap:break-word; | ||
font-size: 4px; | ||
font-weight: 22; | ||
font-family: "Times New Roman"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters