|
|
@@ -250,32 +250,31 @@ page {
|
|
|
.content {
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
+ align-items: center;
|
|
|
margin-top: 22rpx;
|
|
|
+ padding: 0 30rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.content-title {
|
|
|
- height: 80rpx;
|
|
|
- padding: 0 30rpx;
|
|
|
- box-sizing: border-box;
|
|
|
+ width: 450rpx;
|
|
|
+ height: 100%;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
- border-bottom: 1rpx solid #EEEEEE;
|
|
|
+ /* border-bottom: 1rpx solid #EEEEEE; */
|
|
|
}
|
|
|
|
|
|
.content-cell {
|
|
|
height: 156rpx;
|
|
|
- padding: 0 30rpx;
|
|
|
- box-sizing: border-box;
|
|
|
+ flex: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: flex-end;
|
|
|
+ margin-left: 30rpx;
|
|
|
}
|
|
|
|
|
|
.check-detail {
|
|
|
- width: 180rpx;
|
|
|
height: 68rpx;
|
|
|
line-height: 68rpx;
|
|
|
text-align: center;
|
|
|
@@ -285,6 +284,32 @@ page {
|
|
|
border: 2rpx solid #0177FF;
|
|
|
}
|
|
|
|
|
|
+.pay-detail {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+
|
|
|
+.pay-detail-address {
|
|
|
+ width: 100rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.arrow-right {
|
|
|
+ width: 18rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ margin-left: 15rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.arrow-right image {
|
|
|
+ width: 18rpx;
|
|
|
+ height: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
.icon {
|
|
|
font-size: 38rpx;
|
|
|
}
|
|
|
@@ -292,13 +317,21 @@ page {
|
|
|
.money {
|
|
|
color: #333;
|
|
|
font-weight: 600;
|
|
|
- font-size: 62rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
}
|
|
|
|
|
|
-.time {
|
|
|
+.companyName {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #000000;
|
|
|
+ margin-bottom: 15rpx;
|
|
|
+}
|
|
|
+
|
|
|
+/* .time {
|
|
|
color: #666;
|
|
|
font-size: 24rpx;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.color {
|
|
|
color: #327ae1;
|