fe-qrcode.css 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. #tab0_url{
  15. width: 350px;
  16. height: 50px;
  17. }
  18. #tab1_text {
  19. width:350px;
  20. height:80px;
  21. }
  22. #confirm_button {
  23. float: right;
  24. }
  25. label {
  26. font-weight:bold;
  27. vertical-align:top;
  28. }
  29. #tabs-5 label {
  30. width: 100px;
  31. text-align: right;
  32. display: inline-block;
  33. }
  34. #tabs-5 input {
  35. width: 300px;
  36. }
  37. #fieldset_qr {
  38. width: 780px;
  39. margin:5px auto;
  40. background: #fff;
  41. display: none;
  42. }
  43. #preview{
  44. margin:20px;
  45. text-align:center;
  46. }
  47. fieldset {
  48. border: 1px solid #aaa;
  49. }
  50. legend {
  51. font-size: 14px;
  52. color: #b00;
  53. }
  54. textarea {
  55. width: 350px;
  56. height: 50px;
  57. }