.page-container{ } .page-container .head{ padding-bottom:14rpx; } .page-container .head .icon{ width:40rpx;height:40rpx; margin-right: 20rpx; } .page-container .head .title{ font-size: 36rpx; font-weight: 500; display: flex; align-items: center; } .page-container .head .sub-title{ font-size:26rpx; color: #888888; margin-top:24rpx; padding-left:60rpx; } .page-container>.button{ margin-top:20rpx; border-radius: 12rpx; background: rgba(124, 134, 149, 0.08); } .send-way .radio{ display: flex; justify-content: space-between; padding-top:30rpx; } .send-way .title{ font-size: 34prx; font-weight: 500; } .send-way .radio .item{ padding:14rpx 30rpx; } .page-container .tips{ font-size: 26rpx; color: #888888 } .package-list{ } .package-list .item{ display: flex; align-items: center; margin-top:20rpx; } .package-list .item .label,.package-list .item .input{ background-color: rgba(124, 134, 149, 0.08); height:90rpx; line-height: 90rpx; } .package-list .item .label{ border-radius: 12rpx 0 0 12rpx; padding:0 30rpx; color:#555555; } .package-list .item .input{ border-radius: 0 12rpx 12rpx 0; flex:1; } .package-list .item .button{ padding:16rpx 34rpx; line-height: 1; margin-left:26rpx; } .package-list .item .icon{ width:36rpx;height:36rpx; } .img-area.page-container .head .sub-title{ padding-left:0; }