12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .wrap {
- width: 100%;
- margin: 0 auto;
- background: #ffffff;
- .portal-header {
- background: #f8f8f8;
- width: 100%;
- .portal-logo {
- width: 100%;
- margin: 0 auto;
- padding: 10px 0;
- .logo {
- width: 120px;
- padding-top: 60px;
- float: left;
- margin-left: 4%;
- position: relative;
- overflow: hidden;
- img {
- position: absolute;
- top: 0;
- right: 0;
- height: 60px;
- width: 60px;
- }
- }
- .portal-text {
- width: 84%;
- float: left;
- line-height: 60px;
- font-size: 24px;
- margin-left: 20px;
- .text {
- border-left: 1px solid #999999;
- }
- .alink {
- float: right;
- font-size: 14px;
- line-height: 60px;
- a {
- color: #333;
- padding: 0 8px;
- border-left: 1px solid #999999;
- }
- >a {
- &:first-child {
- border: none;
- }
- }
- }
- >span {
- padding-left: 20px;
- }
- }
- }
- }
- .footer {
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 1;
- text-align: center;
- padding: 6px 0;
- padding: 10px 0;
- text-align: center;
- background: #f0f0f0;
- p {
- line-height: 24px;
- }
- }
- .portal-content {
- width: 1280px;
- margin: 0 auto; //background: #e0e0e0;
- padding-top: 20px;
- padding-bottom: 60px;
- .search-criteria {
- margin-bottom: 10px;
- border-bottom: 1px dotted #ccc;
- }
- .ant-radio-group {
- >label {
- border-radius: 0px;
- border: 1px solid #d9d9d9;
- margin-right: 10px;
- margin-bottom: 10px;
- }
- .ant-radio-button-wrapper-checked {
- border: 1px solid #58a3ff;
- box-shadow: none;
- }
- }
- .search-title {
- text-align: center;
- }
- }
- }
|