12345678910111213141516171819202122232425262728293031323334353637 |
- page {
- height: 100%;
- }
- image {
- width: 200rpx;
- height: 200rpx;
- margin: 20px;
- }
- .container {
- background-color: #f2f2f2;
- }
- .tip {
- flex-basis: 60%;
- }
- .tip view {
- font-size: 24rpx;
- color: #999;
- }
- .buttons {
- justify-content: space-around !important;
- }
- .buttons button {
- width: 42%;
- padding:0;
- box-sizing: inherit;
- margin:0;
- font-size: inherit;
- }
- .button::after{
- border:1px solid transparent;
- }
|