You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
1.5 KiB
92 lines
1.5 KiB
7 months ago
|
/**
|
||
|
* 单文件样式
|
||
|
* 请勿使用
|
||
|
*/
|
||
|
|
||
|
.u-dropdown__menu__item:last-child {
|
||
|
margin-right: 21rpx;
|
||
|
margin-left: 143rpx;
|
||
|
background-color: #eeeeee;
|
||
|
border-radius: 26rpx;
|
||
|
height: 55rpx;
|
||
|
width: 144rpx;
|
||
|
font-size: 28rpx;
|
||
|
// background-image: url('https://niangao.oss-cn-hangzhou.aliyuncs.com/ouhai_xcx/public/icon-map.png');
|
||
|
|
||
|
// background-size: 38rpx 38rpx;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: contain;
|
||
|
margin-top: 10rpx;
|
||
|
box-shadow: 0 3rpx 10rpx rgba(0,0,0,0.3);
|
||
|
.u-dropdown__menu__item__text{
|
||
|
margin-left: 50rpx;
|
||
|
}
|
||
|
.u-icon__icon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.title-container {
|
||
|
height: 35rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.content {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
|
||
|
.title {
|
||
|
color: #2a2a2a;
|
||
|
font-weight: bold;
|
||
|
font-size: 36rpx;
|
||
|
font-family: PingFang SC;
|
||
|
}
|
||
|
|
||
|
.level {
|
||
|
text-align: center;
|
||
|
width: 58rpx;
|
||
|
height: 33rpx;
|
||
|
background: #fff1eb;
|
||
|
border-radius: 4rpx;
|
||
|
font-size: 22rpx;
|
||
|
font-family: DIN;
|
||
|
font-weight: bold;
|
||
|
color: #ff540b;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.price-container {
|
||
|
font-family: DIN;
|
||
|
font-weight: bold;
|
||
|
color: #ff540b;
|
||
|
.name {
|
||
|
font-size: 24rpx;
|
||
|
font-family: PingFang SC;
|
||
|
color: #333333;
|
||
|
margin-right: 11rpx;
|
||
|
}
|
||
|
|
||
|
.symbol {
|
||
|
margin-right: 5rpx;
|
||
|
}
|
||
|
|
||
|
.price {
|
||
|
font-size: 42rpx;
|
||
|
}
|
||
|
|
||
|
.qi {
|
||
|
color: #666666;
|
||
|
font-size: 20rpx;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
.oldPrice {
|
||
|
text-decoration: line-through;
|
||
|
color: #979797;
|
||
|
font-size: 24rpx;
|
||
|
font-weight: 400;
|
||
|
}
|