Commit 691093dd by liumengfei

优化buy now样式

parent b27e9b50
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/pub/
RewriteCond %{REQUEST_URI} !^/setup/
RewriteCond %{REQUEST_URI} !^/update/
RewriteCond %{REQUEST_URI} !^/dev/
RewriteRule .* /pub/$0 [L]
DirectoryIndex index.php
......@@ -22,6 +22,15 @@
border:none;
color:#0A246A;
}
.buynow-button{
width: 100%;
height: 50px;
line-height: 50px;
border: 1px solid #000;
text-align: center;
font-size: 22px;
border-radius: 5px;
}
</style>
<div class="buynow-button">
<div>
......
......@@ -44,6 +44,7 @@
width: 54px;
height: 54px;
line-height: 54px;
margin-bottom: 55px;
}
.towishlist::before{
-webkit-mask-size: 2rem 2rem;
......
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