2020-12-09 16:49:28 +08:00
|
|
|
@import "../../common/lib/weui.wxss";
|
|
|
|
video {
|
2021-07-06 16:28:24 +08:00
|
|
|
width: 100%;
|
2020-12-09 16:49:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|