|
@@ -138,18 +138,22 @@
|
|
|
|
|
|
.cardetail_space{
|
|
.cardetail_space{
|
|
background-color:white;
|
|
background-color:white;
|
|
- padding:38px;
|
|
|
|
|
|
+ padding-top:36rpx;
|
|
|
|
+ margin-top:20rpx;
|
|
}
|
|
}
|
|
.cardetail_space_t{
|
|
.cardetail_space_t{
|
|
height: 32rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
line-height: 32rpx;
|
|
color: rgba(104, 104, 104, 1);
|
|
color: rgba(104, 104, 104, 1);
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
|
|
+ text-indent:10rpx;
|
|
border-left:6rpx solid #FFE600;
|
|
border-left:6rpx solid #FFE600;
|
|
|
|
+ margin:0rpx 40rpx;
|
|
}
|
|
}
|
|
.cardetail_baseinfo_c{
|
|
.cardetail_baseinfo_c{
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
|
+ padding: 0rpx 48rpx 40rpx;
|
|
}
|
|
}
|
|
.cardetail_baseinfo_i{
|
|
.cardetail_baseinfo_i{
|
|
width:33.3%;
|
|
width:33.3%;
|
|
@@ -166,4 +170,133 @@
|
|
line-height: 36rpx;
|
|
line-height: 36rpx;
|
|
color: rgba(155, 155, 155, 1);
|
|
color: rgba(155, 155, 155, 1);
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_describe{
|
|
|
|
+ line-height: 34rpx;
|
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ padding: 48rpx;
|
|
|
|
+ word-break: break-all;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.cardetail_collocate{
|
|
|
|
+ text-indent: 40rpx;
|
|
|
|
+ height: 30rpx;
|
|
|
|
+ line-height: 30rpx;
|
|
|
|
+ color: rgba(104, 104, 104, 1);
|
|
|
|
+ font-size: 20rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_collocate_list{
|
|
|
|
+ margin-top:40rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_collocate_item{
|
|
|
|
+}
|
|
|
|
+.cardetail_collocate_item_t{
|
|
|
|
+ border-top: 1rpx solid rgba(235, 235, 235, 1);
|
|
|
|
+ height: 88rpx;
|
|
|
|
+ line-height: 88rpx;
|
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ margin:0rpx 48rpx;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.cardetail_collocate_item_sw{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 33rpx;
|
|
|
|
+ right: 0rpx;
|
|
|
|
+ width: 22rpx;
|
|
|
|
+ height: 22rpx;
|
|
|
|
+ transition: transform 0.5s;
|
|
|
|
+}
|
|
|
|
+.collocate_open .cardetail_collocate_item_sw{
|
|
|
|
+ transform: rotate(180deg);
|
|
|
|
+}
|
|
|
|
+.cardetail_collocate_item_l{
|
|
|
|
+ height: 0rpx;
|
|
|
|
+ transition: height 0.5s;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ background-color: #fffef0;
|
|
|
|
+}
|
|
|
|
+/*.collocate_open .cardetail_collocate_item_l{
|
|
|
|
+ height: auto;
|
|
|
|
+}*/
|
|
|
|
+.cardetail_collocate_item_d{
|
|
|
|
+ height: 88rpx;
|
|
|
|
+ line-height: 88rpx;
|
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ border-top: 1rpx solid rgba(235, 235, 235, 1);
|
|
|
|
+ display: flex;
|
|
|
|
+}
|
|
|
|
+.collocate_item_n{
|
|
|
|
+ text-indent: 48rpx;
|
|
|
|
+ width:316rpx;
|
|
|
|
+}
|
|
|
|
+.collocate_item_v{
|
|
|
|
+ flex: 1;
|
|
|
|
+ color: rgba(104, 104, 104, 1);
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.cardetail_img_i{
|
|
|
|
+ margin:32rpx 38rpx 0rpx;
|
|
|
|
+ width: 674rpx;
|
|
|
|
+}
|
|
|
|
+/*********检查样式************/
|
|
|
|
+.cardetail_check_report{
|
|
|
|
+ padding-bottom: 80rpx;
|
|
|
|
+ border-bottom: 1rpx solid rgba(235, 235, 235, 1);
|
|
|
|
+}
|
|
|
|
+.cardetail_check_i{
|
|
|
|
+ display: flex;
|
|
|
|
+ height: 98rpx;
|
|
|
|
+ line-height: 98rpx;
|
|
|
|
+ border-bottom: 1rpx solid rgba(235, 235, 235, 1);
|
|
|
|
+}
|
|
|
|
+.cardetail_check_n{
|
|
|
|
+ width: 450rpx;
|
|
|
|
+ text-align: 48rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_check_n image{
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*******底部操作样式*******/
|
|
|
|
+.cardetail_op_list{
|
|
|
|
+ position: fixed;
|
|
|
|
+ left:0rpx;
|
|
|
|
+ bottom:0rpx;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 98rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ background-color:white;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.cardetail_op_collect,.cardetail_op_phone{
|
|
|
|
+ width: 136rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 24rpx;
|
|
|
|
+ color: rgba(104, 104, 104, 1);
|
|
|
|
+ font-size: 16rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_op_collect image,.cardetail_op_phone image{
|
|
|
|
+ width: 36rpx;
|
|
|
|
+ height: 36rpx;
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 20rpx auto 0rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_op_appointment,.cardetail_op_buy{
|
|
|
|
+ flex: 1;
|
|
|
|
+ background-color: #FFE600;
|
|
|
|
+ line-height: 98rpx;
|
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+}
|
|
|
|
+.cardetail_op_line{
|
|
|
|
+ border-top:25rpx solid #FFE600;
|
|
|
|
+ border-bottom:25rpx solid #FFE600;
|
|
|
|
+ width: 1rpx;
|
|
|
|
+ height: 48rpx;
|
|
|
|
+ background-color: rgba(155, 155, 155, 1);
|
|
|
|
+
|
|
}
|
|
}
|