12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .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: 0 30rpx;
- border-radius:50%;
- display:inline-block;
- }
- .phoneText{
- color:white;
- display:inline-block;
- float:left;
- 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%;
- }
|