所属网格
@@ -547,6 +547,9 @@ export default {
}
.value {
+ width: 60%;
+ display: flex;
+ justify-content: flex-end;
.u-icon {
margin-left: 16px;
margin-bottom: 4px;
@@ -563,6 +566,29 @@ export default {
}
}
+ .address {
+ font-size: 32px;
+ font-family: PingFangSC-Regular, PingFang SC;
+ color: #333;
+ background: #FFFFFF;
+ border-bottom: 1px solid #D8DDE6;
+ padding: 34px 36px 34px 0;
+ box-sizing: border-box;
+
+ .tips {
+ display: inline-block;
+ width: 16px;
+ font-size: 32px;
+ font-family: PingFangSC-Regular, PingFang SC;
+ color: #F46;
+ line-height: 44px;
+ }
+
+ .value {
+ margin-left: 16px;
+ }
+ }
+
.footer {
width: 100%;
position: fixed;