diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue
index 899308d..4b3edd0 100755
--- a/src/views/detail/detailIndex.vue
+++ b/src/views/detail/detailIndex.vue
@@ -20,6 +20,36 @@
+
+
+
+

+
+
闫旭Mike
+
2022-7-6 14:56
+
+
楼主
+
+
+
+
+
+
![]()
楼主
@@ -526,43 +557,62 @@ export default {
.offer-content {
padding: .56rem .32rem;
- .offer-content-item {
- line-height: .6rem;
+ .offer-content-box {
- .offer-content-key {
- font-size: .32rem;
- color: #7f7f7f;
- width: 2.04rem;
- }
+ .offer-content-item {
+ line-height: .6rem;
- .offer-content-value {
- font-size: .36rem;
- color: #333;
- }
-
- margin-bottom: .52rem;
- }
-
- .examine-victory-btn {
- color: #333;
- font-size: .3rem;
-
- .examine-victory-btn-outside {
- width: .4rem;
- height: .4rem;
- margin-left: .24rem;
- background: #50e3c2;
-
- .examine-victory-btn-icon {
- width: .22rem;
- height: .24rem;
+ &:not(:last-of-type) {
+ margin-bottom: .52rem;
}
+ .offer-content-key {
+ font-size: .32rem;
+ color: #7f7f7f;
+ width: 2.04rem;
+
+ }
+
+ .offer-content-value {
+ font-size: .36rem;
+ color: #333;
+ }
+
+
+
+ }
+ }
+
+ }
+
+ .examine-btn {
+ color: #333;
+ font-size: .3rem;
+ background: rgba(242, 242, 242, 1);
+ height: .96rem;
+ border-radius: 4.1rem;
+ margin-top: .52rem;
+
+ .examine-btn-outside {
+ width: .4rem;
+ height: .4rem;
+ margin-left: .24rem;
+ background: #fddf6d;
+ border-radius: 50%;
+
+ .examine-btn-icon {
+ width: .22rem;
+ height: .24rem;
}
}
}
+ .summary-content {
+ padding: .56rem .32rem;
+ }
+
+
}
}