完成了api获取
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
</view>
|
||||
|
||||
<view class="student_end">
|
||||
|
||||
<view class="nav_bottom" v-for="path_image in endbottom">
|
||||
<image :src="path_image[0]"></image>
|
||||
<p>{{path_image[1]}}</p>
|
||||
@@ -105,73 +104,6 @@
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
/* .page_div {
|
||||
background-color: #fff;
|
||||
border-radius: 15px;
|
||||
padding: 3%;
|
||||
margin: 2%;
|
||||
}
|
||||
|
||||
.page_div>view:first-child {
|
||||
border-bottom: 1px solid darkgray;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.page_div>view:first-child p:first-child {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.page_div>view:first-child p:nth-child(2) {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.page_div>view:first-child p:nth-child(3) {
|
||||
font-size: 0.9rem;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
}
|
||||
|
||||
.page_div>view:nth-child(2) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid darkgray;
|
||||
}
|
||||
|
||||
.page_div>view:nth-child(2)>view:first-child {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.page_div>view:nth-child(2)>view:first-child p:nth-child(2) {
|
||||
color: #C2050F;
|
||||
}
|
||||
|
||||
.page_div>view:nth-child(2)>view:nth-child(2) {
|
||||
background-color: darkgray;
|
||||
border-radius: 10px;
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
|
||||
.page_div>view:last-child {
|
||||
margin-top: 10px;
|
||||
height: 5vh;
|
||||
color: rgb(255, 56, 59);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.page_div>view:last-child image {
|
||||
width: 3vw;
|
||||
height: 3vh;
|
||||
} */
|
||||
|
||||
.student_end {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user