123456789101112131415161718192021222324252627282930313233343536373839 |
- /* 步进器 */
- .stepper{
- width: 90px;
- height: 26px;
- border: 1px solid #999;
- border-radius: 5px;
- }
- .stepper-content{
- border-left: 1px solid #999;
- border-right: 1px solid #999;
- height: 26px;
- text-align: center;
- font-size: 14px;
- color: #999;
- }
- .stepper-control{
- width: 24px;
- height: 100%;
- }
- .stepper-control-reduce-icon{
- font-weight: bold;
- font-size: 12px;
- }
- .stepper-control-add-icon{
- transform: scale(0.7);
- }
- /* 步进器 */
- /* 订单类型的 */
- .steeper-order{
- width: 110px;
- }
- .steeper-order,.steeper-order .stepper-content{
- border-color: #fff;
- }
- .steeper-order .stepper-content{
- color: #fff;
- }
- /* 订单类型的 */
|