123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- .touxiang{
- width: 50px;
- height: 50px;
- margin-left: 25px;
- position: absolute;
- }
- .head{
- width: 100%;
- height: 90px;
- margin-top: 15px;
- position: relative;
- }
- .headtext1{
- float: right;
- font-size: 14px;
- margin-right: 90px;
- }
- .student{
- width: 50px;
- font-size: 11px;
- margin-left: 10px;
- border: 1px solid white;
- border-radius: 15%;
- background-color: turquoise;
- text-align: center;
- float: right;
- }
- .headtext2{
- font-size: 11px;
- float: left;
- margin-top: 6px;
- margin-left: 100px;
- }
- .headtext3{
- float: right;
- width: 200px;
- height: 15px;
- font-size: 12px;
- color:orange;
- margin-top: 6px;
- margin-right: 18px;
- }
- /* 中部 */
- .medium{
- width: 90%;
- height: 100px;
- border: 1px solid white;
- border-radius: 8%;
- background: linear-gradient(#FF6347,red);
- margin-left: 15px;
- position: relative;
- border-bottom-left-radius:55px;
- border-bottom-right-radius:55px;
- }
- .number{
- float: right;
- font-size: 12px;
- color: white;
- padding-top: 8px;
- padding-right: 10px;
- }
- .bank{
- float: left;
- color: white;
- font-size: 14px;
- font-weight: 200px;
- padding-top: 8px;
- padding-left: 10px;
- }
- .card{
- float: left;
- font-size: 11px;
- color: white;
- position: absolute;
- margin-top: 32px;
- margin-left: 10px;
- }
- /* 底部 */
- .bottom-text{
- margin-top: 13px;
- }
- .dingdan{
- margin-left: 20px;
- }
- .fuhao{
- display: inline-block;
- float: right;
- margin-right: 15px;
- }
- .need-work{
- width: 55px;
- height: 55px;
- }
- .icon-car{
- width: 54px;
- height: 63px;
- }
- .icon-completed{
- width: 50px;
- height: 45px;
- }
- .bottom{
- position: relative;
- }
- .first{
- position: absolute;
- float: left;
- margin-left: 16px;
- font-size: 14px;
- margin-top: 8px;
- }
- .second{
- margin-left: 126px;
- font-size: 14px;
- position: absolute;
- }
- .third{
- font-size: 14px;
- margin-left: 245px;
- margin-top: 15px;
- position: absolute;
- }
|