123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .wrapper {
- width: 100%;
- padding-bottom: 100rpx;
- }
- video {
- display: block;
- width: 100%;
- height: 422rpx;
- }
- .main {
- padding: 24rpx 24rpx 0 28rpx;
- }
- button.btn[type="default"] {
- width: 698rpx;
- height: 80rpx;
- border-radius: 40rpx;
- border: 2rpx solid rgba(145, 179, 121, 1);
- font-size: 28rpx;
- color: rgba(145, 179, 121, 1);
- background-color: transparent;
- }
- .title {
- display: flex;
- font-size: 0;
- text {
- position: relative;
- left: 0;
- top: 0;
- font-size: 32rpx;
- font-weight: 500;
- line-height: 46rpx;
- color: rgba(51, 51, 51, 1);
- &:after {
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: -1;
- content: '';
- width: 100%;
- height: 14rpx;
- background: rgba(145, 179, 121, 0.6);
- }
- }
- }
- .name-list-title {
- margin: 36rpx 0 24rpx;
- }
- .name-list {
- display: flex;
- flex-flow: row wrap;
- line-height: 40rpx;
- font-size: 28rpx;
- color: rgba(101, 101, 101, 1);
- word-break: break-all;
- word-wrap: break-word;
- }
- .video-title {
- margin: 48rpx 0 22rpx;
- }
- .subtitle {
- line-height: 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: rgba(77, 77, 77, 1);
- }
- .describe {
- margin-top: 12rpx;
- line-height: 54rpx;
- font-size: 28rpx;
- color: rgba(101, 101, 101, 1);
- word-break: break-all;
- word-wrap: break-word;
- }
|