123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- .ceshi {
- width: 100%;
- height: 100%;
- position: relative;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background-color: #FFFFFF;
- color: #2C405A;
- opacity: 0.5;
- z-index: 100;
- }
- .preview-full {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1002;
- }
- .preview-full video {
- width: 100%;
- height: 100%;
- z-index: 1002;
- }
- .preview-full-close {
- position: fixed;
- right: 32rpx;
- top: 25rpx;
- width: 80rpx;
- height: 80rpx;
- line-height: 60rpx;
- text-align: center;
- z-index: 1003;
- /* background-color: #808080; */
- color: #fff;
- font-size: 65rpx;
- font-weight: bold;
- text-shadow: 1px 2px 5px rgb(0 0 0);
- }
- /* .preview-full-close-before,
- .preview-full-close-after {
- position: absolute;
- top: 50%;
- left: 50%;
- content: '';
- height: 60rpx;
- margin-top: -30rpx;
- width: 6rpx;
- margin-left: -3rpx;
- background-color: #FFFFFF;
- z-index: 20000;
- }
- .preview-full-close-before {
- transform: rotate(45deg);
- }
- .preview-full-close-after {
- transform: rotate(-45deg);
- } */
- .htz-image-upload-list {
- display: flex;
- flex-wrap: wrap;
- }
- .htz-image-upload-Item {
- width: 160rpx;
- height: 160rpx;
- margin: 13rpx;
- border-radius: 10rpx;
- position: relative;
- }
- .htz-image-upload-Item image {
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- }
- .htz-image-upload-Item-video {
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- position: relative;
- }
- .htz-image-upload-Item-video-fixed {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- z-index: 996;
- }
- .htz-image-upload-Item video {
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- }
- .htz-image-upload-Item-add {
- font-size: 105rpx;
- /* line-height: 160rpx; */
- text-align: center;
- border: 1px dashed #d9d9d9;
- color: #d9d9d9;
- }
- .htz-image-upload-Item-del {
- background-color: #f5222d;
- font-size: 24rpx;
- position: absolute;
- width: 35rpx;
- height: 35rpx;
- line-height: 35rpx;
- text-align: center;
- top: 0;
- right: 0;
- z-index: 997;
- color: #fff;
- }
- .htz-image-upload-Item-del-cover {
- background-color: #f5222d;
- font-size: 24rpx;
- position: absolute;
- width: 35rpx;
- height: 35rpx;
- text-align: center;
- top: 0;
- right: 0;
- color: #fff;
- line-height: 35rpx;
- z-index: 997;
- }
- .htz-image-upload-Item-video-app-poster {
- width: 100%;
- height: 100%;
- }
|