1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .bottom-div{
- position: fixed;
- bottom: 40px;
- width: 100%;
- }
- .title-div{
- font-size:16px;
- text-align:center;
- font-weight:bold;
- margin: 5px 0px 10px 0px;
- color: #323232;
- }
- .corpy-title{
- font-size:14px;
- text-align:center;
- margin-bottom: 5px;
- color: #909090;
- }
- .company-title{
- font-size:13px;
- text-align: center;
- color: #909090;
- }
- .fc-c{
- color: #CCCCCC;
- }
- .img-div{
- background: url(../../../images/app_icon.png);
- background-size: 45px 45px;
- width: 45px;
- height: 45px;
- margin: auto
- }
- div.xiaoxi_tishi{
- width: 80%;
- }
- .hide{
- display: none;
- }
|