Browse Source

设置圆角

master
我叫MT 1 year ago
parent
commit
b977230a78
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/information/index.vue

+ 4
- 4
src/views/information/index.vue View File

@@ -381,7 +381,7 @@ export default {
:deep .el-carousel__indicators--outside, .el-carousel__indicators--horizontal {
display: none;
}
.el-carousel__mask {
:deep .el-carousel__mask {
background-color: #00000000 !important;
}
.el-carousel__item {
@@ -390,12 +390,12 @@ export default {
// justify-content: center;
align-items: center;
.carvideo {
width: 700px;
height: 70%;
border-radius: 20px;
width: 660px;
height: 90%;
video {
width: 100%;
height: 100%;
border-radius: 20%;
}
}
a {


Loading…
Cancel
Save