| | |
| | | left: 50%; |
| | | transform: translate3d(-50%, -50%, 0); |
| | | background-color: #fff; |
| | | width: 85%; |
| | | width: 80%; |
| | | border-radius: 3px; |
| | | font-size: 16px; |
| | | -webkit-user-select: none; |
| | | overflow: hidden; |
| | | -webkit-backface-visibility: hidden; |
| | | backface-visibility: hidden; |
| | | transition: .2s |
| | | transition: .2s; |
| | | border-radius:16px; |
| | | } |
| | | |
| | | .mint-msgbox-header { |
| | | padding: 15px 0 0 |
| | | padding: 30px 0 0 |
| | | } |
| | | |
| | | .mint-msgbox-content { |
| | |
| | | text-align: center; |
| | | padding-left: 0; |
| | | margin-bottom: 0; |
| | | font-size: 16px; |
| | | font-size: 26px; |
| | | font-weight: 700; |
| | | color: #333 |
| | | color: #333; |
| | | } |
| | | |
| | | .mint-msgbox-message { |
| | | line-height: 36px |
| | | line-height: 36px; |
| | | font-size: 20px; |
| | | color: #666666; |
| | | } |
| | | |
| | | .mint-msgbox-btns { |
| | | display: -ms-flexbox; |
| | | display: flex; |
| | | height: 40px; |
| | | line-height: 40px |
| | | height: 50px; |
| | | line-height: 50px |
| | | } |
| | | |
| | | .mint-msgbox-btn { |
| | | line-height: 35px; |
| | | line-height: 50px; |
| | | display: block; |
| | | background-color: #fff; |
| | | -ms-flex: 1; |
| | | flex: 1; |
| | | margin: 0; |
| | | border: 0 |
| | | border: 0; |
| | | font-size: 22px; |
| | | letter-spacing: 2px; |
| | | } |
| | | |
| | | .mint-msgbox-btn:focus { |
| | |
| | | |
| | | .mint-msgbox-cancel { |
| | | width: 50%; |
| | | border-right: 1px solid #ddd |
| | | border-right: 1px solid #ddd; |
| | | color: #999; |
| | | } |
| | | |
| | | .mint-msgbox-cancel:active { |
| | |
| | | } |
| | | |
| | | .mint-msgbox-message { |
| | | color: #999; |
| | | color: #666666; |
| | | margin: 0; |
| | | text-align: center; |
| | | line-height: 2rem !important |