1234567891011121314151617181920212223 |
- .from-room{
- width: 100%;
- box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
- border-radius: 24px;
-
- }
- .weui-agree .weui-agree__text {
- display: inline;
- }
- button {
- width: calc(100% - 60px);
- height: 92px;
- background: #1A3B83;
- margin: 0 auto;
- line-height: 92px;
- border-radius: 12px;
- font-size: 40px;
- color: #ffffff;
- }
- .font{
- font-size: 28px;
- color: #202020;
- }
|