Commit 1bfdcf91 authored by zhengke's avatar zhengke

增加风格

parent 84f986b4
...@@ -165,6 +165,13 @@ ...@@ -165,6 +165,13 @@
background-color: rgb(255, 69, 68); background-color: rgb(255, 69, 68);
} }
.ColorEeleven div:nth-child(1){
background-color: #ffc86d;
}
.ColorEeleven div:nth-child(2){
background-color: #00d6a6;
}
</style> </style>
<template> <template>
<div class="storeStyle"> <div class="storeStyle">
...@@ -250,6 +257,11 @@ ...@@ -250,6 +257,11 @@
cssName: 'ColorTen', cssName: 'ColorTen',
Id: 9, Id: 9,
ImgArr: ['passionate-red-pic-1.png', 'passionate-red-pic-2.png', 'passionate-red-pic-3.png'] ImgArr: ['passionate-red-pic-1.png', 'passionate-red-pic-2.png', 'passionate-red-pic-3.png']
},{
name: '教育风',
cssName: 'ColorEeleven',
Id: 10,
ImgArr: ['edu_search.png', 'edu_live.png', 'edu_car.png']
}], }],
//图片 //图片
Url1: 'classic-red-pic-1.png', Url1: 'classic-red-pic-1.png',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment