|
- @charset "utf-8";
-
- /* CSS Document */
- * {
- /*background: #eee;*/
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -o-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .user_warpper {
- padding: 20px 40px 40px;
- }
-
- .userTitle {
- color: #282E3B;
- text-align: right;
- }
-
- .userTitle a {
- display: inline-block;
- line-height: 28px;
- padding: 0 15px;
- background: #57BFCC;
- color: #fff;
- border-radius: 4px;
- }
-
- .userTitle i {
- font-size: 16px;
- position: relative;
- top: 2px;
- margin-left: 3px;
- }
-
- .user_sec1 {
- margin-top: 15px;
- padding: 30px 10px 30px 60px;
- position: relative;
- border-radius: 2px;
- overflow: hidden;
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- -o-background-size: 100% 100%;
- }
-
- .student_warpper .user_sec1 {
- background-image: url('../../Content/images/Login/user1.jpg');
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader ('src../../Content/images/Login/user1.jpg', sizingMethod='scale');
- }
-
- .teacher_warpper .user_sec1 {
- background-image: url('../../Content/images/Login/user1.jpg');
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader ('src../../Content/images/Login/user1.jpg', sizingMethod='scale');
- }
-
- .user_sec1 > img {
- position: absolute;
- top: 0;
- left: 13px;
- width: 36px;
- }
-
- .userSec1Box {
- line-height: 0;
- }
-
- .userSec1Box > * {
- display: inline-block;
- vertical-align: middle;
- }
-
- .userSec1L {
- margin-right: 50px;
- width: 140px;
- }
-
- .userSec1Img {
- margin-bottom: 20px;
- overflow: hidden;
- height: 0;
- padding-bottom: 100%;
- border-radius: 50%;
- }
-
- .userSec1Img img {
- width: 100%;
- }
-
- .userSec1T {
- font-size: 22px;
- color: #fff;
- line-height: 26px;
- text-align: center;
- }
-
- .userSec1R {
- width: 75%;
- overflow: hidden;
- margin-top: -40px;
- }
-
- .userSec1R li {
- width: 33.333333%;
- float: left;
- font-size: 15px;
- color: #fff;
- margin-top: 40px;
- line-height: 24px;
- padding: 0 5px;
- }
-
- .userSec2Box {
- padding-top: 20px;
- border-top: 1px solid #F0F0F0;
- }
-
- .userSec2Box:first-child {
- border-top: 0;
- }
-
- .userSec2T {
- font-size: 15px;
- margin-bottom: 15px;
- }
-
- .student_warpper .userSec2T {
- color: #56BFCC;
- }
-
- .teacher_warpper .userSec2T {
- color: #6D9CE6;
- }
-
- .userSec2T i {
- margin-left: 10px;
- }
-
- .userSec2List {
- overflow: hidden;
- margin: 0 -5px;
- padding-bottom: 5px;
- }
-
- .userSec2List li {
- color: #282E3B;
- font-size: 15px;
- width: 25%;
- float: left;
- margin-bottom: 10px;
- padding: 0 5px;
- }
-
- @media(max-width:1366px) {
- .userSec1L {
- margin-right: 20px;
- width: 120px;
- }
-
- .userSec1R {
- width: 85%;
- margin-top: -25px;
- }
-
- .userSec1R li {
- margin-top: 25px;
- }
- }
-
- @media(max-width:1280px) {
- .userSec2List li {
- width: 33.333333%;
- }
-
- .userSec1L {
- margin-right: 15px;
- width: 100px;
- }
-
- .userSec1Img {
- margin-bottom: 10px;
- }
-
- .userSec1T {
- font-size: 20px;
- }
-
- .userSec1R li {
- margin-top: 20px;
- }
-
- .userSec1R {
- width: 80%;
- }
-
- .user_sec1 {
- padding: 20px 10px 20px 60px;
- }
- }
|