| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .questionAnswerList {
- width: 100%;
- height: 100%;
- background: #FFFFFF;
- border-radius: @border-radius-base;
- padding: 10px 20px;
- }
- .applicationList {
- width: 100%;
- height: 400px;
- padding-top: 10px;
- }
- .card {
- padding: 20px;
- border: 1px solid @border-color;
- border-radius: @border-radius-base;
- height: 200px;
- overflow: auto;
- }
- .card:hover {
- border-color: @primary-color ;
- }
- .desc {
- height: 35px;
- overflow: auto;
- }
- .info-head {
- width: 100%;
- height: 35%;
- }
- .slice-search {
- padding: 20px 20px 4px;
- background: #FFFFFF;
- border-radius: @border-radius-base;
- margin-bottom: 20px;
- }
|