| | |
| | | <template>
|
| | | <div class="tools-entry">
|
| | | <div class="entry-wrap">
|
| | | <el-carousel height="600px" :autoplay="false" >
|
| | | <el-carousel height="600px" :autoplay="false" arrow="never">
|
| | | <el-carousel-item v-for="(carousel,index) in carousels" :key="index">
|
| | | <div class="app-list clearFix sdk-list" >
|
| | | <div v-for="item in carousel" :key="item.id">
|
| | |
| | | .el-carousel__arrow--right{
|
| | | right: 0 !important;
|
| | | }
|
| | | .el-carousel__button{
|
| | | width: 12px !important;
|
| | | height: 12px !important;;
|
| | | border-radius: 50% !important;
|
| | | }
|
| | | .tools-entry {
|
| | | //margin-top: 130px;
|
| | | position: absolute;
|
| | |
| | | text-align: right;
|
| | | padding-right: 50px;
|
| | | user-select: none;
|
| | | margin-top: -100px;
|
| | | margin-top: -80px;
|
| | | img {
|
| | | user-select: none;
|
| | | -webkit-user-drag: none;
|