fe-qrcode.css 1003 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. html {
  2. background:url(../img/baidufe_bj.gif);
  3. font-size: 14px;
  4. color:#333;
  5. }
  6. #fieldset_marker {
  7. width:780px;
  8. padding:10px;
  9. margin:5px auto;
  10. line-height: 30px;
  11. background: #fff;
  12. font-size: 12px;
  13. }
  14. #tab1_text {
  15. width:700px;
  16. height:80px;
  17. }
  18. #confirm_button {
  19. float: right;
  20. }
  21. label {
  22. font-weight:bold;
  23. vertical-align:top;
  24. }
  25. #tabs-5 label {
  26. width: 100px;
  27. text-align: right;
  28. display: inline-block;
  29. }
  30. #tabs-5 input {
  31. width: 500px;
  32. }
  33. #fieldset_qr {
  34. width: 780px;
  35. margin:5px auto;
  36. background: #fff;
  37. display: none;
  38. }
  39. #preview{
  40. margin:20px;
  41. text-align:center;
  42. }
  43. fieldset {
  44. border: 1px solid #aaa;
  45. }
  46. legend {
  47. font-size: 14px;
  48. color: #b00;
  49. }
  50. textarea {
  51. width: 600px;
  52. height: 50px;
  53. }
  54. canvas {
  55. border: 1px solid #ddd;
  56. padding: 10px;
  57. }
  58. .x-logo {
  59. position: absolute;
  60. left: -10000px;
  61. top:-10000px;
  62. }
  63. #opt_fc {
  64. width:56px;
  65. }