| | |
| | | margin: 20px 0; |
| | | } |
| | | |
| | | .content-title { |
| | | margin: 13% 0 13% 0; |
| | | p { |
| | | font-weight: bold; |
| | | color: #3d8f3e; |
| | | font-size: 2em; |
| | | } |
| | | |
| | | } |
| | | |
| | | .content-text { |
| | | margin: 0% 11%; |
| | | padding: 15% 30px; |
| | | background: linear-gradient(to right, #86b086, #fff); |
| | | p { |
| | | |
| | | font-weight: bold; |
| | | color: #3d8f3e; |
| | | font-size: 1em; |
| | | } |
| | | } |
| | | |
| | | /*底色*/ |
| | | .bgColor { |
| | | padding: 2px 5px; |
| | |
| | | } |
| | | |
| | | .bold { |
| | | color: #00aeef; |
| | | font-weight: 400; |
| | | font-weight: 600; |
| | | font-family: "方正书宋"; |
| | | margin: 10px 0; |
| | | } |
| | |
| | | |
| | | .dialogQuestion { |
| | | background-color: #1c9e3a; |
| | | height: 80px; |
| | | height: 50px; |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | color: #fff; |
| | | font-size: 16px; |
| | | padding: 0 40px 0 20px; |
| | | |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | } |
| | | |