You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
138
static/app/css/activity4.css
Executable file
138
static/app/css/activity4.css
Executable file
@ -0,0 +1,138 @@
|
||||
.mui-scroll-wrapper .mui-scroll .mui-control-item {
|
||||
border-bottom: 2px solid transparent;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
|
||||
color: #e61329;
|
||||
border-bottom: 2px solid #e6122b;
|
||||
}
|
||||
|
||||
.mui-segmented-control.mui-scroll-wrapper {
|
||||
height: 51px;
|
||||
background: white;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.mui-segmented-control.mui-scroll-wrapper .mui-control-item {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.con {
|
||||
position: fixed;
|
||||
top: 66px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_top {
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
.scroll_top_block {
|
||||
width: 24%;
|
||||
margin: 0.5%;
|
||||
float: left;
|
||||
background: white;
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.scroll_top_block img {
|
||||
width: 60%;
|
||||
margin: 15% 20% 0;
|
||||
}
|
||||
|
||||
.scroll_top_block p {
|
||||
text-align: center;
|
||||
font-size: 10.8px;
|
||||
color: #909090;
|
||||
margin-top: -3%;
|
||||
}
|
||||
.scroll_con{
|
||||
background: white;
|
||||
}
|
||||
.scroll_con_block {
|
||||
background: white;
|
||||
border-bottom: 6px solid #efefef;
|
||||
}
|
||||
|
||||
.scb_title {
|
||||
width: 100%;
|
||||
height: 75px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.scb_title img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 12.5px;
|
||||
box-shadow: -1px 0 1px #8b8b8b, 0 -1px 1px #8b8b8b, 0 1px 1px #8b8b8b, 1px 0 1px #8b8b8b;
|
||||
}
|
||||
|
||||
.scb_title p {
|
||||
position: absolute;
|
||||
font-size: 15.6px;
|
||||
color: black;
|
||||
left: 72px;
|
||||
top: 15px;
|
||||
width: 55%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.scb_title .s1 {
|
||||
padding: 0 5px;
|
||||
font-size: 10.6px;
|
||||
color: #fefefe;
|
||||
background: #e4ae7b;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
left: 72px;
|
||||
top: 40px;
|
||||
}
|
||||
.scb_title .s2 {
|
||||
padding: 8px 15px;
|
||||
font-size: 13.2px;
|
||||
color: #909090;
|
||||
background: #e6e6e6;
|
||||
border-radius: 15px;
|
||||
position: absolute;
|
||||
right: 22px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.scroll_con_con{
|
||||
padding: 0 2% 2%;
|
||||
}
|
||||
.scc_block{
|
||||
width: 31%;
|
||||
margin: 1%;
|
||||
float: left;
|
||||
}
|
||||
.scc_block img{
|
||||
width: 100%;
|
||||
}
|
||||
.scc_block{
|
||||
border: 1px solid #e6e6e6;
|
||||
}
|
||||
.scc_block p{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
padding:0 2%;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
.scc_block span{
|
||||
display: block;
|
||||
font-size: 14.4px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user