.app { padding:0; height:100vh; .service { width: 90%; margin: 0 auto; padding-bottom: 15rpx; .Multiplechoice { font-size: 32rpx; color: #FFFFFF; width: 100%; margin-top: 40rpx; .choices { background: #4C7BC9; display: inline-block; text-align: center; line-height: 70rpx; width: 190rpx; height: 70rpx; border-radius: 26rpx; margin: 0 20rpx 20rpx 0; padding: 0 10rpx ; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .choice { display: inline-block; text-align: center; line-height: 70rpx; padding: 0 10rpx ; width: 190rpx; height: 70rpx; background: #BFBFBF; border-radius: 26rpx; margin: 0 20rpx 20rpx 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } } .title { font-size: 36rpx; padding-top: 36rpx; } } .info { width: 96%; margin: 0 auto 20rpx; background-color: #FFFFFF; border-radius: 20rpx; padding-bottom: 5rpx; box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); } .userinfo { .item { width: 94%; margin: 0 auto; height: 120rpx; line-height: 120rpx; border-bottom: 1rpx solid #D8D4D4; display: flex; view { height: 120rpx; font-size: 30rpx; line-height: 120rpx; } span { display: inline-block; line-height: 120rpx; height: 120rpx; width: 25%; font-size: 30rpx; } ::v-deep .u-input__input { height: 120rpx; font-size: 30rpx; } ::v-deep .uni-input-wrapper { height: 120rpx; line-height: 120rpx; } ::v-deep .u-input { width: 70%; height: 120rpx; line-height: 120rpx; } } .item:nth-child(6) { border: 0; } } }