123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .main{
- display: inline-block;
- }
- .container{
- width: 90%;
- height: 150px;
- margin-left: 5%;
- margin-top: 50px;
- border-top: 2px solid #f5f5f5;
- border-bottom: 2px solid #f5f5f5;
- position:absolute;
- float: right;
- display: flex;
- }
- .container img{
- width: 100px;
- height: 100px;
- margin-top: 25px;
- margin-left: 20px;
- }
- .name{
- margin-left: 20px;
- margin-top: 15px;
- font-size: 20px;
- color: #363a3c;
- }
- .type{
- margin-left: 20px;
- margin-top: 15px;
- color: #a9a9a9;
- display: flex;
- }
- .type div{
- border-radius: 10px;
- text-align: center;
- width: 50px;
- height: 22px;
- background-color: #dcdcdc;
- color: #595c5d;
- font-size: 15px;
- }
- .modle{
- margin-left: 20px;
- margin-top: 15px;
- color: #a9a9a9;
- }
- .eye{
- margin-left: 50%;
- margin-top: 10px;
- }
- .showinfo{
- margin-top: 220px;
- margin-left: 6%;
- font-size: 20px;
- color: #363a3c;
- border-left: 4px solid #008000;
- padding-left: 10px;
- }
- .info_text{
- width: 100%;
- margin-top: 20px;
- margin-left: 6%;
- padding-left: 10px;
- }
- .shop_img{
- margin-top: 20px;
- display: inline-block;
- margin-left: 6%;
- }
- .shop_img img{
- width: 20%;
- }
|