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.

StudentQRCode.css 1.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #sQrCode {
  2. height: 100%;
  3. background-color: #EEF2F3;
  4. padding-bottom: 30px;
  5. }
  6. .sTabBox {
  7. line-height: 24px;
  8. text-align: center;
  9. margin-bottom: 18px;
  10. color: #333;
  11. }
  12. .sTabBox div {
  13. display: inline-block;
  14. width: 80px;
  15. background-color: rgba(255, 255, 255, .7);
  16. margin: 0 5px;
  17. font-size: 14px;
  18. border-radius: 2px;
  19. }
  20. .sQrLogo {
  21. background-image: url(images/xcBg.jpg);
  22. background-size: 100% 100%;
  23. text-align: center;
  24. line-height: 0;
  25. padding: 20px 0 70px;
  26. }
  27. .sQrLogoImg1 img {
  28. width: 20%;
  29. }
  30. .sQrLogoImg1 {
  31. margin-bottom: 10px;
  32. }
  33. .sQrLogoImg2 img {
  34. width: 50%;
  35. }
  36. .sQrBox {
  37. margin: -50px 20px 0;
  38. background-color: #fff;
  39. padding: 30px 38px;
  40. border-radius: 10px;
  41. -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  42. -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  43. box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  44. }
  45. .sQrT {
  46. font-weight: bold;
  47. text-align: center;
  48. font-size: 22px;
  49. margin-bottom: 20px;
  50. color: #000;
  51. }
  52. .sQrList {
  53. background-color: #F8F8F8;
  54. margin: 0 10px;
  55. padding: 10px 30px;
  56. border-radius: 4px
  57. }
  58. .sQrList div {
  59. padding: 7px 10px;
  60. font-size: 14px;
  61. color: #000;
  62. border-top: 1px solid #D7D7D7;
  63. }
  64. .sQrList div:first-child {
  65. border: 0;
  66. }
  67. .sQrList div span {
  68. color: #AEAEAE;
  69. margin-right: 10px;
  70. }
  71. .sQrImg {
  72. width: 145px;
  73. height: 145px;
  74. line-height: 0;
  75. margin: 20px auto;
  76. }
  77. .sQrImg img {
  78. width: 100%;
  79. }
  80. .sQrTxt {
  81. margin-bottom: 10px;
  82. text-align: center;
  83. font-size: 16px;
  84. font-weight: bold;
  85. color: #AEAEAE;
  86. }
  87. .sQrText {
  88. font-size: 14px;
  89. color: #AEAEAE;
  90. }