34 lines
676 B
Plaintext
34 lines
676 B
Plaintext
/* view/logistics/appLogistics/inApplication/inApplication.wxss */
|
|
page{
|
|
background-color: #ffffff !important;
|
|
height: 100%;
|
|
}
|
|
.wardrobeInfo{
|
|
width: 660rpx;
|
|
margin: 130rpx auto 0;
|
|
}
|
|
.wardrobeInfo_suo{
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.wardrobeInfo_suo image{
|
|
width: 231rpx;
|
|
height: 231rpx;
|
|
}
|
|
.wardrobeInfo_tit{
|
|
margin-top: 70rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 45rpx;
|
|
color: #333333;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
.wardrobeInfo_tit1{
|
|
width: 511rpx;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
font-family: PingFang-SC-Regular;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
color: #666666;
|
|
} |