|
@@ -75,21 +75,26 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.outer .title .text {
|
|
|
- height: 6.66vw;
|
|
|
- font-size: 4.8vw;
|
|
|
+ height: 0.5rem;
|
|
|
+ width: 3.6rem;
|
|
|
+ font-size: 0.36rem;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: #111111;
|
|
|
- line-height: 6.66vw;
|
|
|
+ line-height: 0.5rem;
|
|
|
}
|
|
|
|
|
|
-.outer .title {
|
|
|
-width: 17px;
|
|
|
-height: 40px;
|
|
|
-font-size: 28px;
|
|
|
-font-family: PingFangSC-Medium, PingFang SC;
|
|
|
-font-weight: 500;
|
|
|
-color: #FE9700;
|
|
|
-line-height: 40px;
|
|
|
+.outer .title .price {
|
|
|
+ width: 1.34rem;
|
|
|
+ height: 0.7rem;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #fe9700;
|
|
|
+ line-height: 0.7rem;
|
|
|
+}
|
|
|
+.outer .title .price .amount{
|
|
|
+ font-size: 0.50rem;
|
|
|
}
|
|
|
+
|
|
|
</style>
|