12345678910111213141516171819202122232425262728293031323334 |
- .form-content {
- height: 100%;
- margin: 40px auto;
- .example-body {
- > View {
- width: 90%;
-
- font-size: 34px;
- font-weight: bold;
- color: #333333;
- }
- > Input {
- margin-top: 58px;
- width: 90%;
- font-size: 34px;
- color: #333333;
- padding-bottom: 30px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
- }
- .aTextareaCentent {
- // width: 85%;
- background: #fefefe;
- border: 2px solid rgba(0, 0, 0, 0.2);
- border-radius: 20px;
- // min-height: 25vh;
- // margin: 1em auto;
- padding: 10px 37px;
- }
- }
- .buton-bottom {
- width: 100%;
- margin: 85px auto;
- }
- }
|