ruleName.wxss 531 B

12345678910111213141516171819202122232425262728
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-126cdb34 {
  5. padding-top: 22rpx;
  6. }
  7. .container .input.data-v-126cdb34 {
  8. display: flex;
  9. align-items: center;
  10. margin: 0 auto;
  11. width: 690rpx;
  12. height: 87rpx;
  13. background-color: #fff;
  14. }
  15. .container .button.data-v-126cdb34 {
  16. margin: 0 auto;
  17. margin-top: 118rpx;
  18. width: 690rpx;
  19. height: 80rpx;
  20. line-height: 80rpx;
  21. text-align: center;
  22. color: #fff;
  23. font-size: 32rpx;
  24. font-weight: 500;
  25. border-radius: 16rpx;
  26. background-color: #3396FB;
  27. }