You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
492 B
35 lines
492 B
/* miniprogram/pages/dub/dub.wxss */
|
|
.divLine{
|
|
background: #E0E3DA;
|
|
width: 100%;
|
|
height: 5rpx;
|
|
}
|
|
.father{
|
|
overflow:hidden;
|
|
width:100%;
|
|
height:300rpx;
|
|
display:flex;
|
|
white-space: nowrap;
|
|
|
|
}
|
|
.son1{
|
|
white-space:pre-wrap;
|
|
display:inline-block;
|
|
height:300rpx;
|
|
width:600rpx;
|
|
color:black;
|
|
}
|
|
.son2{
|
|
white-space:pre-wrap;
|
|
display:inline-block;
|
|
height:300rpx;
|
|
width:600rpx;
|
|
color:red;
|
|
}
|
|
.son3{
|
|
white-space:pre-wrap;
|
|
display:inline-block;
|
|
height:300rpx;
|
|
width:600rpx;
|
|
color:blue;
|
|
} |