123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .details-main {
- padding: 20rpx;
- position: fixed;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0;
- background: #fff;
- overflow: hidden;
- overflow-y: auto;
- }
- .header-box {
- margin-top: 48rpx;
- padding: 24rpx 0;
- .price-img {
- width: 140rpx;
- height: 140rpx;
- background-color: #000000;
- margin-bottom: 12rpx;
- }
- .header-title {
- font-family: PingFang SC;
- font-size: 32rpx;
- font-weight: normal;
- line-height: 32rpx;
- letter-spacing: normal;
- color: #000000;
- padding: 20rpx 0 30rpx;
- }
- .header-price {
- font-family: PingFang SC;
- font-size: 34rpx;
- font-weight: bold;
- line-height: 48rpx;
- letter-spacing: normal;
- color: #3D3D3D;
-
- }
- }
- .stauts-box {
- padding: 23rpx 0;
- display: flex;
- .stauts-text {
- margin-right: 44rpx;
- }
- }
- .list-box {
- padding: 23rpx 0;
- .list-item {
- display: flex;
- .list-name {
- width: 150rpx;
- }
- }
- }
|