123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- // Fonts
- //@import url('https://fonts.googleapis.com/css?family=Nunito');
- // Variables
- //@import 'variables';
- // Bootstrap
- //@import '~bootstrap/scss/bootstrap';
- //@import "~bootstrap-sass/assets/stylesheets/bootstrap";
- .navbar-laravel {
- background-color: #fff;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
- }
- .am-menu-dropdown1 .am-menu-nav {
- left: -10px;
- width: 375px;
- }
- .am-menu-dropdown1 .am-menu-toggle {
- right: -4px;
- top: -46px;
- }
- .wei_xue {
- position: relative;
- display: inline-block !important;
- line-height: 0px;
- padding-right: 40px;
- width: 0px;
- height: 0px;
- margin: 0;
- top: -2px;
- }
- .wei_button {
- width: 200px;
- }
- .wei_li {
- position: relative;
- margin-top: 20px;
- }
- .am-datepicker .am-datepicker-dropdown {
- display: block;
- }
- .demo-box {
- width: 100% !important;
- }
- .ht-rili-td {
- height: 58px !important;
- }
- $base: #0e90d2;
- $no-active: #939393;
- $border: #EAE5E5;
- $color: #555;
- //分析详情
- #test-show-page {
- .word {
- margin: 10px 15px;
- padding: 10px;
- background-color: $base;
- color: #fff;
- border-radius: 10px;
- span {
- font-weight: 500;
- font-size: 18px;
- padding: 0 5px;
- }
- }
- .lists {
- padding: 10px 10px 30px;
- & > .title {
- color: $base;
- border-bottom: 2px dashed #999;
- border-top: 2px dashed #999;
- padding: 5px 0;
- //padding-left: 10px;
- font-weight: bold;
- text-align: center;
- }
- .right{
- color: #5eb95e;
- }
- .error{
- color: #dd514c;
- }
- .content {
- margin: 10px 0;
- border: 1px dotted $base;
- padding: 5px;
- .answer {
- border-radius: 5px;
- background-color: #d2d2d2;
- padding: 5px;
- //font-size: 12px;
- span {
- //font-size: 14px;
- color: $base;
- }
- .des{
- font-size: 14px;
- }
- }
- }
- }
- }
|