Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

85 Zeilen
1.2 KiB

  1. * {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. }
  6. body,
  7. html {
  8. font-size: 13px;
  9. font-family: "微软雅黑";
  10. color: #333;
  11. overflow-x: hidden;
  12. }
  13. #carddiv{
  14. width: 100%;
  15. }
  16. .printBox{
  17. width: 100%;
  18. }
  19. .printBox > div{
  20. position: relative;
  21. /* padding-bottom: 62.795276%; */
  22. overflow: hidden;
  23. /* height: 0; */
  24. }
  25. .cardBg{
  26. height: 100%;
  27. width: 100%;
  28. position: absolute;
  29. top: 0;
  30. left: 0;
  31. }
  32. .print{
  33. padding: 11% 0% 0 7%;
  34. position: relative;
  35. z-index: 4;
  36. }
  37. .printImg{
  38. float: left;
  39. margin-top: 8px;
  40. width: 28%;
  41. }
  42. .printImg div{
  43. height: 0;
  44. overflow: hidden;
  45. padding-bottom: 140%;
  46. }
  47. .printImg img{
  48. width: 100%;
  49. display: block;
  50. }
  51. .printCon{
  52. color: #000;
  53. margin-left: 49%;
  54. margin-top: 7px;
  55. }
  56. .printT{
  57. font-size: 18px;
  58. margin-bottom: 4px;
  59. }
  60. .printTxt{
  61. font-size: 14px;
  62. margin-top: 7px;
  63. }
  64. .printT:first-child .student{
  65. font-size: 18px;
  66. }
  67. .btns{
  68. width: 100px;
  69. height: 30px;
  70. text-align: center;
  71. line-height: 30px;
  72. color: #fff;
  73. font-size: 15px;
  74. border-radius: 4px;
  75. background: #08a8fb;
  76. cursor: pointer;
  77. position: fixed;
  78. bottom: 10px;
  79. right: 10px;
  80. }