|
|
@@ -1565,6 +1565,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 海报
|
|
|
.phone-haibao-info-page{
|
|
|
width: 100%;height: 100vh;background-color: #fff;
|
|
|
display: flex;flex-direction: column;
|
|
|
@@ -1582,4 +1583,38 @@
|
|
|
.info-text-box{background-color: #fff;padding: 20rpx;border-radius:0 0 8rpx 8rpx;}
|
|
|
.img-box{border-radius: 8rpx;border: 1rpx solid #ccc;}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+// 信誉
|
|
|
+.phone-xycx-page{
|
|
|
+ width: 100%;height: 100vh;background-color: #f8f9fd;display: flex;flex-direction: column;
|
|
|
+ .xycx-line{width: 100%;height: 2rpx;background-color: #eee;margin: 24rpx 0 32rpx;}
|
|
|
+ .phone-xycx-body{
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+ .xycx-search-box{
|
|
|
+ margin: 20rpx;background-color: #fff;box-sizing: border-box;padding: 24rpx;
|
|
|
+ border-radius: 8rpx;font-size: 30rpx;color: #333;
|
|
|
+ .xycx-text{line-height: 1.6;margin-bottom: 10rpx;}
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-result-box{
|
|
|
+ margin: 0 20rpx 20rpx;background-color: #fff;box-sizing: border-box;padding: 24rpx;position: relative;
|
|
|
+ .result-text{color: #555;margin-bottom: 10rpx;padding-left: 16rpx;}
|
|
|
+ .result-content{color: #888;line-height: 1.6;padding-left: 16rpx;}
|
|
|
+ .yztg-icon,.yzsb-icon{
|
|
|
+ width: 120rpx;height: 120rpx;@include ezy-no-repeat-contain;
|
|
|
+ position: absolute;top: 16rpx;right: 24rpx;background-color: #fff;
|
|
|
+ }
|
|
|
+ .yztg-icon{background-image: url("@/static/images/common/yzcg-icon.svg");}
|
|
|
+ .yzsb-icon{background-image: url("@/static/images/common/yzsb-icon.svg");}
|
|
|
+ }
|
|
|
+ .result-title-box{
|
|
|
+ height: 46rpx;display: inline-flex;align-items: center;color: #3fd2a1;background-color: #e4f8f4;
|
|
|
+ border-radius: 20rpx;padding-right: 20rpx;font-size: 28rpx;line-height: 1;
|
|
|
+ .title-icon{
|
|
|
+ width: 46rpx;height: 46rpx;text-align: center;margin-right: 6rpx;
|
|
|
+ font-size: 28rpx;color: #fff;background: #3fd2a1;border-radius: 50%;
|
|
|
+ display: flex;align-items: center;justify-content: center;}
|
|
|
+ }
|
|
|
}
|