123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- @title-top: #3181ff;
- @title-bg: #e0ecff;
- @body-bg: #2382ff;
- .body {
- margin-top: 90px;
- h4 {
- font-weight: 600;
- }
- .edi-a {
- display: block;
- background-color: #f5f5f5;
- padding: 10px;
- margin: 5px 0px;
- border-radius: 5px;
- color: #777;
- position: relative;
- span {
- display: block !important;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: calc(~"100% - 16px");
- }
- i {
- color: #ccc;
- position: absolute;
- right: 10px;
- top: 12px
- }
- }
- .edi-p1 {
- font-size: 12px;
- color: #777;
- line-height: 50px;
- margin: 0;
- }
- .edi-p2 {
- color: #999;
- padding-bottom: 25px;
- border-bottom: 8px solid #f5f5f5;
- &>span:first-child {
- display: inline-block;
- padding: 5px 5px 0px 5px;
- border-radius: 15px 15px 5px 5px;
- background-color: #f5f5f5;
- }
- .edi-p-span {
- padding: 5px 0px 0px;
- span {
- margin-right: 20px;
- font-size: 12px;
- }
- img {
- width: 20px;
- height: 20px;
- }
- }
- }
- .edi-body {
- position: relative;
- padding-bottom: 50px;
- height: 800px;
- overflow: hidden;
- .edi-user {
- margin-top: 10px;
- padding: 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- @media screen and (max-width:768px) {
- & {
- padding: 10px 0px;
- }
- }
- .left {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- img {
- width: 50px;
- height: 50px;
- margin: 0 10px;
- @media screen and (max-width:768px) {
- & {
- width: 30px;
- height: 30px;
- margin-left: 0px;
- margin-right: 5px;
- }
- }
- }
- div {
- p {
- text-align: start;
- margin: 5px 0;
- @media screen and (max-width:768px) {
- & {
- margin: 0;
- }
- }
- }
- &>p:last-child {
- font-size: 12px;
- color: #999;
- }
- }
- }
- .right {
- i {
- background-color: @body-bg;
- font-size: 25px;
- padding: 10px;
- border-radius: 50%;
- color: #fff;
- text-align: center;
- margin-left: 10px;
- @media screen and (max-width:768px) {
- & {
- font-size: 5px;
- margin-left: 0;
- }
- }
- }
- }
- }
- #title {
- font-weight: bold;
- }
- p {
- width: 100%;
- text-align: center;
- img {
- width: 100%;
- }
- }
- #edi-answer {
- color: #f03;
- }
- .edi-open {
- width: 100%;
- text-align: center;
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
- position: absolute;
- bottom: 0px;
- padding-top: 50px;
- span{
- display: inline-block;
- border-radius: 30px;
- background-color: #eef5ff;
- padding: 6px 20px;
- color:@body-bg;
- i{
- margin-left: 5px;
- }
- }
- }
- }
- .edi-body-height{
- height: auto;
- }
- .edi-footer{
- margin-top: 50px;
- text-align: center;
- color: #777;
- .choose{
- width: 300px;
- margin: auto;
- display: flex;justify-content: space-around;
- align-items: center;
- .img{
- width: 66px;
- img{
- width: 100%;
- }
- color: #000;
- span{
- color: #777;
- margin-left: 5px;
- }
- }
- }
- }
- .interactive{
- h5{
- border-bottom: 1px solid #e6e6e6;
- padding: 10px 0px;
- margin: 5px 0px;
- }
- .pull-right{
- .active{
- color: #000;
- }
- span{
- color: #777;
- }
- }
- .alert{
- clear: both;
- }
- }
- .prog{
- background-color: #eef5ff;
- border-radius: 5px;
- padding: 20px;
- position: relative;
- .title{
- color: @body-bg;
- position: absolute;
- top: 10px;
- }
- .flex{
- height: 50px;
- box-sizing: border-box;
- display: flex;justify-content: space-between;align-items: center;
- .pro{
- width: 100%;
- max-width: 50%;
- min-width:200px;
- box-sizing: border-box;
- height: 5px;
- border-radius: 5px;
- background-color: #fff;
- margin-right: 20px;
- position: relative;
- .pro-title{
- position: absolute;
- right: 0px;
- top: -20px;
- color: #999;
- }
- .pro-content{
- width: 0%;
- height: 100%;
- background-color: @body-bg;
- }
- .icon{
- position: absolute;
- width: 30px;
- height:30px;
- box-sizing: border-box;
- background-color: #fff;
- text-align: center;
- line-height: 27px;
- border-radius: 50%;
- top: -12px;
- border: 2px solid #7aaef3;
- }
- .pro-show{
- position: absolute;
- top: 20px;
- margin-left: 5px;
- color: @body-bg;
- }
- }
- .button{
- width: 80px;
- line-height: 40px;
- text-align: center;
- color: #fff;
- background-color: #7aaef3;
- border-radius: 10px;
- box-sizing: border-box;
- }
- }
- }
- }
|