// 背景和颜色 .primary { background: #4f78ff; color: #ffffff; } .default { background: #ffffff; border: 1px solid #2655ef; border-radius: 3px; color: #2956f1; } .danger { background: rgba(246, 140, 46, 0.2); color: #F78989; } .primary-s { background: #f1f5f9; color: #4f78ff; border: 1px solid #4f78ff; } * { box-sizing: border-box; } // icon 本地 .add-icon { display: inline-block; width: 18px; height: 18px; //background: url('~@/assets/images/plan/add.png') no-repeat; background-size: contain; } .delete-icon { display: inline-block; width: 18px; height: 18px; //background: url('~@/assets/images/plan/delete.png') no-repeat; background-size: contain; } .share-icon { display: inline-block; width: 18px; height: 18px; //background: url('~@/assets/images/plan/share.png') no-repeat; background-size: contain; }