Commit b86bf4b5 authored by mengcuiguang's avatar mengcuiguang

修改展示广告弹窗样式

parent b3ee5789
......@@ -124,5 +124,10 @@
color: white;
font-size: 36rpx;
}
.downtext{
color: darkgray;
font-size: 26rpx;
}
}
</style>
\ No newline at end of file
......@@ -8,13 +8,13 @@
// border: 2rpx solid $main-color;
// // background-color: $main-color;
background: -webkit-linear-gradient(left, #03E6CA, #5DC6FD);
background: -webkit-linear-gradient(left, #f6773e, #f6773e);
/* Safari 5.1-6.0 */
background: -o-linear-gradient(right, #03E6CA, #5DC6FD);
background: -o-linear-gradient(right, #f6773e, #f6773e);
/* Opera 11.1-12.0 */
background: -moz-linear-gradient(right, #03E6CA, #5DC6FD);
background: -moz-linear-gradient(right, #f6773e, #f6773e);
/* Firefox 3.6-15 */
background: linear-gradient(to right, #03E6CA, #5DC6FD);
background: linear-gradient(to right, #f6773e, #f6773e);
// border: 2rpx solid $main-color;
border-radius: 76rpx;
......
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