123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .page.YiJianFanKui {
- width: 100%;
- height: 100%;
- overflow-y: scroll;
- background: #fff;
- > .Title {
- margin-top: 40px;
- > image {
- height: 50px;
- margin-left: 20px;
- }
- }
- > .Form {
- padding: 0 20px;
- margin-top: 20px;
- > view {
- box-sizing: border-box;
- border: 4px solid #e5e3e3;
- border-radius: 16px;
- padding: 10px;
- > textarea {
- font-size: 30px;
- color: #999;
- line-height: 40px;
- width: 100%;
- }
- > text {
- display: block;
- font-size: 24px;
- color: #999;
- text-align: right;
- line-height: 40px;
- }
- }
- }
- > text {
- width: 620px;
- font-size: 40px;
- display: block;
- font-weight: bold;
- line-height: 100px;
- border-radius: 100px;
- background: #fddd39;
- margin: 40px auto 0;
- text-align: center;
- box-shadow: 0 5px 10px 5px rgba(253, 221, 57, 0.3);
- }
- }
|