You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .admins-weapp-adverts-index-page {
- .adverts-card {
- .advert-item {
- & > .drag {
- cursor: move;
- background: #fff;
- box-shadow: 1px 2px 5px 3px #f0f0f0;
- }
-
- &-no {
- font-size: 28px;
- text-align: center;
- }
-
- &-img {
- cursor: pointer;
- width: 100%;
- height: 60px;
-
- & > img {
- display: block;
- width: 100%;
- height: 60px;
- background: #F5F5F5;
- }
- }
-
- .not_active {
- background: #F0F0F0;
- }
-
- .delete-btn {
- font-size: 20px;
- color: red;
- cursor: pointer;
- }
-
- .save-url-btn {
- cursor: pointer;
- }
-
- .operate-box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
-
- .online-check-box {
- font-size: 20px;
- }
-
- .name-input {
- flex: 1;
- }
- .link-input {
- flex: 3;
- }
- }
- }
- }
|