/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-7-9, 16:05:46
    Author     : yjl
*/
.lm-home-page-my-basket .basket-box
{
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    border: 1px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
}
.lm-home-page-my-basket .basket-box .basket-bg
{
    padding-left: 25px;
}
.lm-home-page-my-basket .basket-box .number
{
    border-radius: 6px;
    padding: 0 3px;
    color: #FFFFFF;
}