|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .studSeeSec1{
- background: #0C86D8;
- height: 100px;
- padding-top: 10px;
- }
- .studSeeSec1Box{
- width: 84%;
- background: #fff;
- height: 28px;
- border-radius: 14px;
- line-height: 28px;
- text-align: center;
- font-size: 15px;
- color: #1A1A1A;
- position: relative;
- margin: 0 auto;
- }
- .studSeeSec1Box i{
- position: absolute;
- top: 0;
- right: 15px;
- line-height: 28px;
- color: #818181;
- }
- .studSeeSec2Top{
- padding: 0 12px;
- margin-top: -52px;
- }
- .studSeeSec2TopBox{
- background: #fff;
- padding: 20px 0;
- text-align: center;
- font-size: 0;
- border-radius: 4px;
- }
- .studSeeSec2TopBox > *{
- display: inline-block;
- vertical-align: middle;
- }
- .studSeeSec2Line{
- height: 25px;
- width: 1px;
- background: #D6DFE2;
- margin: 0 40px;
- }
- .studSeeSec2Txt{
- color: #8A8A8A;
- }
- .studSeeSec2Txt div:first-child{
- font-size: 12px;
- }
- .studSeeSec2Txt div:first-child span{
- font-size: 20px;
- color: #0089FE;
- margin-right: 5px;
- }
- .studSeeSec2Txt div:last-child{
- font-size: 15px;
- }
- .studSeeSec2List{
- margin-top: 10px;
- background: #fff;
- }
- .studSeeSec2List li{
- padding: 0 12px 0 30px;
- border-bottom: 1px solid #D6DFE2;
- line-height: 39px;
- font-size: 13px;
- color: #7A7A7A;
- position: relative;
- }
- .studSeeSec2List li:before{
- /*content: '';*/
- position: absolute;
- top: 0;
- bottom: 0;
- left: 12px;
- margin: auto;
- width: 6px;
- height: 6px;
- background: #8AC9FF;
- border-radius: 50%;
- }
- .studSeeSec2List span{
- float: right;
- }
- .studSeeSec2List img{
- width: 12px;
- margin-right: 5px;
- position: relative;
- top: 2px;
- }
-
- ul{
- margin:0px;
- padding:0px;
- list-style:none;
- }
- li{
- list-style:none;
- }
-
-
-
-
-
-
|