mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-22 11:16:39 +08:00
186 lines
3.3 KiB
Stylus
186 lines
3.3 KiB
Stylus
.mobile-sd {
|
|
.text-line {
|
|
padding 0 6px
|
|
font-size 14px
|
|
|
|
.van-row {
|
|
width 100%
|
|
|
|
.van-col {
|
|
.rate {
|
|
display: flex;
|
|
justify-content center
|
|
background-color #f5f5f5
|
|
padding 5px 10px
|
|
margin 5px 0
|
|
border-radius 5px
|
|
flex-flow column
|
|
|
|
.icon {
|
|
text-align center
|
|
|
|
.van-image {
|
|
max-width 20px
|
|
}
|
|
}
|
|
|
|
.text {
|
|
text-align center
|
|
color #555555
|
|
}
|
|
}
|
|
|
|
.el-input__inner {
|
|
text-align center
|
|
}
|
|
|
|
.model {
|
|
display: flex;
|
|
justify-content center
|
|
background-color #f5f5f5
|
|
padding 6px
|
|
margin 5px 0
|
|
border-radius 5px
|
|
flex-flow column
|
|
|
|
.icon {
|
|
text-align center
|
|
|
|
.van-image {
|
|
width 100%
|
|
height 50px
|
|
}
|
|
}
|
|
|
|
.text {
|
|
text-align center
|
|
color #555555
|
|
}
|
|
}
|
|
|
|
.active {
|
|
background-color #e5e5e5
|
|
}
|
|
}
|
|
}
|
|
|
|
.van-button {
|
|
position relative
|
|
|
|
.van-tag {
|
|
position absolute
|
|
right 20px
|
|
}
|
|
}
|
|
|
|
.align-right {
|
|
display flex
|
|
justify-content right
|
|
}
|
|
}
|
|
|
|
|
|
color var(--van-text-color)
|
|
|
|
.pt-6 {
|
|
padding 15px 10px
|
|
}
|
|
|
|
.tip-text {
|
|
padding 10px
|
|
line-height 1.5
|
|
color #c1c1c1
|
|
}
|
|
|
|
.running-job-list {
|
|
.van-grid {
|
|
.van-grid-item {
|
|
.van-grid-item__content {
|
|
padding 0
|
|
position relative
|
|
|
|
.van-image, .task-in-queue {
|
|
min-height 100px
|
|
}
|
|
|
|
.progress {
|
|
display flex
|
|
justify-content center
|
|
align-items center
|
|
width 100%
|
|
height 100%
|
|
background rgba(50, 50, 50, 0.5)
|
|
position absolute
|
|
left 0
|
|
top 0
|
|
|
|
.van-circle__text {
|
|
color #ffffff
|
|
}
|
|
}
|
|
|
|
// end progress
|
|
|
|
.task-in-queue {
|
|
display flex
|
|
flex-flow column
|
|
justify-content center
|
|
color #c1c1c1
|
|
|
|
.icon {
|
|
text-align center
|
|
|
|
.iconfont {
|
|
font-size 24px
|
|
}
|
|
}
|
|
|
|
.text {
|
|
font-size 14px
|
|
margin-top 5px
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//end running jobs
|
|
|
|
.finish-job-list {
|
|
.van-grid {
|
|
.van-grid-item {
|
|
.van-grid-item__content {
|
|
padding 0
|
|
|
|
.job-item {
|
|
overflow hidden
|
|
border-radius 6px
|
|
position relative
|
|
height 100%
|
|
width 100%
|
|
|
|
.van-image {
|
|
width 100%
|
|
height 200px
|
|
}
|
|
|
|
.remove {
|
|
position absolute
|
|
right 5px
|
|
top 5px
|
|
|
|
.el-button {
|
|
margin-left 5px
|
|
height auto
|
|
padding 5px
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |