| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .imagV{
- margin-top: 30rpx;
- padding: 8rpx;
- width: 120rpx;
- height: 120rpx;
- border: 2rpx solid darkgray;
- }
- .yzmctV{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- margin-top: 40rpx;
- }
- .noinputV{
- width: 80%;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 20rpx;
- border: 2rpx solid darkgray;
- }
- .querenBt{
- margin-top: 30rpx;
- width: 80%;
- height: 60rpx;
- line-height: 60rpx;
- padding: 10rpx;
- border-radius: 20rpx;
- border: solid crimson;
- border-width: 0px 0px 6rpx 0px;
- text-align: center;
- justify-content: center;
- background-color: #E02F73;
- color: white;
- box-shadow: -4rpx 4rpx 2rpx 5rpx lightgrey;
- }
|