@conecli/cone-render 0.10.1-shop3.4 → 0.10.1-shop3.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.h5.ts +1 -1
  4. package/dist/common/index.jd.ts +1 -1
  5. package/dist/common/index.ts +1 -1
  6. package/dist/common/index.weapp.ts +1 -1
  7. package/dist/common/jssdk.ts +1 -1
  8. package/dist/common/token/index.h5.ts +1 -1
  9. package/dist/common/token/token.jd.ts +1 -1
  10. package/dist/common/wxappApi.ts +1 -1
  11. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  12. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  13. package/dist/components/base/CountDown/index.tsx +1 -1
  14. package/dist/components/base/CustomScrollView/index-back.tsx +1 -0
  15. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  16. package/dist/components/base/CustomVideo/index.tsx +1 -1
  17. package/dist/components/base/Dialog/index.module.scss +11 -0
  18. package/dist/components/base/InViewRender/index.tsx +1 -1
  19. package/dist/components/base/NetworkDataError/const.ts +1 -1
  20. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  21. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  22. package/dist/components/base/Price/Base/index.module.scss +12 -0
  23. package/dist/components/base/Price/Base/index.tsx +1 -1
  24. package/dist/components/base/Price/Double/index.module.scss +24 -0
  25. package/dist/components/base/Price/Double/index.tsx +1 -1
  26. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  27. package/dist/components/floorItem.weapp.tsx +1 -1
  28. package/dist/interface/common.ts +1 -1
  29. package/dist/interface/component.ts +1 -1
  30. package/dist/interface/jumpEventReport.ts +1 -1
  31. package/dist/jumpEventReport/base.ts +1 -1
  32. package/dist/jumpEventReport/const.ts +1 -1
  33. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  34. package/dist/jumpEventReport/index.h5.ts +1 -1
  35. package/dist/jumpEventReport/index.jd.ts +1 -1
  36. package/dist/jumpEventReport/index.weapp.ts +1 -1
  37. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  38. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  39. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  40. package/dist/jumpEventReport/web.base.ts +1 -1
  41. package/dist/jumpEventReport/web.jd.ts +1 -1
  42. package/dist/jumpEventReport/web.pc.ts +1 -1
  43. package/dist/jumpEventReport/web.tjm.ts +1 -1
  44. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  45. package/dist/language/en_US.json +178 -0
  46. package/dist/language/zh_CN.json +178 -0
  47. package/dist/language/zh_HK.json +178 -0
  48. package/dist/libs/taroAppReport.js +2 -2
  49. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -56
  50. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  51. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  52. package/dist/open/api/environment.ts +1 -1
  53. package/dist/open/api/shopMember.ts +1 -1
  54. package/dist/open/api/util.ts +1 -1
  55. package/dist/sass/app.h5.scss +273 -224
  56. package/dist/service/fetchGateway.ts +1 -1
  57. package/dist/service/fetchGateway.weapp.ts +1 -0
  58. package/dist/service/http/colorSign.ts +1 -1
  59. package/dist/service/http/const.ts +1 -1
  60. package/dist/service/http/h5Http.ts +1 -1
  61. package/dist/service/requestServer.h5.ts +1 -1
  62. package/dist/service/requestServer.ts +1 -1
  63. package/dist/service/requestServer.weapp.ts +1 -0
  64. package/dist/utils/connectNativeJsBridge.ts +1 -1
  65. package/dist/utils/h5Utils.ts +1 -1
  66. package/dist/utils/index.h5.ts +1 -1
  67. package/dist/utils/index.ts +1 -1
  68. package/dist/utils/index.weapp.ts +1 -1
  69. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  70. package/dist/utils/jumpExtMapUtil.ts +1 -0
  71. package/dist/utils/log.ts +1 -0
  72. package/dist/utils/sColor.js +1 -1
  73. package/dist/utils/utils.ts +1 -1
  74. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  75. package/dist/wxapp/common/user_info.js +1 -1
  76. package/package.json +159 -141
@@ -119,3 +119,14 @@
119
119
  transform: scale3d(1, 1, 1);
