| | |
| | | |
| | | .videoBox { |
| | | width: 100%; |
| | | padding: 30px 20px; |
| | | padding-top: 60px; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | flex-wrap: wrap; |
| | | align-items: center; |
| | | background-image: url('../images/bj-v.png'); |
| | | background-repeat: no-repeat; |
| | | background-position: center center; |
| | | background-size: 100% 100%; |
| | | |
| | | .videoItem { |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | |
| | | |
| | | .video-border { |
| | | width: 230px; |
| | | height: 180px; |
| | |
| | | |
| | | textarea:focus { |
| | | outline: none; |
| | | border-color: #000; |
| | | } |
| | | } |
| | | |