@@ -52,8 +52,17 @@ export default {
width: 100%;
height: 100%;
}
- .back{
-
+
+ .back {
+ width: 32px;
+ height: 32px;
+ margin: 10px 20px;
+ background: #c5c5c5 url(~@/assets/img/tool/close.png) center center / 60% 60% no-repeat;
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ z-index: 999;
+ border-radius: 32px;
</style>