金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
739 B

  1. #phone{
  2. padding: 0 15px;
  3. .phone__warning{
  4. padding: 25px 0 20px 0;
  5. text-align: center;
  6. i{
  7. color: #FFBE00;
  8. font-size: 50px;
  9. }
  10. }
  11. .phone__text{
  12. font-size: 14px;
  13. color: #888888;
  14. line-height: 20px;
  15. margin-bottom: 32px;
  16. }
  17. .phone__btn{
  18. width: 100%;
  19. padding:15px 0;
  20. line-height: 1;
  21. font-size: 17px;
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. border-radius: 3px;
  26. &.wechat-phoneBtn{
  27. color:#FFFFFF;
  28. background: #2CAB2B;
  29. border: #2CAB2B;
  30. margin-bottom:20px;
  31. }
  32. &.again-phoneBtn{
  33. color: #4A4A4A;
  34. background: #ffffff;
  35. border: 1px solid #DCDCDC;
  36. }
  37. i{
  38. padding-right:10px;
  39. }
  40. }
  41. }