| 12345678910111213141516171819202122232425262728 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-126cdb34 {
- padding-top: 22rpx;
- }
- .container .input.data-v-126cdb34 {
- display: flex;
- align-items: center;
- margin: 0 auto;
- width: 690rpx;
- height: 87rpx;
- background-color: #fff;
- }
- .container .button.data-v-126cdb34 {
- margin: 0 auto;
- margin-top: 118rpx;
- width: 690rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- color: #fff;
- font-size: 32rpx;
- font-weight: 500;
- border-radius: 16rpx;
- background-color: #3396FB;
- }
|