18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
|
/* pages/project_video/list/index.wxss */
|
||
|
.video-imgage-container {
|
||
|
position: relative;
|
||
|
}
|
||
|
.video-imgage-container .video-image{
|
||
|
height: 112px;
|
||
|
background: #333333;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
.video-imgage-container .video-play{
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 26px;
|
||
|
height: 26px;
|
||
|
top:43px;
|
||
|
left: 45%;
|
||
|
z-index: 100;
|
||
|
}
|