| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- template{
- position: relative;
- }
- .main{
- position: relative;
- top: -96px;
- }
- .head{
- height: 149px;
- border-radius: 0px 0px 10px 10px;
- background-color: rgba(42, 130, 228, 1);
- }
- .head .location{
- padding-top: 18px;
- font-size: 15px;
- font-weight: bold;
- text-align: center;
- color:rgba(255, 255, 255, 1) ;
- }
- .loc{
- width: 20px;
- height: 20px;
- font-size: 12px;
- vertical-align:middle;
- }
- .num{
- float: left;
- margin-left: 10px;
- margin-top: 9px;
- font-size: 11px;
- font-weight: 700;
- color: rgba(42, 130, 228, 1);
- }
- .got{
- float: right;
- margin-top: 9px;
- margin-right: 9px;
- color: rgba(212, 48, 48, 1);
- }
- .list{
- float: left;
- margin-left: 21px;
- margin-top: 9px;
- font-size: 11px;
- color: rgba(80, 80, 80, 1);
- }
- .p{
- margin-top: 8px;
- }
- .list .text{
- width: 242px;
- height: 54px;
- margin-top: 15px;
- margin-left: 25px;
- text-align:center;
- line-height: 54px;
- background-color: rgba(255, 255, 255, 1);
- }
- .content-list{
- width: 359px;
- height: 173px;
- float: left;
- margin-left: 8px;
- margin-top:11px;
- border-radius: 14px 14px 0px 0px;
- background-color: rgba(229, 229, 229, 1);
- }
- .isOver{
- width: 100%;
- height: 50px;
- line-height: 50px;
- text-align: center;
- font-size: 12px;
- color: rgba(80, 80, 80, 0.27);
- }
|