| | |
| | | height: 100%; |
| | | background-color: #fdfdfd; |
| | | box-shadow: 0px 0px 23px #72727278; |
| | | background-image: url(/src/assets/images/dry/ganzaoji-x.png); |
| | | background-image: url(/src/assets/images/dry/gzj.png); |
| | | background-repeat: no-repeat; |
| | | background-size: 60% 60%; |
| | | background-position: 105px 127px; |
| | | background-size: 55% 46%; |
| | | background-position: 122px 165px; |
| | | border-radius: 8px; |
| | | } |
| | | |
| | |
| | | border: none; |
| | | background: #ce0000; |
| | | } |
| | | |
| | | |
| | | .blingbling { |
| | | -webkit-transition: -webkit-transform 0.4s ease-in-out; |
| | | transition: transform 0.4s ease-in-out; |
| | | |
| | | } |
| | | .blingbling:hover { |
| | | -webkit-transform: scale(1.1); |
| | | transform: scale(1.1); |
| | | } |
| | | </style> |