|
@@ -0,0 +1,391 @@
|
|
|
+body,
|
|
|
+html {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ min-width: 1000px;
|
|
|
+ position: relative;
|
|
|
+ /* display: flex;
|
|
|
+ justify-content: center;*/
|
|
|
+ padding-top: 50px;
|
|
|
+ margin: 0 auto;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .back-img {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: -10;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player {
|
|
|
+ border: 0;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player .el-card__body {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.title {
|
|
|
+ padding: 0 20px;
|
|
|
+ height: 100px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
|
+}
|
|
|
+
|
|
|
+.title .video-title {
|
|
|
+ position: relative;
|
|
|
+ height: 100%;
|
|
|
+ padding-left: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+.title .video-title .title-img {
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ border-radius: 50%;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.title .video-title .broadcaster-name {
|
|
|
+ margin-top: 20px;
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.title .video-title .info {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ margin-top: 20px;
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+.viewer-num {
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.title .video-title .info .share {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.title .present {
|
|
|
+ position: relative;
|
|
|
+ text-align: center;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 1px solid #ebeef5;
|
|
|
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ font-size: 12px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.title .present .present-btn {
|
|
|
+ width: 41px;
|
|
|
+ height: 41px;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 1px solid #ebeef5;
|
|
|
+ margin: 3px;
|
|
|
+ background-color: #DEBD57;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.title .present .present-btn > img {
|
|
|
+ width: 50px;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ transform: translateX(-50%);
|
|
|
+}
|
|
|
+
|
|
|
+.title .present .present-btn:hover > img {
|
|
|
+ width: 56px;
|
|
|
+ top: -3px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player .barrage {
|
|
|
+ height: 40px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player .barrage > .video-mobile {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player .barrage > .barrage-btn .el-switch {
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .video-player img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments {
|
|
|
+ margin-left: 10px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .el-card__body {
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .el-card__body .cose-title {
|
|
|
+ text-align: center;
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
|
+ line-height: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content {
|
|
|
+ flex: 1;
|
|
|
+ min-height: 500px;
|
|
|
+ overflow-y: auto;
|
|
|
+ scrollbar-width: none;
|
|
|
+ /* Firefox */
|
|
|
+ -ms-overflow-style: none;
|
|
|
+ /* IE 10+ */
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+ /* Chrome Safari */
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item {
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .time {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #bbb;
|
|
|
+ text-align: center;
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .message {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .message .head-img {
|
|
|
+ padding-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .message .head-img > img {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .message .word .user {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #454545;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content > .item .message .word .tidings {
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: 6px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #454545;
|
|
|
+ background-color: #f2f6fd;
|
|
|
+ padding: 8px 10px;
|
|
|
+ line-height: 16px;
|
|
|
+ border-radius: 0px 8px 8px 8px;
|
|
|
+ letter-spacing: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .messages-content .item101 {
|
|
|
+ margin: 0px auto;
|
|
|
+ color: #ccc;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .send {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .send .textbox {
|
|
|
+ flex: 1;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .send .el-input__inner {
|
|
|
+ height: 33px;
|
|
|
+ line-height: 33px;
|
|
|
+}
|
|
|
+
|
|
|
+.video-container .comments .send .el-button {
|
|
|
+ padding: 8px 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.card {
|
|
|
+ background-color: #fff;
|
|
|
+ border: 1px solid #ebeef5;
|
|
|
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.icon {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #448AFF;
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .present-title {
|
|
|
+ font-size: 17px;
|
|
|
+ font-weight: 600;
|
|
|
+ text-align: center;
|
|
|
+ width: 100%;
|
|
|
+ line-height: 20px;
|
|
|
+ height: 30px;
|
|
|
+ color: #000;
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item {
|
|
|
+ width: 90px;
|
|
|
+ height: 110px;
|
|
|
+ margin: 5px 5px;
|
|
|
+ padding: 5px 5px;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ border-radius: 4px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item img {
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item p {
|
|
|
+ margin: 5px 0 0 0;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item .price {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item > .present-send {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.present-info {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.present-img {
|
|
|
+ width: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-left: 12px;
|
|
|
+ height: 80px;
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc > p {
|
|
|
+ text-align: left;
|
|
|
+ margin: 0;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc .present-num {
|
|
|
+ width: 200px;
|
|
|
+ height: 30px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc .present-num .el-input-number {
|
|
|
+ width: 80px;
|
|
|
+ line-height: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc .present-num .el-input-number .el-input-number__decrease,
|
|
|
+.present-desc .present-num .el-input-number .el-input-number__increase {
|
|
|
+ width: 21px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-desc .present-num .el-input-number .el-input__inner {
|
|
|
+ height: 20px;
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-totalprice {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding-top: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-totalprice > .send .el-button {
|
|
|
+ padding: 5px 15px;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item:hover {
|
|
|
+ border: 1px solid #F78989;
|
|
|
+ border-radius: 4px;
|
|
|
+ box-shadow: 0 2px 5px 0 rgba(247, 137, 137, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .content > .item:hover .price {
|
|
|
+ color: #F78989;
|
|
|
+}
|
|
|
+
|
|
|
+.present-content > .present-num {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+}
|
|
|
+
|
|
|
+.present-active {
|
|
|
+ border: 1px solid #F78989;
|
|
|
+ border-radius: 4px;
|
|
|
+ box-shadow: 0 2px 5px 0 rgba(247, 137, 137, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+.present-active .price {
|
|
|
+ color: #F04040;
|
|
|
+}
|
|
|
+
|
|
|
+.c-666 {
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+
|
|
|
+.isNotBarrage {
|
|
|
+ visibility: hidden;
|
|
|
+}
|