qrcode.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. body,html{
  2. margin:0;
  3. padding:0
  4. }
  5. .qrcode {
  6. height: 300px;
  7. width: 300px;
  8. background:white;
  9. font-family:"Microsoft Yahei";
  10. line-height:300px;
  11. text-align:center;
  12. position:relative;
  13. }
  14. .qrcode2{
  15. height: 300px;
  16. width: 300px;
  17. background:white;
  18. margin:50px;
  19. font-family:"Microsoft Yahei";
  20. line-height:300px;
  21. text-align:center;
  22. position:relative;
  23. }
  24. .text{
  25. height: 25px;
  26. line-height: 25px;
  27. width: 300px;
  28. margin-top:50px;
  29. margin-left: 25px;
  30. width: 350px;
  31. height:150px;
  32. font-family:"Microsoft Yahei";
  33. resize:none;
  34. }
  35. .big_box{
  36. width:800px;
  37. height:420px;
  38. position:absolute;
  39. z-index:99;
  40. }
  41. .box_left{
  42. width:50%;
  43. height:inherit;
  44. float:left;
  45. background-color:#E0E0E0;
  46. }
  47. .box_right{
  48. width:50%;
  49. height:inherit;
  50. float:left;
  51. background-color:#E0E0E0;
  52. }
  53. .build_btn{
  54. width:300px;
  55. margin-left:50px;
  56. }
  57. .text_length{
  58. margin:0;
  59. margin-left:50px;
  60. font-family:"Microsoft Yahei";
  61. }
  62. .back_color{
  63. /* margin-left:50px; */
  64. /* margin-top:20px; */
  65. width: 100%;
  66. height: calc(100% - 35px);
  67. float: left;
  68. }
  69. .back_color div{
  70. float:left;
  71. font-family:"Microsoft Yahei";
  72. }
  73. .back_color input{
  74. float:left;
  75. font-family:"Microsoft Yahei";
  76. }
  77. .back_div{
  78. width: 350px;
  79. height:110px;
  80. background-color:white;
  81. margin-left: 25px;
  82. margin-top:10px;
  83. }
  84. .change{
  85. width:100%;
  86. height:35px;
  87. float: left;
  88. background-color:silver;
  89. }
  90. .back_color_c{
  91. width:70px;
  92. height:30px;
  93. font-family:"Microsoft Yahei";
  94. font-size:16px;
  95. line-height:33px;
  96. text-align:center;
  97. float:left;
  98. border-radius:10px 10px 0px 0px;
  99. margin-top:5px;
  100. margin-left:10px;
  101. cursor:pointer;
  102. }
  103. .back_img_c{
  104. width:70px;
  105. height:30px;
  106. font-family:"Microsoft Yahei";
  107. font-size:16px;
  108. line-height:33px;
  109. text-align:center;
  110. float:left;
  111. border-radius:10px 10px 0px 0px;
  112. margin-top:5px;
  113. margin-left:10px;
  114. cursor:pointer;
  115. }
  116. .back_img{
  117. /* margin-left:50px; */
  118. /* margin-top:20px; */
  119. width: 100%;
  120. height: calc(100% - 35px);
  121. float: left;
  122. }
  123. .back_img div{
  124. float:left;
  125. font-family:"Microsoft Yahei";
  126. }
  127. .back_img input{
  128. float:left;
  129. font-family:"Microsoft Yahei";
  130. }
  131. .show_img{
  132. width:86px;
  133. height:66px;
  134. background-size:100% 100%;
  135. position:absolute;
  136. top:0px;
  137. left:0px;
  138. margin:2px;
  139. }