| | |
| | | font-size: 16px; |
| | | |
| | | .draw { |
| | | width: 144px; |
| | | height: 44px; |
| | | // width: 144px; |
| | | // height: 44px; |
| | | line-height: 44px; |
| | | background: #5abf78; |
| | | color: #fff; |
| | | border: none; |
| | | border-radius: 22px; |
| | | |
| | | width: 216px; |
| | | height: 66px; |
| | | font-size: 30px; |
| | | } |
| | | |
| | | .repeal { |
| | | width: 100px; |
| | | height: 44px; |
| | | // width: 100px; |
| | | // height: 44px; |
| | | border-radius: 22px; |
| | | border: none; |
| | | |
| | | width: 150px; |
| | | height: 66px; |
| | | font-size: 30px; |
| | | } |
| | | |
| | | .save { |
| | | margin-left: 10px; |
| | | width: 100px; |
| | | height: 44px; |
| | | // width: 100px; |
| | | // height: 44px; |
| | | border-radius: 22px; |
| | | border: none; |
| | | |
| | | width: 150px; |
| | | height: 66px; |
| | | font-size: 30px; |
| | | } |
| | | } |
| | | |