1234567891011121314151617181920212223242526272829303132333435363738 |
- /**index.wxss**/
- page {
- background-color: #ffffff;
- }
- .page-content {
- padding-bottom: 0;
- }
- .videov {
- height: 394rpx;
- margin-left: 4%;
- margin-right: 4%;
- margin-bottom: 20rpx;
- }
- .videoimg {
- width: 690rpx;
- height: 330rpx;
- }
- .videoc {
- width: 100%;
- height: 100%;
- background-color: #F3FDFF;
-
- }
- /* new */
- .yuesuohead {
- width: 100%;
- }
- .yuesuo_hkb {
- width: 100%;
- height: 150rpx;
- }
- .yuesuo_tsfw {
- width: 100%;
- }
-
|