123456789101112131415161718192021222324252627 |
- .wanted_wrapper {
- width: 366px;
- height: 424px;
- font-size: 18px;
- text-align: center;
-
- .close_btn {
- position: absolute;
- top: 10px;
- right: 16px;
- width: 20px;
- height: 20px;
-
- & > button {
- border: none;
- padding: 0px;
- margin: 0px;
- cursor: pointer;
-
- & > img {
- width: 100%;
- }
- }
- }
-
- }
|