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.
66 lines
1.1 KiB
66 lines
1.1 KiB
|
|
.goods_con{
|
|
background-color: #F5F7FA;
|
|
padding-bottom: 154rpx;
|
|
}
|
|
|
|
/deep/ .u-indicator-item-dot{
|
|
background-color: rgba(50,20,129,.2) !important;
|
|
}
|
|
|
|
/deep/ .u-indicator-item-dot-active{
|
|
background-color: #34026B !important;
|
|
}
|
|
.detail_top{
|
|
background-color: #fff;
|
|
}
|
|
.detail_top .text_con{
|
|
padding: 24rpx 36rpx 72rpx 36rpx;
|
|
}
|
|
.detail_top .text_con .text{
|
|
font-size: 32rpx;
|
|
color: #303133;
|
|
line-height: 60rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.detail_top .text_con .price{
|
|
color: #954DE3;
|
|
font-size: 36rpx;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.detail_top .text_con .custom-style{
|
|
background-color: #BFC2CC;
|
|
height: 96rpx;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.detail_bottom{
|
|
background-color: #fff;
|
|
padding: 0 36rpx;
|
|
margin-top: 36rpx;
|
|
}
|
|
.detail_bottom .title{
|
|
color: #909399;
|
|
font-size: 28rpx;
|
|
line-height: 96rpx;
|
|
}
|
|
.goodsProperty{
|
|
padding: 32rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid #F5F7FA;
|
|
}
|
|
.goodsProperty .text{
|
|
display: block;
|
|
width: 50%;
|
|
font-size: 28rpx;
|
|
}
|
|
.goodsProperty .text1{
|
|
color: #606266;
|
|
}
|
|
.goodsProperty .text2{
|
|
color: #303133;
|
|
}
|