|
@@ -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>
|