survey-common.css 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. select {
  2. border: 1px #ddd solid;
  3. outline: none;
  4. height: 40px;
  5. color: #666;
  6. }
  7. .upFileDiv .upAppend {
  8. margin-bottom: 8px;
  9. border: 1px solid grey;
  10. padding: 6px;
  11. }
  12. .upFileDiv .upAppend a {
  13. float: right;
  14. margin-right: 10px;
  15. }
  16. .sbtn{
  17. background: #0887d2;
  18. width: 88px;
  19. height: 30px;
  20. color: #777;
  21. background-position: 0 -240px;
  22. font-size: 12px;
  23. border: 0;
  24. cursor: pointer;
  25. display: inline-block;
  26. zoom: 1;
  27. line-height: 30px;
  28. text-align: center;
  29. text-decoration: none;
  30. font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
  31. background: rgb(79, 139, 255);
  32. }
  33. .sbtn_0{
  34. background-position: 0 -200px;
  35. background: white;
  36. border: 1px dashed grey;
  37. }
  38. .sbtn_0:hover{
  39. background-position: 0 -200px;
  40. color: #fff;
  41. background: dodgerblue;
  42. border-color: dodgerblue;
  43. }