24 lines
346 B
Plaintext
24 lines
346 B
Plaintext
/* packageH/flightInformation/flightInformationDetail/flightInformationDetail.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
/* .formConten { */
|
|
|
|
/* padding: 0 30.08rpx; */
|
|
|
|
/* padding-top: 24.96rpx;
|
|
padding-bottom: 40rpx; */
|
|
|
|
/* } */
|
|
|
|
.room {
|
|
background-color: #fff;
|
|
padding: 32rpx 32rpx;
|
|
}
|
|
|
|
.txt {
|
|
text-align: left;
|
|
margin-top: 16rpx;
|
|
}
|