123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873 |
- @import "template/template.wxss";
- page {
- padding-bottom: 200rpx;
- }
- .container {
- background: #f1f1f1;
- }
- .banner-box {
- height: 600rpx;
- width: 100%;
- }
- .banner-box .slide-image {
- width: 100%;
- height: 100%;
- }
- .banner-box swiper {
- height: 100%;
- }
- .goods-state-box {
- width: 100%;
- margin-bottom: 15rpx;
- background: #fff;
- }
- .goods-state-title-box {
- height: 108rpx;
- }
- .goods-state-title-box #title-position {
- position: fixed;
- top: 0;
- z-index: 999;
- }
- .goods-state-box .goods-state-title {
- background: #fb752c;
- width: 100%;
- padding: 2rpx 0;
- position: relative;
- }
- .goods-state-box .goods-state-title::after {
- content: "";
- display: block;
- clear: both;
- }
- .goods-state-box .goods-state-title .goods-state-time {
- float: left;
- }
- .goods-state-box .goods-state-title .goods-state-time text {
- float: left;
- text-align: center;
- display: block;
- color: #fb752c;
- font-size: 40rpx;
- line-height: 104rpx;
- background: #fff;
- padding: 0 20rpx;
- }
- .goods-state-box .goods-state-title .triangle {
- float: left;
- border-left: 60rpx solid #fff;
- border-top: 52rpx solid transparent;
- border-bottom: 52rpx solid transparent;
- }
- .goods-state-box .goods-state-title .goods-time-down {
- float: left;
- color: #fff;
- font-size: 50rpx;
- line-height: 100rpx;
- margin-left: 40rpx;
- }
- .goods-state-box .goods-state-title .goods-state-price {
- color: #fff;
- padding-right: 25rpx;
- position: absolute;
- top: 50%;
- right: 0;
- margin-top: -40rpx;
- }
- .goods-state-box .goods-state-title .goods-state-price .goods-state-price-text1 {
- font-size: 60rpx;
- font-weight: 600;
- }
- .goods-state-box .goods-state-title .goods-state-market {
- color: #fff;
- float: left;
- padding: 11rpx;
- margin-top: 30rpx;
- }
- .goods-state-box .goods-state-title .goods-state-market text {
- display: block;
- font-size: 28rpx;
- }
- .goods-state-box .goods-news, .statement {
- border-bottom: 1px solid #f1f1f1;
- padding: 10rpx 25rpx;
- height: 50rpx;
- }
- .goods-state-box .goods-info {
- border-bottom: 1px solid #f1f1f1;
- padding: 20rpx 25rpx;
- }
- .goods-info::after {
- content: '';
- display: block;
- clear: both;
- }
- .goods-state-box .goods-info text {
- font-size: 40rpx;
- display: block;
- }
- .goods-info text {
- float: left;
- width: 80%;
- }
- .btn::after {
- border: none;
- }
- .btn {
- width: 50rpx;
- height: 50rpx;
- /*
- width: 20%;
- height: 50rpx;
- */
- padding: 0;
- background: #fff;
- float: right;
- }
- .btn image {
- float: left;
- /*
- width: 100%;
- height: 100%;
- */
- width: 50rpx;
- height: 50rpx;
- }
- .goods-price {
- padding: 20rpx 0 0 20rpx;
- position: relative;
- clear: both;
- }
- .goods-price::after {
- content: '';
- display: block;
- clear: both;
- }
- .goods-price .goods-state-market {
- position: absolute;
- bottom: 6rpx;
- }
- .goods-price .goods-price-state {
- float: left;
- margin-left: 145rpx;
- }
- .goods-price .goods-time-remind {
- position: absolute;
- right: 0;
- width: 110rpx;
- margin-right: 20rpx;
- border-left: 2rpx solid #eee;
- padding: 10rpx 0 45rpx 20rpx;
- }
- .goods-price .goods-time-remind #clock {
- width: 50rpx;
- height: 50rpx;
- font-size: 0;
- margin: 0 auto;
- display: block;
- }
- .goods-price .goods-time-remind button::after {
- border: none;
- }
- .goods-price .goods-time-remind button {
- position: absolute;
- top: 0;
- padding: 0;
- line-height: 40rpx;
- border-radius: 0;
- font-size: 24rpx;
- color: #f29220;
- background: none;
- z-index: 99;
- padding-top: 60rpx;
- }
- .goods-takePartIn::after {
- content: '';
- display: block;
- clear: both;
- }
- .goods-takePartIn {
- border-bottom: 1px solid #f1f1f1;
- padding: 0 20rpx 20rpx 20rpx;
- }
- .goods-takePartIn text {
- font-size: 28rpx;
- color: #999;
- padding: 0 20rpx;
- float: left;
- }
- .goods-takePartIn .serial-num {
- float: right;
- }
- .goods-takePartIn .serial-num text {
- padding: 0;
- color: #333;
- }
- .goods-state-price-text1 {
- font-size: 50rpx;
- color: #e22;
- }
- .goods-state-box .goods-news:after {
- content: "";
- display: block;
- clear: both;
- }
- .goods-state-box .goods-news image {
- width: 50rpx;
- height: 50rpx;
- float: left;
- margin-right: 10rpx;
- }
- .goods-state-box .goods-news view {
- float: left;
- line-height: 50rpx;
- }
- .goods-state-box .goods-news view text {
- font-size: 24rpx;
- display: block;
- float: left;
- }
- .auctioneer {
- width: 100%;
- border-bottom: 1px solid #f1f1f1;
- position: relative;
- }
- .auctioneer navigator {
- box-sizing: border-box;
- width: 100%;
- padding: 20rpx 0 20rpx 20rpx;
- }
- navigator::after {
- content: '';
- display: block;
- clear: both;
- }
- .auctioneer .auctioneer-img {
- float: left;
- width: 100rpx;
- height: 100rpx;
- }
- .auctioneer .auctioneer-img image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- background: #fb752c;
- }
- .auctioneer .auctioneer-info {
- width: 600rpx;
- float: left;
- padding-left: 20rpx;
- padding-top: 30rpx;
- position: relative;
- }
- .auctioneer .auctioneer-name::after {
- content: '';
- display: block;
- clear: both;
- }
- .auctioneer .auctioneer-info .auctioneer-name text {
- font-size: 30rpx;
- }
- .auctioneer .auctioneer-info text {
- font-size: 28rpx;
- }
- .auctioneer .auctioneer-info .auctioneer-company {
- font-size: 24rpx;
- color: #999;
- margin-top: 10rpx;
- display: block;
- }
- .auctioneer .auctioneer-info .auctioneer-name text {
- float: left;
- }
- .auctioneer .auctioneer-info .auctioneer-name .sign {
- font-size: 20rpx;
- color: #2abf01;
- border: 1px solid #2abf01;
- background: #efffea;
- margin-left: 15rpx;
- margin-top: 4rpx;
- padding: 0 5rpx;
- }
- .follow {
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- top: 32%;
- right: 20rpx;
- }
- .follow image {
- width: 100%;
- height: 100%;
- }
- .statement text {
- font-size: 22rpx;
- color: #666;
- text-align: center;
- display: block;
- line-height: 50rpx;
- }
- .bidrecord-box {
- background: #fff;
- width: 100%;
- margin-bottom: 15rpx;
- }
- .bidrecord-box navigator {
- padding: 20rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .bidrecord-box navigator::after {
- content: "";
- display: block;
- clear: both;
- }
- .bidrecord-box navigator image {
- width: 40rpx;
- height: 40rpx;
- float: left;
- }
- .bidrecord-box navigator text {
- font-size: 28rpx;
- float: left;
- margin-left: 10rpx;
- line-height: 40rpx;
- }
- .bidrecord-box navigator .arrow {
- float: right;
- }
- .lines-box .lines {
- padding: 10rpx 20rpx;
- }
- .lines-box .lines::after {
- content: "";
- display: block;
- clear: both;
- }
- .lines-box .lines image {
- width: 50rpx;
- height: 50rpx;
- float: left;
- margin-right: 20rpx;
- margin-top: 15rpx;
- }
- .lines-box .lines text {
- font-size: 30rpx;
- float: left;
- line-height: 80rpx;
- margin-right: 20rpx;
- }
- .lines-box .textColor text {
- color: #fb752c;
- }
- .lines-box .lines .price {
- float: right;
- }
- .lines-box-tips {
- padding: 20rpx;
- }
- .lines-box-tips text {
- line-height: 200rpx;
- color: #999;
- text-align: center;
- display: block;
- }
- .msg-box {
- width: 100%;
- padding: 20rpx;
- box-sizing: border-box;
- background: #fff;
- margin-bottom: 15rpx;
- }
- .msg-box::after {
- content: "";
- display: block;
- clear: "";
- }
- .msg-box text {
- font-size: 26rpx;
- float: left;
- }
- .guild-box {
- width: 100%;
- background: #fff;
- margin-bottom: 15rpx;
- }
- .guild-box .guild-title {
- padding: 20rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .guild-box .guild-title::after {
- content: "";
- display: block;
- clear: both;
- }
- .guild-box .guild-title image {
- width: 40rpx;
- height: 40rpx;
- float: left;
- margin-right: 10rpx;
- }
- .guild-box .guild-title text {
- font-size: 26rpx;
- float: left;
- }
- .guild-box .guild-content {
- padding: 20rpx;
- }
- .guild-box .guild-content .guild-promise {
- width: 95%;
- padding: 10rpx;
- border-radius: 30rpx;
- background: #fff3ec;
- margin: 0 auto 10rpx;
- }
- .guild-box .guild-content .guild-promise::after {
- content: "";
- display: block;
- clear: both;
- }
- .guild-box .guild-content .guild-promise view {
- width: 25%;
- float: left;
- flex-direction: row;
- justify-content: center;
- }
- .guild-box .guild-content .guild-promise view::after {
- content: "";
- display: block;
- clear: both;
- }
- .guild-box .guild-content .guild-promise image {
- width: 35rpx;
- height: 35rpx;
- float: left;
- margin-right: 5rpx;
- margin-left: 15rpx;
- }
- .guild-box .guild-content .guild-promise text {
- font-size: 24rpx;
- float: left;
- color: #fb752c;
- }
- .guild-box .guild-content .guild-auction-info::after {
- content: "";
- display: block;
- clear: both;
- }
- .guild-box .guild-content .guild-auction-info .info-left-box {
- float: left;
- }
- .guild-box .guild-content .guild-auction-info .info-right-box {
- float: right;
- }
- .guild-box .guild-content .guild-auction-info .info-key {
- width: 100rpx;
- margin-right: 20rpx;
- }
- .guild-box .guild-content .guild-auction-info text {
- font-size: 24rpx;
- display: inline-block;
- }
- .guild-box .guild-content .guild-auction-info .info-left-box text {
- text-align: left;
- }
- .guild-box .guild-content .guild-auction-info .info-right-box text {
- text-align: left;
- }
- .guild-box .guild-content .guild-auction-info .info-left-box .info-val,
- .guild-box .guild-content .guild-auction-info .info-right-box .info-val {
- color: #999;
- }
- .share-box {
- width: 100%;
- }
- .share-box .share-tab {
- background: #fff;
- border-bottom: 1px solid #f1f1f1;
- }
- .share-box .share-tab::after {
- content: "";
- display: block;
- clear: both;
- }
- .share-box .share-tab view {
- float: left;
- width: 33.33333%;
- text-align: center;
- }
- .share-box .share-tab view text {
- font-size: 28rpx;
- padding: 20rpx 10rpx;
- display: inline-block;
- }
- .share-box .share-tab .textstyle text {
- color: #fb752c;
- border-bottom: 6rpx solid #fb752c;
- }
- .bidders-btn::after {
- content: '';
- display: block;
- clear: both;
- }
- .bidders-btn {
- width: 100%;
- background: #fb752c;
- z-index: 9999;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .bidders-btn navigator {
- width: 100%;
- height: 100%;
- text-align: center;
- }
- .bidders-btn navigator text {
- color: #fff;
- line-height: 100rpx;
- font-weight: 600;
- }
- .bidon::after {
- content: '';
- display: block;
- clear: both;
- }
- .bidon {
- width: 100%;
- height: 100%;
- background: #DCDCDC;
- padding: 10rpx;
- box-sizing: border-box;
- }
- .bid::after {
- content: '';
- display: block;
- clear: both;
- }
- .bid {
- height: 100%;
- float: left;
- box-sizing: border-box;
- border: 1rpx solid #fff;
- }
- .bid button:after {
- border: none;
- }
- .bid button {
- float: left;
- display: block;
- color: #fff;
- background: #333;
- border-radius: 0;
- width: 80rpx;
- height: 80rpx;
- line-height: 72rpx;
- padding: 0;
- border: none;
- }
- .bid input {
- float: left;
- height: 80rpx;
- width: 350rpx;
- background: #333;
- border-left: 1rpx solid #fff;
- border-right: 1rpx solid #fff;
- text-align: center;
- color: #fc4343;
- }
- .sub-price {
- float: right;
- width: 200rpx;
- margin-left: 10rpx;
- height: 100%;
- box-sizing: border-box;
- }
- .sub-price buttom::after {
- border: none;
- }
- .sub-price button {
- background: #e22;
- border-radius: 0;
- margin: 0;
- line-height: 76rpx;
- color: #fff;
- height: 84rpx;
- }
- .offer-count::after {
- content: '';
- display: block;
- clear: both;
- }
- .offer-count {
- text-align: center;
- color: #fff;
- font-size: 28rpx;
- background: #666;
- margin-bottom: 10rpx;
- padding: 15rpx 20rpx;
- }
- .offer-count .offer-count-left {
- float: left;
- }
- .offer-count .offer-count-right {
- float: right;
- }
- .end {
- text-align: center;
- background: #666;
- color: #fff;
- }
- .end text {
- line-height: 100rpx;
- }
- .not-auction {
- text-align: center;
- background: #fc4343;
- color: #fff;
- }
- .not-auction text {
- line-height: 100rpx;
- }
- .d-back-home {
- position: fixed;
- width: 80rpx;
- height: 80rpx;
- right: 30rpx;
- bottom: 166rpx;
- z-index: 10000;
- border-radius: 50%;
- background: #fff;
- }
- .mask {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.3);
- position: fixed;
- top: 0;
- left: 0;
- text-align: center;
- }
- .mask view {
- margin-top: 40%;
- position: relative;
- }
- .mask view button {
- position: absolute;
- background: #fff;
- width: 280rpx;
- height: 80rpx;
- border-radius: 40rpx;
- font-size: 32rpx;
- color: #c75c21;
- left: 50%;
- margin-left: -140rpx;
- bottom: 40rpx;
- line-height: 80rpx;
- }
- .red-packet {
- background: rgba(0, 0, 0, 0.3);
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .red-packet image {
- position: absolute;
- width: 524rpx;
- height: 632rpx;
- top: 50%;
- left: 50%;
- margin-left: -262rpx;
- margin-top: -316rpx;
- }
- .red-packet .close {
- position: absolute;
- left: 50%;
- top: 50%;
- margin-top: -310rpx;
- margin-left: 210rpx;
- z-index: 10;
- }
- .red-packet .btn {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: 190rpx;
- margin-left: -254rpx;
- width: 600rpx;
- background: none;
- }
- .red-packet .btn::after {
- content: '';
- display: block;
- clear: both;
- }
- .red-packet .btn button::before {
- border: none;
- }
- .red-packet .btn button {
- width: 200rpx;
- height: 80rpx;
- float: left;
- margin-left: 30rpx;
- background: #fff;
- border-radius: 40rpx;
- font-size: 30rpx;
- color: #f8c323;
- }
- .red-packet text {
- width: 100%;
- position: absolute;
- top: 50%;
- margin-top: -110rpx;
- text-align: center;
- color: #e12e2e;
- font-weight: 600;
- font-size: 42rpx;
- }
- button[disabled] {
- color: #fff !important;
- background-color: #fab6b6 !important;
- border-color: #fab6b6 !important;
- }
|