mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 20:06:49 +08:00
返回样式
This commit is contained in:
BIN
src/assets/image/return.png
Normal file
BIN
src/assets/image/return.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -7,13 +7,23 @@
|
|||||||
<div>{{ sName }}</div>
|
<div>{{ sName }}</div>
|
||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">投票详情</div>
|
<div style="font-weight: 700; font-size: 16px">投票详情</div>
|
||||||
|
<!--
|
||||||
<div class="preNext">
|
<div class="preNext">
|
||||||
<button class="btn btn01"></button>
|
<button class="btn btn01"></button>
|
||||||
<span class="content" style="margin-left: 6px">上一个</span>
|
<span class="content" style="margin-left: 6px">上一个</span>
|
||||||
<span class="content" style="margin-left: 31px">下一个</span>
|
<span class="content" style="margin-left: 31px">下一个</span>
|
||||||
<button class="btn btn02" style="margin-left: 6px"></button>
|
<button class="btn btn02" style="margin-left: 6px"></button>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
<div class="debateTitle">【投票】{{ dataInfo?.voteName }}</div>
|
<div class="debateTitle">【投票】{{ dataInfo?.voteName }}</div>
|
||||||
@@ -217,7 +227,16 @@ const submitVote = () => {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.preNext {
|
.preNext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
@@ -7,11 +7,21 @@
|
|||||||
<div>{{ sName }}</div>
|
<div>{{ sName }}</div>
|
||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">辩论详情</div>
|
<div style="font-weight: 700; font-size: 16px">辩论详情</div>
|
||||||
|
<!--
|
||||||
<div class="preNext">
|
<div class="preNext">
|
||||||
<button class="btn btn01"></button>
|
<button class="btn btn01"></button>
|
||||||
<span class="content" style="margin-left: 6px">上一个</span>
|
<span class="content" style="margin-left: 6px">上一个</span>
|
||||||
<span class="content" style="margin-left: 31px">下一个</span>
|
<span class="content" style="margin-left: 31px">下一个</span>
|
||||||
<button class="btn btn02" style="margin-left: 6px"></button>
|
<button class="btn btn02" style="margin-left: 6px"></button>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -107,7 +117,16 @@ const handleClick = (id) => {};
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.preNext {
|
.preNext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">讨论详情</div>
|
<div style="font-weight: 700; font-size: 16px">讨论详情</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="prevnext">
|
<div class="prevnext">
|
||||||
<div class="prev">
|
<div class="prev">
|
||||||
<img
|
<img
|
||||||
@@ -26,6 +27,15 @@
|
|||||||
src="../../assets/image/next.png"
|
src="../../assets/image/next.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -159,7 +169,16 @@ function collection(d) {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.prevnext {
|
.prevnext {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">讨论详情</div>
|
<div style="font-weight: 700; font-size: 16px">讨论详情</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="prevnext">
|
<div class="prevnext">
|
||||||
<div class="prev">
|
<div class="prev">
|
||||||
<img
|
<img
|
||||||
@@ -26,6 +27,16 @@
|
|||||||
src="../../assets/image/next.png"
|
src="../../assets/image/next.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>-->
|
||||||
|
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -389,7 +400,16 @@ function submitReplayComment() {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.prevnext {
|
.prevnext {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">考试详情</div>
|
<div style="font-weight: 700; font-size: 16px">考试详情</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="prevnext">
|
<div class="prevnext">
|
||||||
<div class="prev">
|
<div class="prev">
|
||||||
<img
|
<img
|
||||||
@@ -26,6 +27,15 @@
|
|||||||
src="../../assets/image/next.png"
|
src="../../assets/image/next.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -133,7 +143,16 @@ const { data } = useRequest(EXAMINATION_QUERY(159), {});
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.prevnext {
|
.prevnext {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -7,12 +7,22 @@
|
|||||||
<div>{{ sName }}</div>
|
<div>{{ sName }}</div>
|
||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">作业详情</div>
|
<div style="font-weight: 700; font-size: 16px">作业详情</div>
|
||||||
|
<!--
|
||||||
<div class="preNext">
|
<div class="preNext">
|
||||||
<button class="btn btn01"></button>
|
<button class="btn btn01"></button>
|
||||||
<span class="content" style="margin-left: 6px">上一个</span>
|
<span class="content" style="margin-left: 6px">上一个</span>
|
||||||
<span class="content" style="margin-left: 31px">下一个</span>
|
<span class="content" style="margin-left: 31px">下一个</span>
|
||||||
<button class="btn btn02" style="margin-left: 6px"></button>
|
<button class="btn btn02" style="margin-left: 6px"></button>
|
||||||
|
</div>-->
|
||||||
|
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -309,7 +319,16 @@ function reUpload(i) {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.preNext {
|
.preNext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
@@ -7,13 +7,22 @@
|
|||||||
<div>{{ sName }}</div>
|
<div>{{ sName }}</div>
|
||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">直播详情</div>
|
<div style="font-weight: 700; font-size: 16px">直播详情</div>
|
||||||
|
<!--
|
||||||
<div class="preNext">
|
<div class="preNext">
|
||||||
<!-- 2022-12-15注释 李晓鸽 后面打开 -->
|
2022-12-15注释 李晓鸽 后面打开 -->
|
||||||
<!-- <button class="btn btn01"></button>
|
<!-- <button class="btn btn01"></button>
|
||||||
<span class="content" style="margin-left: 6px">上一个</span>
|
<span class="content" style="margin-left: 6px">上一个</span>
|
||||||
<span class="content" style="margin-left: 31px">下一个</span>
|
<span class="content" style="margin-left: 31px">下一个</span>
|
||||||
<button class="btn btn02" style="margin-left: 6px"></button> -->
|
<button class="btn btn02" style="margin-left: 6px"></button>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -218,7 +227,16 @@ function showClick() {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.preNext {
|
.preNext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
@@ -7,12 +7,21 @@
|
|||||||
<div>{{ sName }}</div>
|
<div>{{ sName }}</div>
|
||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">活动详情</div>
|
<div style="font-weight: 700; font-size: 16px">活动详情</div>
|
||||||
|
<!--
|
||||||
<div class="preNext">
|
<div class="preNext">
|
||||||
<button class="btn btn01"></button>
|
<button class="btn btn01"></button>
|
||||||
<span class="content" style="margin-left: 6px">上一个</span>
|
<span class="content" style="margin-left: 6px">上一个</span>
|
||||||
<span class="content" style="margin-left: 31px">下一个</span>
|
<span class="content" style="margin-left: 31px">下一个</span>
|
||||||
<button class="btn btn02" style="margin-left: 6px"></button>
|
<button class="btn btn02" style="margin-left: 6px"></button>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 面包屑导航 -->
|
<!-- 面包屑导航 -->
|
||||||
@@ -165,7 +174,16 @@ const signClick = (tab, event) => {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.preNext {
|
.preNext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ function toFinish(d) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
function whiteTypes(type){
|
function whiteTypes(type){
|
||||||
return import.meta.env.VITE_TASK_WHITE_TYPE.includes(type+'')
|
return import.meta.env.VITE_TASK_WHITE_TYPE.includes('-' + type +'-')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ async function gofun({routerId, name: routerName}) {
|
|||||||
import.meta.env.MODE === 'development' ? router.push({
|
import.meta.env.MODE === 'development' ? router.push({
|
||||||
path: "/pathdetails",
|
path: "/pathdetails",
|
||||||
query: {routerId, routerName}
|
query: {routerId, routerName}
|
||||||
}) : window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails¶ms=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
|
}) : window.open(`http://localhost:5173/fe-student/pathdetails¶ms=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
function toUnTask() {
|
function toUnTask() {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="progressBox"
|
class="progressBox"
|
||||||
:style="{ display: value.status === 1 ? 'block' : 'none' }"
|
:style="{ display: value.type === 1 ? 'block' : 'none' }"
|
||||||
>
|
>
|
||||||
<div>当前进度</div>
|
<div>当前进度</div>
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
@@ -152,7 +152,8 @@
|
|||||||
{{ data.remark || '暂无公告' }}
|
{{ data.remark || '暂无公告' }}
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="共享文档" name="second">
|
<!--
|
||||||
|
<el-tab-pane label="共享文档" name="second"> -->
|
||||||
<!-- <div style="padding: 19px 30px 17px 28px">-->
|
<!-- <div style="padding: 19px 30px 17px 28px">-->
|
||||||
<!-- <div-->
|
<!-- <div-->
|
||||||
<!-- v-for="(value, index) in sharedoc"-->
|
<!-- v-for="(value, index) in sharedoc"-->
|
||||||
@@ -174,7 +175,8 @@
|
|||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
</el-tab-pane>
|
<!-- </el-tab-pane>-->
|
||||||
|
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</div>
|
</div>
|
||||||
<!-- 课程公告及共享文档 -->
|
<!-- 课程公告及共享文档 -->
|
||||||
@@ -383,11 +385,11 @@ const types = ref({
|
|||||||
toName: {
|
toName: {
|
||||||
1: "去上课",
|
1: "去上课",
|
||||||
2: "去上课",
|
2: "去上课",
|
||||||
3: "案例",
|
3: "去阅读",
|
||||||
4: "去完成",
|
4: "去完成",
|
||||||
5: "去完成",
|
5: "去完成",
|
||||||
6: "去签到",
|
6: "去观看",
|
||||||
7: "查看",
|
7: "去查看",
|
||||||
8: "去讨论",
|
8: "去讨论",
|
||||||
9: "去签到",
|
9: "去签到",
|
||||||
10: "去完成",
|
10: "去完成",
|
||||||
@@ -433,7 +435,8 @@ function toFinish(d, sName) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function whiteTypes(type) {
|
function whiteTypes(type) {
|
||||||
return import.meta.env.VITE_TASK_WHITE_TYPE.includes(type + '')
|
console.log('-'+ type + '-',import.meta.env.VITE_TASK_WHITE_TYPE.includes('-'+ type + '-'));
|
||||||
|
return import.meta.env.VITE_TASK_WHITE_TYPE.includes('-'+ type + '-')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||||
<div style="font-weight: 700; font-size: 16px">调研详情</div>
|
<div style="font-weight: 700; font-size: 16px">调研详情</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="prevnext">
|
<div class="prevnext">
|
||||||
<div class="prev">
|
<div class="prev">
|
||||||
<img
|
<img
|
||||||
@@ -25,6 +26,14 @@
|
|||||||
style="width: 23px; height: 23px"
|
style="width: 23px; height: 23px"
|
||||||
src="../../assets/image/next.png"
|
src="../../assets/image/next.png"
|
||||||
/>
|
/>
|
||||||
|
</div>-->
|
||||||
|
<div class="return">
|
||||||
|
<div style="display: flex">
|
||||||
|
<img
|
||||||
|
class="img2" style="margin-right:22px;"
|
||||||
|
src="../../assets/image/return.png"
|
||||||
|
/>
|
||||||
|
<div class="text">返回</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -201,7 +210,16 @@ function submit() {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
.return{
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
.text{
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
.prevnext {
|
.prevnext {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user