/* @import "../../utils/wxParse/wxParse.wxss"; */ .product_detail_container{ height: auto; } .product_detail_title_image { width: 100%; height: 480rpx; background: rgba(248, 248, 248, 1); border-radius: 4rpx; } .product_detail_title_image image { width: 368rpx; height: 325rpx; display: block; margin: auto auto; padding-top: 75rpx; } .product_detail_describe { display: flex; flex-direction: column; width: 93%; margin: auto auto; padding-top: 30rpx; padding-bottom: 10rpx; } .product_detail_content { width: 100%; background: rgba(255, 255, 255, 1); height: auto; /* overflow: scroll; */ margin-bottom: 110rpx; } .wxParse{ background: rgba(255, 255, 255, 1); } .product_detail_name { width: 597rpx; height: 39rpx; font-size: 30rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(51, 51, 51, 1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .product_detail_worth { width: 100%; height: 29rpx; font-size: 38rpx; font-family: PingFang-SC-Bold; font-weight: bold; color: rgba(255, 73, 73, 1); margin-top: 10rpx; } .unit { width: 51rpx; height: 24rpx; font-size: 26rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); } .product_detail_key { height: 28rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); margin-top: 45rpx; } .product_detail_value { font-size: 30rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); margin-top: 25rpx; padding-left: 25rpx; } .product_detail_bottom { width: 100%; height: 120rpx; position: fixed; bottom: 0.3rpx; background: rgba(255, 255, 255, 1); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); display: flex; justify-content: center; align-items: center; } .product_detail_exchange { width: 550rpx; height: 80rpx; background: var(--color--); border-radius: 40rpx; text-align: center; line-height: 80rpx; font-size: 36rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(255, 255, 255, 1); } .d { display: inline-block; width: 8rpx; height: 8rpx; background: rgba(102, 102, 102, 1); border-radius: 50%; margin-bottom: 6rpx; } .wxParse image{ width: 100%; }