123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- @charset "utf-8";
- //font
- $table:98px*0.5;
- $a :0.5;
- $z1 :10;
- $z2 :50;
- $z3 :100;
- body {
- padding-bottom : $table;
- font-size : 1.5rem;
- height : 100%;
- position : relative;
- max-width : 500px;
- margin : auto;
- .table {
- position : absolute;
- bottom : 0;
- left : 0;
- width : 100%;
- height : $table;
- margin : 0;
- background-color: #fff;
- padding : 5px 0;
- z-index : 10000;
- max-width : 500px;
- ul {
- width : 100%;
- height: 100%;
- a:nth-child(1) li {
- background-image: url(../static/img/ztb.png);
- }
- a:nth-child(2) li {
- background-image: url(../static/img/gc.png);
- }
- a:nth-child(3) li {
- background-image: url(../static/img/xm.png);
- }
- a:nth-child(4) li {
- background-image: url(../static/img/me.png);
- }
- a:nth-child(1) li.selected {
- background-image: url(../static/img/ztb1.png);
- }
- a:nth-child(2) li.selected {
- background-image: url(../static/img/gc1.png);
- }
- a:nth-child(3) li.selected {
- background-image: url(../static/img/xm1.png);
- }
- a:nth-child(4) li.selected {
- background-image: url(../static/img/me1.png);
- }
- li {
- width : 24%;
- height : 100%;
- display : inline-block;
- text-align : center;
- background-size: 22px !important;
- background : no-repeat center top;
- background-position: center 2px;
- span {
- margin-top: 24px;
- display : inline-block;
- color : rgba(175, 175, 175, 1);
- font-size: 10px;
- }
- }
- li.selected {
- span {
- color: #ff5c5c;
- }
- }
- }
- }
- .search {
- width : 100%;
- height : 44px;
- padding : 6px 17px;
- background: #fff;
- text-align: center;
- input {
- width : 73%;
- height : $a*60px;
- background-color : rgba(240, 243, 245, 1);
- border-radius : $a*30px;
- border : none;
- background-image : url(../static/img/search.png);
- background-repeat : no-repeat;
- background-position: 15px center;
- background-size : 16px;
- padding-left : 40px;
- color : rgba(153, 153, 153, 1);
- outline : none;
- }
- span {
- font-size : 1.5rem;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(255, 92, 92, 1);
- margin-left: 13px;
- }
- }
- .bidlist {
- overflow-y : auto;
- padding-bottom : 75px;
- background-color: #f8f9fa;
- height : 90%;
- li {
- height : 302px*$a;
- margin-bottom : 18px*$a;
- background-color: #fff;
- padding : 35px*$a;
- h2 {
- height : 31px*$a;
- font-size : 36px*$a;
- font-family: PingFang-SC-Bold;
- font-weight: bold;
- color : rgba(32, 32, 32, 1);
- line-height: 31px*$a;
- }
- .p1 {
- margin : 20px*$a 0;
- font-size : 28px*$a;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(122, 122, 122, 1);
- }
- .time {
- float: right;
- }
- }
- }
- .label {
- background : rgba(242, 242, 250, 1);
- border-radius: 4px;
- font-size : 24px*$a;
- font-family : PingFang-SC-Regular;
- font-weight : 400;
- color : rgba(108, 116, 122, 1);
- padding : 5px;
- }
- .time {
- color: #afafaf;
- }
- * {
- margin : 0;
- padding: 0;
- }
- }
- * {
- text-decoration: none;
- list-style : none;
- box-sizing : border-box;
- }
- table {
- table-layout: fixed;
- word-break : break-all;
- }
- $colour :#009688 #5FB878 #393D49 #1E9FFF #F7B824 #FF5722;
- // //组件---支付弹窗
- .payment {
- position : fixed;
- width : 100%;
- left : 0;
- top : 0;
- height : 100%;
- background-color : rgba(0, 0, 0, .5);
- background-position-x: 20px;
- background-size : 50%;
- div {
- height: auto;
- }
- >div {
- position : absolute;
- bottom : 0;
- left : 0;
- background-color: #fff;
- padding : 20px 0;
- width : 100%;
- max-height : 360px;
- >p {
- margin-bottom: 20px;
- font-size : 16px;
- font-family : PingFang-SC-Bold;
- font-weight : bold;
- color : rgba(32, 32, 32, 1);
- padding : 0 15px;
- }
- .auto {
- overflow-x: scroll;
- border-top: .5px solid #f0f0f0;
- border-bottom: .5px solid #f0f0f0;
- ul {
- text-align: center;
- padding: 20px 0;
- overflow-x: auto;
- width : 390px;
- // border-top: .5px solid #afafaf;
- li {
- width : 107px;
- text-align : center;
- display : inline-block;
- margin-right: 10px;
- p {
- line-height : 58px;
- width : 100%;
- height : 64px;
- text-align : center;
- display : inline-block;
- background : rgba(255, 255, 255, 1);
- border : 2px solid #f0f0f0;
- border-radius: 16px;
- color : red;
- span {
- font-size : 18px;
- font-family: PingFang-SC-Bold;
- font-weight: bold;
- i {
- font-size : 14px;
- font-style: normal;
- }
- }
- }
- >span {
- font-size : 22px*0.5;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(175, 175, 175, 1);
- }
- }
- .discount {
- p {
- line-height: normal;
- padding-top: 8px;
- }
- .del {
- display : block;
- font-size : 26px*0.5;
- font-family : PingFang-SC-Medium;
- font-weight : 500;
- text-decoration: line-through;
- color : rgba(204, 204, 204, 1);
- }
- }
- }
- }
- .confirm {
-
- padding: 20px 15px 0 15px;
- width : 100%;
- button {
- width : 90%;
- height : 40px;
- background : rgba(255, 92, 92, 1);
- border-radius: 8px;
- border : none;
- margin : auto;
- display : block;
- color : #fff;
- font-size : 16px;
- font-family : PingFang-SC-Medium;
- font-weight : 500;
- }
- p {
- font-size : 29px*0.5;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(175, 175, 175, 1);
- text-align : center;
- margin-top : 10px;
- span {
- color: red;
- }
- }
- }
- }
- }
- //组件---标题
- .head {
- padding : 10px 10px;
- text-align: center;
- img {
- height: 20px;
- }
- img:last-child {
- margin-left: 10px;
- }
- span {
- display : inline-block;
- width : calc(100% - 80px);
- padding-left: 40px;
- font-size : 18px;
- font-family : PingFang-SC-Bold;
- font-weight : bold;
- color : rgba(32, 32, 32, 1);
- }
- }
- .sub {
- .add {
- padding-left: 15px;
- border-top : 1px solid #f0f0f0;
- li {
- padding: 35px*0.5 0;
- position: relative;
- &::after{
- position: absolute;
- content: '';
- display: block;
- width: 100%;
- height: 1px;
- left: 0;
- bottom: 0;
- right: 0;
- // margin-left: -1.5rem;
- // margin-right: -1.5rem;
- padding-right: 1.5rem;
- background-color: #f0f0f0;
- }
- .title {
- font-size : 16px;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(32, 32, 32, 1);
- }
- .name {
- font-size : 28px*0.5;
- font-family : PingFang-SC-Medium;
- font-weight : 500;
- color : rgba(175, 175, 175, 1);
- float : right;
- padding-right: 15px;
- img {
- width : 8px;
- vertical-align: sub;
- margin-left : 5px;
- }
- }
- }
- }
- button {
- width : 100%;
- height : 50px;
- position : absolute;
- bottom : 0;
- left : 0;
- border : none;
- background : rgba(255, 92, 92, 1);
- font-size : 18px;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color : rgba(255, 255, 255, 1);
- }
- }
|