otherbind.wxss 488 B

12345678910111213141516171819202122232425262728293031
  1. .unbind {
  2. padding-top: 306rpx;
  3. }
  4. .unbind-img {
  5. width: 383rpx;
  6. height: 242rpx;
  7. display: block;
  8. margin: 0 auto 20rpx;
  9. }
  10. .unbind-title {
  11. text-align: center;
  12. font-size: 36rpx;
  13. color: #4c4c4c;
  14. }
  15. .unbind-about {
  16. padding-top: 5rpx;
  17. font-size: 30rpx;
  18. color: #aaaaaa;
  19. text-align: center;
  20. }
  21. .unbind-btn {
  22. width: 220rpx;
  23. height: 80rpx;
  24. background-color: #ff6a6a;
  25. color: #fff;
  26. font-size: 28rpx;
  27. margin: 40rpx auto 0;
  28. text-align: center;
  29. line-height: 80rpx;
  30. border-radius: 8rpx;
  31. }