120
120
  }
121
121
  }
122
+ :global{
123
+ .d-shop-pad{
124
+ :local{
125
+
126
+ .d-dialog-content{
127
+ max-width: 520PX;
128
+ }
129
+ }
130
+ }
131
+
132
+ }
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
2
1
  getNativePageScrollRes,
3
2
  latestFromNativeMsgStorage,
4
3
  const { children, placeholder, height, className, inViewCallback } = props
5
4
  const [componentShowState, setComponentShowState] = useState(false)
6
5
  const [componentRenderShowState, setComponentRenderShowState] = useState(
7
6
  false,
8
7
  )
9
8
  const componentLazyRef = useRef<HTMLElement | null>(null)
10
9
  const componentShowStateRef = useRef(false)
11
10
  const needShowHighVersion =
12
11
  isH5AndJdShopViewH5Scroll &&
13
12
  !(
14
13
  global.info.queryInfo?.downgraded &&
15
14
  global.info.queryInfo.downgraded === 'true'
16
15
  )
17
16
  const rootDom =
18
17
  isH5AndJdShopView && needShowHighVersion
19
18
  ? null
20
19
  : document.querySelector('#J_shopHomeRoot')
21
20
  if (isH5AndJdShopView && !needShowHighVersion && !isAppStowShop) {
22
21
  useEffect(() => {
23
22
  const latestRes =
24
23
  latestFromNativeMsgStorage[TaroEventType.PAGE_SCROLL] || {}
25
24
  !componentShowStateRef.current && dealPageScrollInfo(latestRes)
26
25
  Taro.eventCenter.on(TaroEventType.PAGE_SCROLL, res => {
27
26
  !componentShowStateRef.current && dealPageScrollInfo(res)
28
27
  })
29
28
  }, [])
30
29
  useEffect(() => {
31
30
  if (componentShowState) {
32
31
  typeof inViewCallback === 'function' && inViewCallback()
33
32
  }
34
33
  }, [componentShowState])
35
34
 
36
35
  const dealPageScrollInfo = res => {
37
36
  const { displayHeight, offSetY } = getNativePageScrollRes(res) || {}
38
37
  if (
39
38
  typeof displayHeight === 'undefined' ||
40
39
  typeof offSetY === 'undefined'
41
40
  )
42
41
  return
43
42
  if (componentLazyRef.current) {
44
43
  const eleClientRect = componentLazyRef.current.getBoundingClientRect()
45
44
  const getContainerHeightOffSetY = displayHeight + offSetY
46
45
  const eleOffsetTop = Math.ceil(eleClientRect.top)
47
46
  if (!componentShowStateRef.current) {
48
47
  if (getContainerHeightOffSetY > eleOffsetTop) {
49
48
  componentShowStateRef.current = true
50
49
  setComponentShowState(true)
51
50
  Taro.nextTick(() => {
52
51
  setComponentRenderShowState(true)
53
52
  })
54
53
  }
55
54
  }
56
55
  }
57
56
  }
58
57
  return (
59
58
  <View
60
59
  ref={componentLazyRef}
61
60
  className={classNames(
62
61
  lazyLayoutLoadStyle['d-app-floor-lazy-layout-load'],
63
62
  'd-app-floor-lazy-load',
64
63
  className,
65
64
  )}
66
65
  style={{
67
66
  minHeight: `${
68
67
  componentRenderShowState
69
68
  ? 'auto'
70
69
  : height + (typeof height === 'number' ? 'px' : '')
71
70
  }`,
72
71
  backgroundColor: componentRenderShowState ? 'transparent' : '#ffffff',
73
72
  }}
74
73
  >
75
74
  {componentShowState ? children : placeholder}
76
75
  </View>
77
76
  )
78
77
  } else {
79
78
  const { ref, inView } = useInView({
80
79
  threshold: 0.5,
81
80
  triggerOnce: true,
82
81
  root: rootDom || null,
83
82
  rootMargin: `0px 0px 0px 0px`,
84
83
  delay: 300,
85
84
  })
86
85
  useEffect(() => {
87
86
  if (inView) {
88
87
  typeof inViewCallback === 'function' && inViewCallback()
89
88
  }
90
89
  }, [inView])
91
90
  return (
92
91
  <View
93
92
  className={className}
94
93
  ref={ref}
95
94
  style={{
96
95
  minHeight: inView
97
96
  ? 'auto'
98
97
  : typeof height === 'number'
99
98
  ? `${height}px`
100
99
  : height,
101
100
  backgroundColor: 'transparent',
102
101
  }}
103
102
  >
104
103
  {inView ? children : placeholder}
105
104
  </View>
106
105
  )
107
106
  }
