mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 14:26:47 +08:00
style:评估详情样式修改
This commit is contained in:
@@ -479,6 +479,37 @@ function submit() {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.preNext {
|
||||||
|
position: absolute;
|
||||||
|
right: 0px;
|
||||||
|
|
||||||
|
.content {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
width: 43px;
|
||||||
|
height: 14px;
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
top: -6px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
width: 23px;
|
||||||
|
height: 23px;
|
||||||
|
border-radius: 50%;
|
||||||
|
border: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn01 {
|
||||||
|
background-image: url("../../assets/image/prev.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn02 {
|
||||||
|
background-image: url("../../assets/image/next.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
.surveydetail {
|
.surveydetail {
|
||||||
.crumb {
|
.crumb {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user