|
@@ -32,17 +32,16 @@ page{
|
|
|
.head{
|
|
|
width: 750rpx;
|
|
|
height: 352rpx;
|
|
|
- background: #FFE7E8;
|
|
|
- box-shadow: 0px -4px 9px 1px rgba(148, 56, 48, 0.18);
|
|
|
+ /* background: #FFE7E8;
|
|
|
+ box-shadow: 0px -4px 9px 1px rgba(148, 56, 48, 0.18); */
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.head-personal{
|
|
|
- width: 666rpx;
|
|
|
+ width: 700rpx;
|
|
|
height: 136rpx;
|
|
|
justify-content: flex-start;
|
|
|
- margin-left: 35rpx;
|
|
|
- margin-top: 70rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
.hat{
|
|
@@ -80,7 +79,7 @@ page{
|
|
|
margin-left: 50rpx;
|
|
|
align-items: flex-start;
|
|
|
width: 300rpx;
|
|
|
- height: 136rpx;
|
|
|
+ height: 100rpx;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
|
|
@@ -103,15 +102,21 @@ page{
|
|
|
.head-card{
|
|
|
width: 676rpx;
|
|
|
height: 112rpx;
|
|
|
- background: #E14B3F;
|
|
|
+ background: #B0D342;
|
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
+.head-card-no{
|
|
|
+ width: 676rpx;
|
|
|
+ height: 112rpx;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
.head-card-coupon{
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #F6C6A3;
|
|
|
+ color: #ffffff;
|
|
|
margin-left: 60rpx;
|
|
|
}
|
|
|
|
|
@@ -122,7 +127,7 @@ page{
|
|
|
.head-card-num{
|
|
|
font-size: 72rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #F6C6A3;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.head-card-text{
|
|
@@ -130,7 +135,7 @@ page{
|
|
|
height: 40rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #F6C6A3;
|
|
|
+ color: #ffffff;
|
|
|
margin-top: 32rpx;
|
|
|
}
|
|
|
|
|
@@ -275,8 +280,8 @@ page{
|
|
|
margin-left: 12rpx;
|
|
|
font-size: 22rpx;
|
|
|
text-align: center;
|
|
|
- color: #E14B3F;
|
|
|
- border: #E14B3F 2rpx solid;
|
|
|
+ color: #B0D342;
|
|
|
+ border: #B0D342 2rpx solid;
|
|
|
border-radius: 4rpx;
|
|
|
}
|
|
|
|