Commit 93f7cfeb by 陈超

T

parent fc7d7bf6
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="__THEMEW3G__/css/reset.css" rel="stylesheet"> <link href="__THEMEW3G__/css/reset.css" rel="stylesheet">
<link href="__THEMEW3G__/css/public.css" rel="stylesheet"> <link href="__THEMEW3G__/css/public.css" rel="stylesheet">
<link href="__THEMEW3G__/css/style.css" rel="stylesheet"> <link href="__THEMEW3G__/css/style.css" rel="stylesheet">
<link href="__THEMEW3G__/icon/iconfont.css" rel="stylesheet"> <link href="__THEMEW3G__/icon/iconfont.css" rel="stylesheet">
<link href="__THEMEW3G__/css/common.css" rel="stylesheet">
<link rel="stylesheet" href="__THEMEW3G__/js/layer/need/layer.css"> <link rel="stylesheet" href="__THEMEW3G__/js/layer/need/layer.css">
<link rel="stylesheet" type="text/css" href="__THEMEW3G__/icon/iconfont-v4.css"> <link rel="stylesheet" type="text/css" href="__THEMEW3G__/icon/iconfont-v4.css">
<link rel="stylesheet" type="text/css" href="__THEMEW3G__/icon/eduline-icon.css"> <link rel="stylesheet" type="text/css" href="__THEMEW3G__/icon/eduline-icon.css">
......
html,
body {
height: 100%;
width: 100%;
}
div::-webkit-scrollbar {
height: 0;
background: transparent;
}
.page_background {
background: #F5F5F5;
}
.tab_container {
padding-bottom: 4.125rem;
}
.layout_v {
display: flex;
flex-direction: column;
}
.layout_h {
display: flex;
flex-direction: row;
}
.layout_h_v_c {
display: flex;
flex-direction: row;
align-items: center;
}
.layout_h_r {
display: flex;
flex-direction: row-reverse;
}
.layout_v_c {
display: flex;
flex-direction: column;
justify-content: center;
}
.layout_h_c {
display: flex;
flex-direction: row;
justify-content: center;
}
.layout_center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.layout_h_b {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.weight_full {
width: 0;
flex-grow: 1;
}
.self_center {
align-self: center;
}
.page_container {
width: 100%;
}
.scroll_h {
overflow-x: scroll;
}
.color_primary {
color: #65C000
}
.color_A3E460 {
color: #A3E460;
}
.color_333333 {
color: #333333
}
.color_999999 {
color: #999999;
}
.color_FF3B3B {
color: #FF3B3B;
}
.color_white {
color: white;
}
.text_10_400 {
font-size: 0.625rem;
font-weight: 400;
}
.text_12_400 {
font-size: 0.75rem;
font-weight: 400;
}
.text_14_400 {
font-size: 0.875rem;
font-weight: 400;
}
.text_14_600 {
font-size: 0.875rem;
font-weight: 600;
}
.text_16_600 {
font-size: 1rem;
font-weight: 600;
}
.divider {
height: 0.0625rem;
background: #E6E6E6;
}
.tab_text_normal {
font-size:14px;
font-weight:400;
color:rgba(51,51,51,1);
}
.tab_text_selected {
font-size:18px;
font-weight:600;
color:rgba(51,51,51,1);
}
.class_item {
padding: 0.75rem;
}
.class_right {
margin-left: 1.625rem;
}
.class_attr {
margin-left: 1rem;
}
.mark_green {
width: 2rem;
height: 1rem;
border-radius: 0.5625rem;
color: white;
font-size:10px;
font-weight:400;
background: #65C000;
}
.mark_orange {
width: 2rem;
height: 1rem;
border-radius: 0.5625rem;
color: white;
font-size:10px;
font-weight:400;
background: #F5A623;
}
.button_disable {
width:80px;
height:28px;
background:rgba(204,204,204,1);
border-radius:14px;
font-size:14px;
font-weight:400;
color:rgba(255,255,255,1);
}
.button_green {
width:80px;
height:28px;
background:rgba(163,228,96,1);
border-radius:14px;
font-size:14px;
font-weight:400;
color:rgba(255,255,255,1);
}
.button_orange {
width:80px;
height:28px;
background:rgba(245,166,35,1);
border-radius:14px;
font-size:14px;
font-weight:400;
color:rgba(255,255,255,1);
}
.drop_down_grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 1rem;
grid-column-gap: 0.625rem;
padding: 1.25rem 0.75rem;
}
.drop_down_option {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height:32px;
background:rgba(245,245,245,1);
border-radius:16px;
font-size:14px;
font-weight:400;
color:rgba(153,153,153,1);
}
.drop_down_option_selected {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height:32px;
background:rgba(163,228,96,1);
border-radius:16px;
font-size:14px;
font-family:PingFangSC-Regular,PingFang SC;
color:rgba(255,255,255,1);
}
.drop_down_selected_container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 1rem;
grid-column-gap: 0.625rem;
padding: 0.5rem 0.75rem;
background: white;
}
.drop_down_selected_item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height:32px;
background:rgba(251,255,247,1);
border-radius:16px;
}
.list_container {
position: relative;
}
.confirm_button {
box-sizing: border-box;
height:44px;
background: rgba(163,228,96,1);
border-radius:32px;
display: flex;
margin-left: 2.1875rem;
margin-right: 2.1875rem;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 0.6875rem;
padding-bottom: 0.6875rem;
font-size:16px;
font-weight:600;
color:rgba(255,255,255,1);
}
.confirm_button_disable {
box-sizing: border-box;
height:44px;
background:rgba(204,204,204,1);
border-radius:32px;
display: flex;
margin-left: 2.1875rem;
margin-right: 2.1875rem;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 0.6875rem;
padding-bottom: 0.6875rem;
font-size:16px;
font-weight:600;
color:rgba(255,255,255,1);
}
.confirm_button:hover {
background: rgba(163,228,96,0.5);
}
.confirm_button.focus {
background: rgba(163,228,96,0.5);
}
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
methods: { methods: {
onSearch: function() { onSearch: function() {
console.log("onSearch") console.log("onSearch")
"{:U('classroom/Index/search')}"
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment