| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .contentV{
- display: flex;
- width: 100%;
- justify-content: center;
- display: inline-block;
- }
- .yzmctV{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- margin-top: 40rpx;
- }
- .noinputV{
- font-size: 30rpx;
- margin-left: 20rpx;
- width: 60%;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 20rpx;
- border: 2rpx solid darkgray;
- }
- .addrtext{
- margin-left: 20rpx;
- font-size: 26rpx;
- width: 60%;
- text-decoration:underline;
- }
- .yzmbt{
- font-size: 28rpx;
- width: 150rpx;
- }
- .xialakuang{
- margin-left: 20rpx;
- width: 60%;
- height: 60rpx;
- line-height: 60rpx;
- }
- .imagV{
- width: 80%;
- height: 20vh;
- background-color: antiquewhite;
- }
- .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;
- }
- .skuViewCt{
- display: flex;
- flex-direction: column;
- justify-content:center;
- margin-top: 10rpx;
- }
- .fwyzmbt{
- margin-left: 9%;
- font-size: 28rpx;
- width: 150rpx;
- }
- .contensbgg{
- display: flex;
- flex-direction: column;
- justify-content:flex-start;
- width: 80%;
- margin-left: 30%;
- }
- .youhuixinxi{
- margin: 10rpx;
- padding: 4rpx;
- font-size: 26rpx;
- line-height: 54rpx;
- height: 54rpx;
- border: 2rpx solid lightgray;
- border-radius: 8rpx;
- }
- .xz{
- border: 2rpx solid brown;
- color: crimson;
- }
|