index.wxss 599 Bytes
Newer Older
李嘉林 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
.VideoPlayer {
}
.title {
  font-size: 36rpx;
  padding: 20rpx 40rpx;
  color: #333;
  font-weight: bold;
}
.main{
  width: 100%;
}
.main .isVideo{
  width: 100%;
  position: relative;
}
.main .isVideo video{
  width: 100%;
}
.main .isVideo .playerBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120rpx;
  height: 120rpx;
  margin-top: -60rpx;
  margin-left: -60rpx;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.main .isVideo .playerBtn image{
  width: 100%;
  height: 100%;
}