23 lines
337 B
Plaintext
23 lines
337 B
Plaintext
@import "../../common/lib/weui.wxss";
|
|
video {
|
|
width: 100%;
|
|
}
|
|
|
|
.weui-cells{
|
|
margin: 20px 15px 0;
|
|
text-align: left;
|
|
}
|
|
.weui-label{
|
|
width: 5em;
|
|
}
|
|
.auto-rotate-container {
|
|
margin: 20px 20px 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.video-container {
|
|
margin: 11px 3px;
|
|
display: flex;
|
|
justify-content: center;
|
|
} |