12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .message {
- text-align: center;
- padding: 0 0.31rem;
- }
- .message h2 {
- font-size: 4.0em;
- color: #3d3c40;
- margin: 0;
- }
- .message h3 {
- margin: 0.25rem 0 0.56rem 0;
- font-size: 2.6em;
- color: #afafb0;
- }
- .message p {
- margin-bottom: 0.26rem;
- display: flex;
- align-items: center;
- width: 100%;
- border: 1px solid #e1e1e1;
- height: 0.69rem;
- text-align: left;
- font-size: 2.2em;
- border-radius: 0.05rem;
- }
- .message p:nth-child(5) {
- display: flex;
- align-items: flex-start;
- height: 1.69rem;
- padding: 0.15rem 0;
- }
- .message label span {
- text-align: right;
- display: inline-block;
- margin-left: 0.30rem;
- padding-right: 0.30rem;
- color: #3d3c40;
- }
- .message label {
- color: red;
- text-align: right;
- display: inline-block;
- width: 2.6rem;
- }
- .message input[type=text],
- .message textarea {
- font-size: 1em;
- width: 85%;
- border: none;
- height: 100%;
- resize: none;
- }
- .message input[type=submit] {
- font-size: 3.0em;
- color: #fff;
- margin-bottom: 1.04rem;
- border: none;
- width: 100%;
- height: 0.69rem;
- background: #80bffe;
- border-radius: 0.05rem;
- }
|