meri-design-dev
Version:
基于vue框架的ui库
6 lines • 735 B
CSS
/*!
* @meri-design-dev v0.0.13
* (c) 2019-2020 wangyongcun
* Released under the MIT License.
* 2024-04-29 11:23:04
*/.p-stick{display:flex;width:100%;height:32px;line-height:32px;font-size:0}.p-stick .p-stick-item{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p-stick .p-stick-item.p-stick-item-none{display:none}.p-stick .p-stick-item.p-stick-item-default{background-color:#f8f9fa;color:#646c73}.p-stick .p-stick-item.p-stick-item-error{background-color:#fef2f1;color:#d83931}.p-stick .p-stick-item.p-stick-item-warning{background-color:#fff6eb;color:#de7802}.p-stick .p-stick-item.p-stick-item-info{background-color:#ebf6ff;color:#215dd9}