网站
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .detail_box_table{
  2. background: #FFFFFF;
  3. border-radius: 12px;
  4. padding: 12px 35px 35px;
  5. }
  6. .detail_box_table ul li {
  7. float: left;
  8. padding: 10px 15px;
  9. }
  10. .detail_box_table ul li p{
  11. padding: 5px 17px;
  12. }
  13. .detail_box_table ul {
  14. background: #f5f5f5;
  15. border-radius: 12px;
  16. margin-top: 15px;
  17. }
  18. .detail_box_table ul li:nth-child(1) p,.detail_box_table ul li:nth-child(2) p{
  19. background-color: #168a44;
  20. color: #FFF;
  21. border-radius: 50px;
  22. }
  23. .supplyList{
  24. background: #FFFFFF;
  25. padding: 12px 35px;
  26. border-radius: 12px;
  27. }
  28. .supplyList_list li{
  29. margin-top: 15px;
  30. border:1px solid #e3e3e3;
  31. border-radius: 12px;
  32. overflow: hidden;
  33. position: relative;
  34. }
  35. .supplyList_list li:hover{
  36. cursor: pointer;
  37. box-shadow: 1px 1px 5px #ccc;
  38. }
  39. .supplyList_list li:hover table tr:first-child td p{
  40. color: #168a44!important;
  41. }
  42. .supplyList_list li table{
  43. padding: 10px 0px;
  44. margin-left: 2%;
  45. width: 70%;
  46. }
  47. .supplyList_tel{
  48. color: #168a44;
  49. font-weight: bold;
  50. font-size: 16px;
  51. text-align: right;
  52. }
  53. .supplyList_money{
  54. color: #d21313;
  55. font-size: 20px;
  56. }
  57. .supplyList_money span{
  58. color: #d21313;
  59. font-size: 14px;
  60. }
  61. .bq{
  62. font-size: 12px;
  63. background: #168a44;
  64. color: #FFF;
  65. padding: 2px 5px;
  66. border-radius: 4px;
  67. margin-left: 10px;
  68. }
  69. .supplyList_time{
  70. color:#a7a6a6;
  71. text-align: right;
  72. }
  73. .icon_tel{
  74. background: url("../images/icon_tel.png") no-repeat;
  75. display: inline-block;
  76. width: 20px;
  77. height: 20px;
  78. background-size: 100% 100%;
  79. vertical-align: middle;
  80. }
  81. .fail{
  82. position: absolute;
  83. right: 20%;
  84. top: 12%;
  85. }