/* pages/identification/identification.wxss */ .content{ border:1px solid transparent; margin:61rpx 41rpx 0 41rpx; } .headInfo{ display:flex; justify-content: space-between; align-items: center; } .tizhitype{ color: #212121; font-size:55rpx; /* width: 63%; */ } .NumPic{ display:flex; align-items: center; } .testNum{ color: #212121; font-size:21rpx; } .typeDetail{ color: #212121; font-size:50rpx; } .typeContent{ background-color: #f4f4f4; border-radius: 20rpx; padding:27rpx 37rpx 56rpx 37rpx; margin-top:45rpx; } .getDetailsInfo{ font-size: 28rpx; background-color: #ffffff; box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(0, 0, 0, 0.03); border-radius: 7rpx; padding:18rpx 32rpx 18rpx 32rpx; display:flex; justify-content: space-between; margin-top:29rpx; } .getMoreBtn{ background-image: linear-gradient(80deg, #ff874e 0%, #f96038 100%), linear-gradient( #209f84, #209f84); border-radius: 7rpx; color:#fff; font-size: 30rpx; padding:18rpx 0; text-align: center; margin-top:35rpx; } .footer_btn{ display:flex; justify-content: space-between; margin-top:37rpx; } .btn{ width: 280rpx; height: 66rpx; line-height: 66rpx; background-image: linear-gradient(110deg, #34ab92 0%, #209f84 100%), linear-gradient( #209f84, #209f84); background-blend-mode: normal, normal; border-radius: 33rpx; color:#fff; text-align: center; }