case.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .main{
  2. display: inline-block;
  3. }
  4. .container{
  5. width: 90%;
  6. height: 150px;
  7. margin-left: 5%;
  8. margin-top: 50px;
  9. border-top: 2px solid #f5f5f5;
  10. border-bottom: 2px solid #f5f5f5;
  11. position:absolute;
  12. float: right;
  13. display: flex;
  14. }
  15. .container img{
  16. width: 100px;
  17. height: 100px;
  18. margin-top: 25px;
  19. margin-left: 20px;
  20. }
  21. .name{
  22. margin-left: 20px;
  23. margin-top: 15px;
  24. font-size: 20px;
  25. color: #363a3c;
  26. }
  27. .type{
  28. margin-left: 20px;
  29. margin-top: 15px;
  30. color: #a9a9a9;
  31. display: flex;
  32. }
  33. .type div{
  34. border-radius: 10px;
  35. text-align: center;
  36. width: 50px;
  37. height: 22px;
  38. background-color: #dcdcdc;
  39. color: #595c5d;
  40. font-size: 15px;
  41. }
  42. .modle{
  43. margin-left: 20px;
  44. margin-top: 15px;
  45. color: #a9a9a9;
  46. }
  47. .eye{
  48. margin-left: 50%;
  49. margin-top: 10px;
  50. }
  51. .showinfo{
  52. margin-top: 220px;
  53. margin-left: 6%;
  54. font-size: 20px;
  55. color: #363a3c;
  56. border-left: 4px solid #008000;
  57. padding-left: 10px;
  58. }
  59. .info_text{
  60. width: 100%;
  61. margin-top: 20px;
  62. margin-left: 6%;
  63. padding-left: 10px;
  64. }
  65. .shop_img{
  66. margin-top: 20px;
  67. display: inline-block;
  68. margin-left: 6%;
  69. }
  70. .shop_img img{
  71. width: 20%;
  72. }