108
107
  children: null,
109
108
  placeholder: null,
110
109
  height: 1,
111
110
  className: '',
112
111
  lazyNodeClassName: '',
113
112
  inViewCallback: null,
113
+ import Taro from '@tarojs/taro';
114
114
  getNativePageScrollRes,
115
115
  latestFromNativeMsgStorage,
116
116
  const { children, placeholder, height, className, inViewCallback } = props;
117
117
  const [componentShowState, setComponentShowState] = useState(false);
118
118
  const [componentRenderShowState, setComponentRenderShowState] = useState(false);
119
119
  const componentLazyRef = useRef<HTMLElement | null>(null);
120
120
  const componentShowStateRef = useRef(false);
121
121
  const needShowHighVersion =
122
122
  isH5AndJdShopViewH5Scroll &&
123
123
  !(global.info.queryInfo?.downgraded && global.info.queryInfo.downgraded === 'true');
124
124
  const rootDom =
125
125
  isH5AndJdShopView && needShowHighVersion ? null : document.querySelector('#J_shopHomeRoot');
126
126
  if (isH5AndJdShopView && !needShowHighVersion && !isAppStowShop) {
127
127
  useEffect(() => {
128
128
  const latestRes = latestFromNativeMsgStorage[TaroEventType.PAGE_SCROLL] || {};
129
129
  !componentShowStateRef.current && dealPageScrollInfo(latestRes);
130
130
  Taro.eventCenter.on(TaroEventType.PAGE_SCROLL, (res) => {
131
131
  !componentShowStateRef.current && dealPageScrollInfo(res);
132
132
  });
133
133
  }, []);
134
134
  useEffect(() => {
135
135
  if (componentShowState) {
136
136
  typeof inViewCallback === 'function' && inViewCallback();
137
137
  }
138
138
  }, [componentShowState]);
139
139
 
140
140
  const dealPageScrollInfo = (res) => {
141
141
  const { displayHeight, offSetY } = getNativePageScrollRes(res) || {};
142
142
  if (typeof displayHeight === 'undefined' || typeof offSetY === 'undefined') return;
143
143
  if (componentLazyRef.current) {
144
144
  const eleClientRect = componentLazyRef.current.getBoundingClientRect();
145
145
  const getContainerHeightOffSetY = displayHeight + offSetY;
146
146
  const eleOffsetTop = Math.ceil(eleClientRect.top);
147
147
  if (!componentShowStateRef.current) {
148
148
  if (getContainerHeightOffSetY > eleOffsetTop) {
149
149
  componentShowStateRef.current = true;
150
150
  setComponentShowState(true);
151
151
  Taro.nextTick(() => {
152
152
  setComponentRenderShowState(true);
153
153
  });
154
154
  }
155
155
  }
156
156
  }
157
157
  };
158
158
  return (
159
159
  <View
160
160
  ref={componentLazyRef}
161
161
  className={classNames(
162
162
  lazyLayoutLoadStyle['d-app-floor-lazy-layout-load'],
163
163
  'd-app-floor-lazy-load',
164
164
  className,
165
165
  )}
166
166
  style={{
167
167
  minHeight: `${
168
168
  componentRenderShowState ? 'auto' : height + (typeof height === 'number' ? 'px' : '')
169
169
  }`,
170
170
  backgroundColor: componentRenderShowState ? 'transparent' : '#ffffff',
171
171
  }}
172
172
  >
173
173
  {componentShowState ? children : placeholder}
174
174
  </View>
175
175
  );
176
176
  } else {
177
177
  const { ref, inView } = useInView({
178
178
  threshold: 0.5,
179
179
  triggerOnce: true,
180
180
  root: rootDom || null,
181
181
  rootMargin: `0px 0px 0px 0px`,
182
182
  delay: 300,
183
183
  });
184
184
  useEffect(() => {
185
185
  if (inView) {
186
186
  typeof inViewCallback === 'function' && inViewCallback();
187
187
  }
188
188
  }, [inView]);
189
189
  return (
190
190
  <div
191
191
  className={className}
192
192
  ref={ref}
193
193
  style={{
194
194
  minHeight: inView ? 'auto' : typeof height === 'number' ? `${height}px` : height,
195
195
  backgroundColor: 'transparent',
196
196
  }}
197
197
  >
198
198
  {inView ? children : placeholder}
199
199
  </div>
200
200
  );
201
201
  }
