tijiao
This commit is contained in:
41
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/video.wxss
vendored
Normal file
41
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/video.wxss
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
.page.data-v-24615898 {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
flex 1 .list-header.data-v-24615898 {
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
margin-top: 30rpx;
|
||||
margin-bottom: 5rpx;
|
||||
}
|
||||
flex 1 .list-header .list-title.data-v-24615898 {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
flex 1 .list-header .picker-inner.data-v-24615898 {
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
flex 1 .list-header .picker-inner .select-text.data-v-24615898 {
|
||||
font-size: 26rpx;
|
||||
font-weight: 600;
|
||||
color: rgba(0,0,0,0.85);
|
||||
}
|
||||
flex 1 .list-header .picker-inner .pick-icon.data-v-24615898 {
|
||||
margin-left: 8rpx;
|
||||
width: 26rpx;
|
||||
height: 15rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user