Commit 973d325a by wangshuo

保存二维码按钮

parent e754ba73
......@@ -81,19 +81,23 @@
display: flex;
justify-content: center;
align-items: center;
color: #070F08;
background:linear-gradient(90deg,rgba(255,227,0,1) 0%,rgba(255,202,0,1) 100%);
color: #070f08;
background: linear-gradient(
90deg,
rgba(255, 227, 0, 1) 0%,
rgba(255, 202, 0, 1) 100%
);
}
.subscribed {
background:rgba(254,228,29,1);
background: rgba(254, 228, 29, 1);
}
.living {
background:rgba(0,153,255,1);
color: #FFF;
background: rgba(0, 153, 255, 1);
color: #fff;
}
.check__video {
background:rgba(114,220,141,1);
color: #FFF;
background: rgba(114, 220, 141, 1);
color: #fff;
}
}
}
......@@ -105,7 +109,7 @@
align-items: center;
.sub__title {
color: #525C65;
color: #525c65;
font-size: 16px;
line-height: 16px;
font-weight: 500;
......@@ -115,15 +119,14 @@
}
.save-image {
width: 133px;
height: 30px;
margin-top: 16px;
background: rgba(83, 39, 250, 1);
border-radius: 15px;
font-size: 14px;
color: #fff;
-webkit-appearance: none;
outline: 0;
border: none;
}
width: 270px;
height: 44px;
background: rgba(255, 227, 25, 1);
border: 1px solid rgba(9, 9, 9, 1);
border-radius: 5px;
font-size: 16px;
font-weight: normal;
color: rgba(9, 9, 9, 1);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment