1234567891011121314151617181920 |
- .demo-color-picker .block {
- padding: 30px 0;
- text-align: center;
- border-right: solid 1px #eff2f6;
- display: inline-block;
- width: 50%;
- box-sizing: border-box;
- &:last-child {
- border-right: none;
- }
- }
- .demo-color-picker .demonstration {
- display: block;
- color: #8492a6;
- font-size: 14px;
- margin-bottom: 20px;
- }
- .demo-color-picker .el-color-picker + .el-color-picker {
- margin-left: 20px;
- }
|