202
202
  children: null,
203
203
  placeholder: null,
204
204
  height: 1,
205
205
  className: '',
206
206
  lazyNodeClassName: '',
207
207
  inViewCallback: null,
@@ -1 +1 @@
1
- import { NETWORK_DATA_TYPE } from '../../../common/const'
2
1
  [NETWORK_DATA_TYPE.NO_NET_WORK]: '网络连接已断开',
3
2
  [NETWORK_DATA_TYPE.DATA_ERROR]: '数据加载失败',
4
3
  [NETWORK_DATA_TYPE.NO_DATA]: '你访问的内容飞到太空了',
5
4
  [NETWORK_DATA_TYPE.RISK]: '活动太火爆',
6
5
  [NETWORK_DATA_TYPE.NO_NET_WORK]: '请检查您的网络设置',
7
6
  [NETWORK_DATA_TYPE.DATA_ERROR]: '请稍后重试',
8
7
  [NETWORK_DATA_TYPE.NO_DATA]: '',
9
8
  [NETWORK_DATA_TYPE.RISK]: '页面加载失败,请稍后再试',
10
9
  NETWORK_DATA_TYPE.NO_NET_WORK,
11
10
  NETWORK_DATA_TYPE.DATA_ERROR,
12
11
  NETWORK_DATA_TYPE.NO_DATA,
13
12
  NETWORK_DATA_TYPE.RISK,
14
13
  No_Data_Bmall:'no-data-bmall',
14
+ import { NETWORK_DATA_TYPE } from '../../../common/const';
15
15
  [NETWORK_DATA_TYPE.NO_NET_WORK]: global?.languageJsonData?.loseNetwork || '网络连接已断开',
16
16
  [NETWORK_DATA_TYPE.DATA_ERROR]:
17
17
  global?.languageJsonData?.highTraffic || '活动太火爆,访问人数较多',
18
18
  [NETWORK_DATA_TYPE.NO_DATA]: global?.languageJsonData?.highTraffic || '活动太火爆,访问人数较多',
19
19
  [NETWORK_DATA_TYPE.RISK]: global?.languageJsonData?.highTraffic || '活动太火爆,访问人数较多',
20
20
  [NETWORK_DATA_TYPE.NO_NET_WORK]: global?.languageJsonData?.checkNetwork || '请检查您的网络设置',
21
21
  [NETWORK_DATA_TYPE.DATA_ERROR]:
22
22
  global?.languageJsonData?.pageLoadFailed || '排队进场中,请稍后再试',
23
23
  [NETWORK_DATA_TYPE.NO_DATA]: global?.languageJsonData?.pageLoadFailed || '排队进场中,请稍后再试',
24
24
  [NETWORK_DATA_TYPE.RISK]: `${
25
25
  global?.languageJsonData?.pageLoadFailed || '排队进场中,请稍后再试'
26
26
  }。`,
27
27
  NETWORK_DATA_TYPE.NO_NET_WORK,
28
28
  NETWORK_DATA_TYPE.DATA_ERROR,
29
29
  NETWORK_DATA_TYPE.NO_DATA,
