invitation_mobile.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box
  5. }
  6. body {
  7. background: #FFFFFF;
  8. font-family: Microsoft YaHei, 微软雅黑, simhei;
  9. font-size: 18px;
  10. color:#333;
  11. }
  12. .weixin-share-helper {
  13. width: 218px;
  14. height: 400px;
  15. position: absolute;
  16. top: 50%;
  17. left: 50%;
  18. margin-top: -200px;
  19. margin-left: -109px;
  20. text-align: center;
  21. }
  22. .weixin-share-helper .subtitle {
  23. display: block;
  24. width: 110px;
  25. height: 110px;
  26. background: url("../img/logo.png") no-repeat;
  27. background-size: contain;
  28. margin: 0 auto;
  29. text-indent: -9999px;
  30. }
  31. .weixin-share-helper .share-view {
  32. display: block;
  33. font-size: 18px;
  34. color:#333;
  35. margin: 5px auto;
  36. text-decoration: underline;
  37. }
  38. .weixin-share-helper .share-step {
  39. margin: 40px auto 0px auto;
  40. overflow: hidden;
  41. }
  42. .weixin-share-helper .share-step .share-step-tag {
  43. display: block;
  44. width: 30px;
  45. height: 30px;
  46. border: 2px solid #000;
  47. border-radius: 50%;
  48. font-weight: bold;
  49. float: left;
  50. margin-right: 10px;
  51. padding: 4px 3px 3px 2px;
  52. font-size: 14px;
  53. }
  54. .weixin-share-helper .share-step .share-step-notify {
  55. display: block;
  56. line-height: 30px;
  57. vertical-align: middle;
  58. float: left;
  59. }
  60. .weixin-share-helper .share-step .share-step1 {
  61. width: 30px;
  62. float: left;
  63. margin-top: 2px;
  64. margin-left: 4px;
  65. }
  66. .weixin-share-helper .share-step .share-step2 {
  67. width: 160px;
  68. margin: 15px 5px 0 30px;
  69. }