123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- #myVideo {
- width: 100%;
- }
- .text_box {
- width: 90%;
- margin-left: 5%;
- }
- .title {
- font-size: 32rpx;
- margin-top: 50rpx;
- }
- .bfnum {
- color: #999999;
- font-size: 25rpx;
- margin-top: 10rpx;
- height: 50rpx;
- border-bottom: 1px solid #dbdbdb;
- }
- .zj {
- font-size: 32rpx;
- margin-top: 20rpx;
- }
- .zw {
- font-size: 25rpx;
- margin-top: 40rpx;
- line-height: 40rpx;
- }
- .change {
- width: 100vw;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9;
- }
- .change1 {
- width: 100vh;
- height: 100vw;
- position: fixed;
- right: 0;
- bottom: 0;
- z-index: 9;
- }
- .change_box {
- width: 354rpx;
- height: 365rpx;
- position: fixed;
- top: 50rpx;
- left: 198rpx;
- z-index: 99;
- }
- .change_box1 {
- position: fixed;
- top: 100rpx;
- left: 600rpx;
- z-index: 99;
- width: 354rpx;
- height: 365rpx
- }
- .change_text {
- width: 350rpx;
- position: fixed;
- top: 120rpx;
- left: 198rpx;
- display: block;
- text-align: center;
- word-wrap: break-word;
- word-break: normal;
- font-size: 26rpx;
- z-index: 999;
- }
- .change_text2{
- width: 350rpx;
- position: fixed;
- top: 180rpx;
- left: 600rpx;
- display: block;
- text-align: center;
- word-wrap: break-word;
- word-break: normal;
- font-size: 26rpx;
- z-index: 999;
- }
- .change_text1 {
- top: 160rpx;
- width: 350rpx;
- position: fixed;
- left: 198rpx;
- display: block;
- text-align: center;
- word-wrap: break-word;
- word-break: normal;
- font-size: 26rpx;
- z-index: 999;
- }
- .change_text3{
- width: 350rpx;
- position: fixed;
- top: 220rpx;
- left: 600rpx;
- display: block;
- text-align: center;
- word-wrap: break-word;
- word-break: normal;
- font-size: 26rpx;
- z-index: 999;
- }
- .btn1 {
- width: 200rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #fff;
- background-color: #e45824;
- position: fixed;
- top: 210rpx;
- text-align: center;
- left: 276rpx;
- z-index: 999;
- }
- .btn3 {
- width: 200rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #fff;
- background-color: #e45824;
- position: fixed;
- top: 280rpx;
- text-align: center;
- left: 680rpx;
- z-index: 999;
- }
- .btn2 {
- width: 200rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #fff;
- background-color: #999999;
- position: fixed;
- top: 280rpx;
- text-align: center;
- left: 276rpx;
- z-index: 999;
- }
- .btn4 {
- width: 200rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #fff;
- background-color: #999999;
- position: fixed;
- top: 340rpx;
- text-align: center;
- left: 680rpx;
- z-index: 999;
- }
- .rsww {
- position: fixed;
- top: 50rpx;
- left: 175rpx;
- z-index: 2;
- width: 400rpx;
- height: 429rpx
- }
- .rsww1 {
- position: fixed;
- top: 100rpx;
- left: 400rpx;
- z-index: 2;
- width: 400rpx;
- height: 429rpx
- }
- .text {
- color: #000;
- width: 180rpx;
- height: 150rpx;
- position: fixed;
- top: 80rpx;
- left: 365rpx;
- font-size: 25rpx;
- line-height: 40rpx;
- overflow: auto;
- white-space: normal;
- z-index: 3;
- }
- .text1{
- color: #000;
- width: 180rpx;
- height: 150rpx;
- position: fixed;
- top: 130rpx;
- left: 590rpx;
- font-size: 25rpx;
- line-height: 40rpx;
- overflow: auto;
- white-space: normal;
- z-index: 3;
- }
- page {
- background-color: #f2f2f2;
- }
|