30
30
  NETWORK_DATA_TYPE.RISK,
31
31
  PART: 'part',
32
32
  FULL: 'full',
33
33
  No_Data_Default_Tip: 'no-data-default-tip',
34
34
  No_Data_Tip_1: 'no-data-tip-1',
35
35
  No_Data_Tip_2: 'no-data-tip-2',
36
36
  No_Network_Err_Tip: 'no-network',
37
37
  No_Data_Bmall: 'no-data-bmall',
38
38
  OLD: 'old',
39
39
  NEW: 'new',
@@ -1,94 +1,140 @@
1
1
 
2
2
  .d-shop-network {
3
- position: fixed;
4
- top: 0;
5
- left: 0;
6
- right: 0;
7
- bottom: 0;
8
- background: #e5e5e5;
9
- &.d-shop-network-white {
10
- background-color: #fff;
11
- }
12
- .d-error-content {
13
- text-align: center;
14
- }
3
+ position: fixed;
4
+ top: 0;
5
+ left: 0;
6
+ right: 0;
7
+ bottom: 0;
8
+ background: #e5e5e5;
9
+ &.d-shop-network-white {
10
+ background-color: #fff;
11
+ }
12
+ .d-error-content {
13
+ text-align: center;
14
+ &.d-new-style-content {
15
+ .d-data-error,
16
+ .d-no-data,
17
+ .d-no-data-tip-1,
18
+ .d-no-data-tip-2 {
19
+ width: 240px;
20
+ height: 240px;
21
+ background: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png')
22
+ 0 0 /240px 240px no-repeat;
23
+ }
24
+ .d-data-error-tip {
25
+ padding-bottom: 24px;
26
+ line-height: 38px;
27
+ font-size: 32px;
28
+ font-weight: 600;
29
+ color: #1a1a1a;
30
+ }
31
+ .d-data-error-sub-tip {
32
+ margin: 0;
33
+ font-size: 24px;
34
+ color: #505259;
35
+ }
36
+ .d-no-data-tip {
37
+ line-height: 44px;
38
+ font-size: 24px;
39
+ font-weight: normal;
40
+ color: #505259;
41
+ }
42
+ .d-no-data-sub-tip {
43
+ margin: 0;
44
+ font-weight: normal;
45
+ color: #505259;
46
+ }
47
+ .d-opt-btn {
48
+ width: 160px;
49
+ height: 64px;
50
+ line-height: 64px;
51
+ font-size: 28px;
52
+ color: #1a1a1a;
53
+ border-radius: 12px;
54
+ border: none;
55
+
56
+ &:after{
57
+ border: 1PX solid #C2C4CC;
58
+ }
59
+ }
60
+ }
61
+ }
15
62
 
16
- .d-error-tip {
17
- font-size: 28px;
18
- font-weight: bold;
19
- line-height: 28px;
20
- color: #8C8C8C;
21
- }
22
- .d-error-sub-tip {
23
- margin-top: 16px;
24
- font-size: 24px;
25
- line-height: 24px;
26
- color: #8C8C8C;
27
- }
28
- .d-error-type {
29
- width: 320px;
30
- height: 320px;
31
- background-size: contain;
32
- background-repeat: no-repeat;
63
+ .d-error-tip {
64
+ font-size: 28px;
65
+ font-weight: bold;
66
+ line-height: 28px;
67
+ color: #1a1a1a;
68
+ }
69
+ .d-error-sub-tip {
70
+ margin-top: 16px;
71
+ font-size: 24px;
72
+ line-height: 24px;
73
+ color: #8c8c8c;
74
+ }
75
+ .d-error-type {
76
+ width: 320px;
77
+ height: 320px;
78
+ background-size: contain;
79
+ background-repeat: no-repeat;
33
80
  margin: 0 auto;
34
- }
81
+ }
35
82
 
36
- .d-no-network {
37
- // background-image: url('https://m.360buyimg.com/imagetools/jfs/t1/219405/34/29129/32963/64892a0eF2c068392/86c3fcf9d980ff10.png');
38
- background-image: url('../../../assets/networkError.png');
39
- }
83
+ .d-no-network {
84
+ // background-image: url('https://m.360buyimg.com/imagetools/jfs/t1/219405/34/29129/32963/64892a0eF2c068392/86c3fcf9d980ff10.png');
85
+ background-image: url('../../../assets/networkError.png');
86
+ }
40
87
 
41
- .d-data-error {
42
- background-image: url('https://m.360buyimg.com/imagetools/jfs/t1/106708/34/36128/37234/64896f52Fed1530e0/7b403e068aae316c.png');
43
- }
88
+ .d-data-error {
89
+ background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png');
90
+ }
44
91
  .d-risk {
45
- background-image: url('https://m.360buyimg.com/imagetools/jfs/t1/106708/34/36128/37234/64896f52Fed1530e0/7b403e068aae316c.png');
92
+ background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png');
93
+ }
94
+ .d-no-data {
95
+ background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png');
96
+ }
97
+ .d-no-data-tip-1 {
98
+ background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png');
46
99
  }
47
- .d-no-data {
48
- background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/190994/19/325/42717/6088fed0Ec4b502d5/0e8de7593fb0d06c.png');
49
- }
50
- .d-no-data-tip-1 {
51
- background-image: url('https://img14.360buyimg.com/imagetools/jfs/t1/152550/40/8432/21643/5fc9cae0E5391a506/523da679188ff687.png');
52
- }
53
-
54
100
  .d-no-data-tip-2 {
55
- background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/142705/35/17776/5911/5fd1e62dE4fbc2300/3ee1d4160db1dac6.png');
101
+ background-image: url('https://img11.360buyimg.com/imagetools/jfs/t1/256437/5/21857/22576/67b438adFed8a2665/7df7277fec7e3e8e.png');
102
+ }
103
+ .d-no-network-err-tip {
104
+ background-image: url('https://img14.360buyimg.com/imagetools/jfs/t1/146556/1/17745/7493/5fd1e62dE86e86669/96f5c91befa8e991.png');
56
105
  }
57
- .d-no-network-err-tip {
58
- background-image: url('https://img14.360buyimg.com/imagetools/jfs/t1/146556/1/17745/7493/5fd1e62dE86e86669/96f5c91befa8e991.png');
59
- }
60
106
  .d-no-data-bmall {
61
107
  background-image: url('https://img12.360buyimg.com/imagetools/jfs/t1/217798/34/32933/150484/64ccadf3Fde1a93bf/9b1b8929a9631469.png');
62
108
  }
63
-
64
- .d-opt-btn {
65
- display: flex;
66
- justify-content: center;
67
- align-items: center;
68
- width: 144px;
69
- height: 56px;
70
- margin-top: 32px;
71
- padding: 0;
72
- font-size: 24px;
73
- color: #fa2c19;
74
- border: 1PX solid #fa2c19;
75
- box-sizing: border-box;
76
- border-radius: 48px;
77
- &:active {
78
- opacity: 0.8;
79
- }
80
- }
109
+
110
+ .d-opt-btn {
111
+ display: flex;
112
+ justify-content: center;
113
+ align-items: center;
114
+ width: 144px;
115
+ height: 56px;
116
+ margin-top: 32px;
117
+ padding: 0;
118
+ font-size: 24px;
119
+ color: #fa2c19;
120
+ border: 1px solid #fa2c19;
121
+ box-sizing: border-box;
122
+ border-radius: 48px;
123
+ &:active {
124
+ opacity: 0.8;
125
+ }
126
+ }
81
127
  }
82
128
 
83
129
  .d-network-jd-shop-view {
84
- min-height: 500px;
130
+ min-height: 500px;
85
131
  }
86
132
 
87
133
  .d-shop-network-part {
88
- position: absolute;
89
- min-height: 500px;
90
- background: #f2f2f2;
134
+ position: absolute;
135
+ min-height: 500px;
136
+ background: #f2f2f2;
91
137
  }
92
138
  .d-shop-network-no-position {
93
- position: static;
139
+ position: static;
94
140
  }