verify.wxss 307 B

12345678910111213141516171819
  1. /* pages/verify/verify.wxss */
  2. view{
  3. text-align: center;
  4. padding: 20% 50rpx;
  5. }
  6. view text{
  7. display: block;
  8. margin: 100rpx 0;
  9. color: #000;
  10. font-size: 22rpx;
  11. }
  12. navigator{
  13. background: #0580D3;
  14. color: #fff;
  15. width: 100%;
  16. border-radius: 50rpx;
  17. /* height: 40px; */
  18. line-height: 36px;
  19. }