123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- .indexPage {
- position: relative;
- z-index: 1;
- background: #F5F5F5;
- min-height: calc(100vh);
- .heads{
- background: #fff;
- position: relative;
- .right{
- position: absolute;
- padding: 20px 20px 0 0;
- right: 0;
- top: 0;
- color: #6190E8;
- }
- }
- .searchContent {
- position: relative;
- background: white;
- padding: 20px;
- .searchTop {
- z-index: 1000;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .at-search-bar{
- width: 70%;
- }
- .shortValuecontent {
- position: relative;
- display: flex;
- align-items: center;
- text-align: center;
- width: 200px;
- background: #6190E8;
- border-radius: 100px;
- padding: 10px 0;
- margin-left: 10px;
- font-size: 25px;
- color: #FFFFFF;
- .selectValue {
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- .selectTitle {
- width: 100%;
- text-align: center;
- }
- .iconContent {
- position: absolute;
- right: 0;
- width: 60px;
- text-align: center;
- }
- }
- }
- .searchBottom {
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #FFFFFF;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- padding: 10px 0 10px 0;
- .searchBottomBack {
- position: fixed;
- z-index: -1;
- left: 0;
- right: 0;
- bottom: 0;
- top: 100px;
- background: rgba(0, 0, 0, .7);
- }
- .searchItem {
- position: relative;
- font-size: 25px;
- color: #FFFFFF;
- .shortValuecontent {
- position: relative;
- display: flex;
- align-items: center;
- text-align: center;
- width: 200px;
- background: #6190E8;
- border-radius: 100px;
- padding: 10px 0;
- margin-right: 5px;
- .selectValue {
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- .selectTitle {
- width: 100%;
- text-align: center;
- }
- .iconContent {
- position: absolute;
- right: 0;
- width: 60px;
- text-align: center;
- }
- }
- .valuecontent {
- position: relative;
- display: flex;
- align-items: center;
- width: 440px;
- background: #6190E8;
- border-radius: 100px;
- padding: 10px 0;
- margin-right: 5px;
- .selectValue {
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- .selectTitle {
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- .iconContent {
- position: absolute;
- right: 0;
- width: 60px;
- text-align: center;
- }
- }
- .searchSelectContent {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1;
- width: 45px;
- padding-right: 20px;
- text-align: right;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- padding-bottom: 3px;
- }
- .closeIcon {
- background: #F00;
- width: 60px;
- height: 46px;
- display: flex;
- padding-left: 20px;
- align-items: center;
- }
- }
- }
- .searchBottomLOL {
- position: fixed;
- z-index: 1000;
- top: 0;
- left: 0;
- right: 0;
- box-shadow: 0px 6px 27px 16px #8e8d8d;
- background: #FFFFFF;
- }
- }
- .list {
- padding: 20px 23px 52px 23px;
- .item {
- border-radius: 10px;
- padding: 31px;
- background: #FFFFFF;
- display: flex;
- flex-direction: column;
- margin-bottom: 17px;
- position: relative;
- overflow: hidden;
- font-size: 26px;
-
- .lis{
- height: 20px;
- border-bottom: 1px dashed #000;
- }
- .line {
- width: 100%;
- padding: 5px 0;
- }
- .lines {
- width: 100%;
- padding: 5px 0;
- text-align: right;
- }
- .lbt {
- position: absolute;
- right: 0;
- font-size: 24px;
- padding: 20px;
- color: #fff;
- background: #1D4FEA;
- border-bottom-left-radius: 100px;
- border-top-left-radius: 100px;
- }
- }
- }
- }
|