| 123456789101112131415161718192021222324252627282930313233343536373839 |
- button {
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
- .button-sp-area {
- margin: 0 auto;
- width: 100%;
- }
- .content {
- text-align: center;
- height: 400rpx;
- }
- .wrapper {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .button {
- width: 200px;
- margin-top: 30px;
- margin-left: 20px;
- padding-top: 20px;
- padding-bottom: 20px;
- border-width: 2px;
- border-style: solid;
- border-color: #458B00;
- background-color: #458B00;
- }
- .text {
- font-size: 30px;
- color: #666666;
- text-align: center;
- }
|