Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

style_1.css 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .qy-2-3{
  2. width: 230px;
  3. height: 32px;
  4. border-radius: 15px;
  5. background: #fff;
  6. margin-top: 6px;
  7. margin-left: 15px;
  8. line-height: 32px;
  9. float: left;
  10. display: block;
  11. z-index: 1000;
  12. position: relative;
  13. }
  14. .qy-2-3 img{
  15. margin-top: -2px;
  16. margin-left: 5px;
  17. }
  18. .qy-2-4{
  19. min-width: 300px;
  20. height: 40px;
  21. line-height: 46px;
  22. margin-left: 0px;
  23. float: left;
  24. }
  25. .qy-2-4 div{
  26. width: auto !important;
  27. float: left;
  28. margin-left: 15px;
  29. }
  30. .font-25{
  31. color: rgba(3, 8, 82, 0.83);
  32. font-family: "HarmonyOS Sans SC";
  33. font-size: 14px;
  34. font-weight: 300;
  35. line-height: 16px;
  36. letter-spacing: 0px;
  37. text-align: left;
  38. }
  39. .font-6{
  40. color: rgba(3, 8, 82, 0.31);
  41. font-family: "HarmonyOS Sans SC";
  42. font-size: 14px;
  43. font-weight: 300;
  44. line-height: 16px;
  45. letter-spacing: 0px;
  46. text-align: left;
  47. }
  48. .font-6 input{
  49. border:none;background: none;
  50. }
  51. /*
  52. 补充样式
  53. */
  54. .provincial{
  55. background: none !important;
  56. width: 100px !important;
  57. text-align: right;
  58. }
  59. .provincial span{
  60. color: rgba(3, 8, 82, 0.83);
  61. font-family: "HarmonyOS Sans SC";
  62. font-size: 14px;
  63. font-weight: 300;
  64. line-height: 16px;
  65. letter-spacing: 0px;
  66. text-align: left;
  67. }