whao 2 years ago
parent
commit
e0d64fe7cc
2 changed files with 38 additions and 38 deletions
  1. 0 37
      src/assets/styles/animal.scss
  2. 38 1
      src/views/animal.vue

+ 0 - 37
src/assets/styles/animal.scss

@@ -1,37 +0,0 @@
-//动物保护
-.icon-animal-con{
-  width: 100%;
-  display: block!important;
-}
-.icon-animal{
-  display: block;
-  margin: 2px auto;
-  background: none!important;
-}
-.icon-animal-text{
-  display: block!important;
-  text-align: center!important;
-  padding: 0.5rem 0.5rem 0rem 0.5rem;
-}
-.animal-text{
-  background: #f5ad1b;
-  border: 0.2px solid rgba(19, 64, 64, 0.7);
-  height: 3.2rem;
-  width: 4rem;
-  text-align: center;
-  margin: 0px auto;
-  border-radius: 0.5rem;
-  color: #fff !important;
-}
-.animal-text h6{
-  color: #fff!important;
-}
-.w100{
-  width:100%!important;
-}
-.animal-img{
-  height: 3rem!important;
-}
-.w-6{
-  width: 6rem!important;
-}

+ 38 - 1
src/views/animal.vue

@@ -240,5 +240,42 @@
 
 <style rel="stylesheet/scss" lang="scss" scoped>
 	@import '@/assets/styles/base.scss';
-	@import '@/assets/styles/animal.scss';
+	//动物保护
+	.icon-animal-con{
+	  width: 100%;
+	  display: block!important;
+	}
+	.icon-animal{
+	  display: block;
+	  margin: 2px auto;
+	  background: none!important;
+	}
+	.icon-animal-text{
+	  display: block!important;
+	  text-align: center!important;
+	  padding: 0.5rem 0.5rem 0rem 0.5rem;
+	}
+	.animal-text{
+	  background: #f5ad1b;
+	  border: 0.2px solid rgba(19, 64, 64, 0.7);
+	  height: 3.2rem;
+	  width: 4rem;
+	  text-align: center;
+	  margin: 0px auto;
+	  border-radius: 0.5rem;
+	  color: #fff !important;
+	}
+	.animal-text h6{
+	  color: #fff!important;
+	}
+	.w100{
+	  width:100%!important;
+	}
+	.animal-img{
+	  height: 3rem!important;
+	}
+	.w-6{
+	  width: 6rem!important;
+	}
+	
 </style>