1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .box-bg {
- background-color: #F5F5F5;
- padding: 5px 0;
- }
- .uni-picker {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- margin-left: 4px;
- }
- .input-view {
- display: flex;
- flex-direction: row;
- background-color: #f8f8f8;
- height: 30px;
- border-radius: 15px;
- flex-wrap: nowrap;
- margin: 7px 0;
- line-height: 30px;
- width: 90%;
- }
- .input-uni-icon {
- line-height: 30px;
- }
- .nav-bar-input {
- height: 30px;
- line-height: 30px;
- width: 80%;
- padding: 0 5px;
- font-size: 12px;
- background-color: #f8f8f8;
- }
- .tagMask {
- width: 100vw;
- background: #fff;
- position: fixed;
- left: 0;
- }
- .cardBox {
- display: flex;
- flex-wrap: wrap;
- }
- .cardBox .tag {
- margin: 5px;
- }
|