addpage.css 610 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .pos_wz{
  2. position:relative;
  3. }
  4. .pos_wz_p{
  5. width:265px;
  6. text-align: center;
  7. color:#fff;
  8. position: absolute;
  9. top:30%;
  10. font-size:32px;
  11. }
  12. .ts_p_style{
  13. font-size: 18px!important;
  14. margin-top: 20px!important;
  15. }
  16. .p32{
  17. padding: 17px 32px;
  18. }
  19. .ml110{
  20. margin-left:110px;
  21. }
  22. .pb15{
  23. padding-bottom:15px;
  24. }
  25. .mt20{
  26. margin-top:20px;
  27. }
  28. .bor_rad{
  29. border-radius: 10%!important;
  30. }
  31. .plr{
  32. padding-left:20px!important;
  33. padding-right:20px!important;
  34. }
  35. .mr{
  36. margin-top: 22px;
  37. padding: 10px;
  38. }
  39. .w900{
  40. width:850px!important;
  41. }
  42. .w600{
  43. width:600px!important;
  44. }