This commit is contained in:
duanxiaohai 2024-07-17 16:52:59 +08:00
parent dc41019941
commit f3da7da1f1
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template> <template>
<div class="module"> <div class="module">
<div class="displayFlex left_bg"> <div class="displayFlex left_bg">
<div class="flex11" @click="showEnrol1()"> <div class="flex11" >
<div class="yd_title left_1"> <div class="yd_title left_1" @click="showEnrol1()">
<div class="animate-border"> <div class="animate-border">
<i></i> <i></i>
<i></i> <i></i>

View File

@ -3240,6 +3240,7 @@ table {
.jtsyBoxtop1 { .jtsyBoxtop1 {
display: flex; display: flex;
position: relative; position: relative;
cursor: pointer;
.turn { .turn {
width: 146px; width: 146px;
height: 104px; height: 104px;