mindon.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*头图片*/
  2. #toubu {
  3. background-image: url(../hd/img/banner.png);
  4. border: 0;
  5. width: 100%;
  6. display: block;
  7. }
  8. /*背景图*/
  9. .main {
  10. padding: 0 0 3rem 0;
  11. box-sizing: border-box;
  12. width: 100%;
  13. background: url(../hd/img/body_bg.jpg) no-repeat #0d072a;
  14. background-size: 100%;
  15. }
  16. body {
  17. width: 100%;
  18. height: 100%;
  19. background-size: 100%;
  20. }
  21. /*按钮样式*/
  22. .btn, .Tbtn {
  23. height: 3rem;
  24. background: #eb284e;
  25. color: #fff;
  26. font-size: 1.2rem;
  27. border: none;
  28. border-radius: 20px;
  29. box-shadow: 0px 0px 10px rgba(6,2,24,0.8) inset;
  30. appearance: none;
  31. -webkit-appearance: none;
  32. }
  33. /*头图片与按钮中间文字*/
  34. #tx {
  35. margin: auto;
  36. font-size: 0.75rem;
  37. color: #FFF;
  38. opacity: 0.6;
  39. padding-left: 1rem;
  40. padding-bottom: 10px;
  41. }
  42. /*通用的统一认证样式*/
  43. iframe {
  44. position: fixed;
  45. top: 0;
  46. margin:0;
  47. padding:0;
  48. left: 0;
  49. width: 100%;
  50. height:100%;
  51. -webkit-overflow-scrolling: touch;
  52. border: 0px;
  53. }
  54. .tips_header {
  55. display: flex;
  56. justify-content: center;
  57. text-align: center;
  58. align-items: center;
  59. }
  60. .tips_header .line {
  61. display: inline-block;
  62. flex: 1;
  63. border-top: 1px dotted #3d3955;
  64. }