82 lines
1.2 KiB
82 lines
1.2 KiB
/* pages/activity/signIn/confirm/index.wxss */ |
|
.confirm-page{ |
|
width: 100%; |
|
min-height: 100%; |
|
background: #f2f2f2; |
|
} |
|
.userInfo-box{ |
|
box-sizing: border-box; |
|
padding: 56rpx 32rpx; |
|
background: #fff; |
|
margin-bottom: 32rpx; |
|
|
|
} |
|
.title-box{ |
|
font-size: 32rpx; |
|
color: #333; |
|
margin-bottom: 38rpx; |
|
} |
|
.edit-box{ |
|
font-size:24rpx; |
|
} |
|
.edit-box image{ |
|
width: 24rpx; |
|
height: 24rpx; |
|
margin-right: 4rpx; |
|
} |
|
.info-box{ |
|
font-size: 28rpx; |
|
} |
|
.phone{ |
|
margin-left: 300rpx; |
|
} |
|
.name view:nth-child(1){ |
|
color: #868686; |
|
margin-bottom: 16rpx; |
|
} |
|
|
|
.activity-info-box{ |
|
width: 100%; |
|
background: #fff; |
|
padding: 32rpx; |
|
box-sizing: border-box; |
|
} |
|
.title{ |
|
font-size: 32rpx; |
|
color: #333; |
|
line-height: 48rpx; |
|
font-weight: bold; |
|
margin-bottom: 40rpx; |
|
} |
|
.activity-info{ |
|
display: flex; |
|
justify-content: space-between; |
|
font-size: 28rpx; |
|
margin-bottom: 24rpx; |
|
} |
|
.address{ |
|
overflow:hidden; |
|
white-space: pre-wrap; |
|
width: 80%; |
|
text-align: right; |
|
} |
|
.settle-box{ |
|
font-size: 32rpx; |
|
font-weight: 600; |
|
margin-top: 60rpx; |
|
} |
|
.money{ |
|
color: #EBB672; |
|
} |
|
.pay-btn{ |
|
position: fixed; |
|
bottom: 60rpx; |
|
left: 0; |
|
width: 100%; |
|
height: 76rpx; |
|
background: #EBB672; |
|
color: #FFF; |
|
font-size: 32rpx; |
|
line-height: 76rpx; |
|
text-align: center; |
|
} |