index.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. page {
  2. // background: #ededed;
  3. }
  4. .detailBox{
  5. // padding: 30rpx;
  6. padding-top: 30rpx;
  7. .label1{
  8. font-size: 32rpx;
  9. padding-left: 30rpx;
  10. }
  11. .content{
  12. margin-left: 50%;
  13. transform: translateX(-50%);
  14. margin-top: 30rpx;
  15. width: 90%;
  16. background: #eee;
  17. padding: 30rpx;
  18. border-radius: 20rpx;
  19. margin-bottom: 50rpx;
  20. line-height: 50rpx;
  21. font-size: 30rpx;
  22. }
  23. }
  24. // 图片上传区域
  25. .chooscontainer {
  26. display: flex;
  27. flex-wrap: wrap;
  28. position: relative;
  29. // border-bottom: 1rpx solid #EDEDED;
  30. margin-bottom: 48rpx;
  31. padding: 0 30rpx;
  32. .addpicall {
  33. width: 28%;
  34. margin-right: 6rpx;
  35. margin-left: 6rpx;
  36. margin-top: 15rpx;
  37. position: relative;
  38. // z-index: 10;
  39. &:nth-child(3n) {
  40. margin-right: 0;
  41. }
  42. .image {
  43. width: 100%;
  44. height: 100%;
  45. border-radius: 20rpx;
  46. }
  47. .playBtn{
  48. position: absolute;
  49. width: 50rpx;
  50. height: 50rpx;
  51. z-index: 11;
  52. right: 40%;
  53. transform: translateX(40%);
  54. top: 50%;
  55. transform: translateY(-50%);
  56. }
  57. }
  58. }
  59. // 图片上传区域结束
  60. .preview-full {
  61. position: fixed;
  62. top: 0;
  63. left: 0;
  64. bottom: 0;
  65. width: 100%;
  66. height: 100%;
  67. z-index: 1002;
  68. }
  69. .preview-full video {
  70. width: 100%;
  71. height: 100%;
  72. z-index: 1002;
  73. }
  74. .preview-full-close {
  75. position: fixed;
  76. right: 16px;
  77. top: 60px;
  78. width: 40px;
  79. height: 40px;
  80. line-height: 30px;
  81. text-align: center;
  82. z-index: 1003;
  83. color: #fff;
  84. font-size: 32px;
  85. font-weight: bold;
  86. }
  87. .pdfName{
  88. word-wrap: break-word;
  89. word-break: break-all;
  90. padding-right: 30rpx;
  91. text-decoration: underline;
  92. }