1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .topView{
- overflow: hidden;
- text-align:center;
- width:100%;
- height:80px;
- margin:10px auto;
- /* border:1px solid white; */
- }
- .personLogo{
- width:72px;
- height:72px;
- float:left;
- margin-left:6%;
- border-radius:50%;
- display:inline-block;
- }
- .phoneText{
- color:white;
- display:inline-block;
- float:left;
- margin-left:7%;
- margin-top:6%;
- }
- .seasonCard,.yearCard{
- width:90%;
- height:100px;
- border-radius:5px;
- background:#DFDFDF;
- margin-top:10px;
- margin-bottom:10px;
- overflow:hidden;
- text-align:center;
- }
- .yearCard{
- background:#FFEEAC;
- }
- .seasonLeft,.yearLeft{
- float:left;
- margin-left:6%;
- }
- .seasonRight,.yearRight{
- float:right;
- margin-top:5%;
- margin-right:5%;
- }
- .seasonOpen,.yearOpen{
- margin-top:15px;
- }
- .mineButton{
- margin-top:10px;
- color:white;
- width:100%;
- }
- .mine,.mineAttion{
- width:100%;
- height:48px;
- line-height: 48px;
- border:1px solid #373535;
- text-align:left;
- overflow:hidden;
- background:#101010;
- /* margin-left:6%; */
- }
- .mineText,.keepText{
- float:left;
- margin-left:6%;
- }
- .mineRight{
- float:right;
- margin-right:6%;
- }
|