|
|
@@ -76,18 +76,6 @@
|
|
|
> span {
|
|
|
color: #646566;
|
|
|
}
|
|
|
- // 素材列表为空时,表格里的上传素材按钮的样式
|
|
|
- .upload-btn-in-table {
|
|
|
- cursor: pointer;
|
|
|
- width: 100px;
|
|
|
- height: 36px;
|
|
|
- background: linear-gradient(144deg, #00AEFB 0%, #0076F6 100%);
|
|
|
- border-radius: 22px;
|
|
|
- border: none;
|
|
|
- font-size: 14px;
|
|
|
- color: #FFFFFF;
|
|
|
- margin-top: 20px;
|
|
|
- }
|
|
|
}
|
|
|
.upload-task-list {
|
|
|
z-index: 1;
|
|
|
@@ -264,6 +252,19 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 列表为空时,上传按钮的样式。因为在“我的作品”和“我的素材”里位置不一样,所以只能写在这里。
|
|
|
+.upload-btn-in-table {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 100px;
|
|
|
+ height: 36px;
|
|
|
+ background: linear-gradient(144deg, #00AEFB 0%, #0076F6 100%);
|
|
|
+ border-radius: 22px;
|
|
|
+ border: none;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
// 左上角上传素材按钮的提示icon,hover时的样式和一般的有tooltip的元素不一样
|
|
|
.hover-tips.hover-tips-upload-icon {
|
|
|
&:hover {
|