|
|
@@ -1,15 +1,15 @@
|
|
|
@font-face {
|
|
|
font-family: "unidreamledregular";
|
|
|
- src: url("@/static/font/unidreamled/unidreamled.woff2") format("woff2"),
|
|
|
- url("@/static/font/unidreamled/unidreamled.woff") format("woff");
|
|
|
+ src: url("@/assets/font/unidreamled/unidreamled.woff2") format("woff2"),
|
|
|
+ url("@/assets/font/unidreamled/unidreamled.woff") format("woff");
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: "ysbth";
|
|
|
- src: url("@/static/font/ysbth/ysbth.woff2") format("woff2"),
|
|
|
- url("@/static/font/ysbth/ysbth.woff") format("woff");
|
|
|
+ src: url("@/assets/font/ysbth/ysbth.woff2") format("woff2"),
|
|
|
+ url("@/assets/font/ysbth/ysbth.woff") format("woff");
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
font-display: swap;
|
|
|
@@ -180,7 +180,7 @@
|
|
|
height: 88rpx;
|
|
|
border: 0;
|
|
|
border-radius: 0;
|
|
|
- background: url(@/static/detail/btn-buy.png) no-repeat;
|
|
|
+ background: url(@/assets/detail/btn-buy.png) no-repeat;
|
|
|
background-size: contain;
|
|
|
font-size: 24rpx;
|
|
|
line-height: 1;
|
|
|
@@ -198,7 +198,7 @@
|
|
|
left: 12rpx;
|
|
|
width: 100rpx;
|
|
|
height: 32rpx;
|
|
|
- background: url(@/static/detail/btn-buy-pop-2.png) no-repeat center top;
|
|
|
+ background: url(@/assets/detail/btn-buy-pop-2.png) no-repeat center top;
|
|
|
background-size: contain;
|
|
|
text-align: center;
|
|
|
font-size: 16rpx;
|
|
|
@@ -207,12 +207,12 @@
|
|
|
line-height: 28rpx;
|
|
|
}
|
|
|
&.btn-level-2 {
|
|
|
- background-image: url(@/static/detail/btn-buy-2.png);
|
|
|
+ background-image: url(@/assets/detail/btn-buy-2.png);
|
|
|
}
|
|
|
&.btn-level-3 {
|
|
|
- background-image: url(@/static/detail/btn-buy-3.png);
|
|
|
+ background-image: url(@/assets/detail/btn-buy-3.png);
|
|
|
.btn-pop {
|
|
|
- background-image: url(@/static/detail/btn-buy-pop-3.png);
|
|
|
+ background-image: url(@/assets/detail/btn-buy-pop-3.png);
|
|
|
color: #ffcd2f;
|
|
|
}
|
|
|
}
|