123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- page{
- height: 100%;
- background: #F4F4F4;
- }
- .box{
- width: 100%;
- /* height: 100%; */
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .box .top{
- width: 92%;
- display: flex;
- flex-direction: column;
- font-size: 28rpx;
- color: darkgray;
- }
- .box .top text:nth-of-type(1){
- font-size:48rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- padding: 50rpx 0rpx 30rpx 0rpx;
- }
- .box .top text:nth-of-type(2){
- font-size:32rpx;
- font-family:PingFang SC;
- font-weight:400;
- color:rgba(153,153,153,1);
- padding-bottom: 6rpx;
- }
- .box .hot{
- /* padding-top: ; */
- width:690rpx;
- padding: 30rpx 0;
- /* height:296rpx; */
- background:rgba(255,255,255,1);
- border-radius:20rpx;
- background-size: 100% 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- box-sizing: border-box;
- padding-left: 47rpx;
- margin-top: 30rpx;
- }
- .box .hot .title{
- font-size:38rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- }
- .box .hot .frequency{
- font-size:32rpx;
- font-family:PingFang SC;
- color:rgba(153,153,153,1);
- }
- .box .hot .info{
- display: flex;
- align-items: flex-end;
- padding: 19rpx 0rpx;
- }
- .box .hot .info text:nth-of-type(1){
- font-size:46rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- }
- .box .hot .info text:nth-of-type(2){
- font-size:26rpx;
- font-family:PingFang SC;
- color:rgba(153,153,153,1);
- padding-left: 19rpx;
- padding-bottom: 6rpx;
- text-decoration: line-through;
- }
- .box .hot .buy{
- width:160rpx;
- height:70rpx;
- margin-bottom: 20rpx;
- background:#5E5D5D;
- border-radius:40rpx;
- display: flex;
- /* margin-left: 20rpx; */
- align-items: center;
- justify-content: center;
- font-size:32rpx;
- font-family:PingFang SC;
- color:rgba(255,255,255,1);
- }
- .box .hot .info .buy text{
- font-size: 26rpx;
- color: #ffffff;
- }
- .list{
- display: flex;
- flex-direction: column;
- margin-top: 10rpx;
- }
- .tip text{
- /* width: 100rpx; */
- display: inline-block;
- padding: 0 5rpx;
- font-size: 22rpx;
- border: solid 1rpx rgba(153,153,153,1);
- color: rgba(153,153,153,1);
- border-radius: 8rpx;
- }
- .list .view{
- padding: 30rpx 0;
- width:690rpx;
- /* height:206rpx; */
- background:rgba(255,255,255,1);
- border-radius:20rpx;
- margin-top: 20rpx;
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- box-sizing: border-box;
- padding-left: 48rpx;
- }
- .list .view .text{
- font-size:32rpx;
- font-family:PingFang SC;
- color:rgba(94,93,93,1);
- padding-bottom: 20rpx;
- }
- .list .view .money{
- display: flex;
- align-items: flex-end;
- }
- .list .view .money text:nth-of-type(1){
- font-size:46rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- }
- .list .view .money text:nth-of-type(2){
- font-size:26rpx;
- font-family:PingFang SC;
- color:rgba(153,153,153,1);
- padding-left: 34rpx;
- padding-bottom: 6rpx;
- text-decoration: line-through;
- }
- .list .view .buy{
- width:140rpx;
- height:50rpx;
- background:#5E5D5D;
- border-radius:40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:26rpx;
- font-family:PingFang SC;
- color:rgba(255,255,255,1);
- position: absolute;
- top: 88rpx;
- right: 20rpx;
- }
- .list .view .position{
- width:186rpx;
- height:42rpx;
- background:rgba(24,213,185,1);
- border-radius:0px 20rpx 0px 39rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:26rpx;
- font-family:PingFang SC;
- color:rgba(255,255,255,1);
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- }
- .box .btn{
- width:100%;
- height:160rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 0px 52rpx 0px rgba(210,210,210,1);
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- }
- .btn .money{
- display: flex;
- align-items: flex-end;
- margin-left: 30rpx;
- }
- .btn .money text:nth-of-type(1){
- font-size:60rpx;
- font-family:PingFang SC;
- font-weight:800;
- color:rgba(42,42,42,1);
- }
- .btn .money text:nth-of-type(2){
- font-size:30rpx;
- font-family:PingFang-SC-Medium;
- font-weight:Medium;
- color:#2A2A2A;
- padding-left: 20rpx;
- padding-bottom: 6rpx;
- }
- .btn .form{
- width:214rpx;
- height:70rpx;
- background:rgba(24,213,185,1);
- border-radius:35rpx 35rpx 35rpx 35rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:36rpx;
- font-family:PingFang SC;
- color:rgba(255,255,255,1);
- margin-right: 30rpx;
- }
- .box .rule{
- width: 92%;
- display: flex;
- flex-direction: column;
- }
- .rule .title{
- font-size:46rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- padding: 106rpx 0rpx 46rpx 0rpx;
- }
- .rule view{
- display: flex;
- flex-direction: column;
- height: 548rpx;
- justify-content: space-between;
- padding-bottom: 66rpx;
- }
- .rule view text{
- font-size:28rpx;
- font-family:PingFang-SC-Regular;
- font-weight:Regular;
- color:#5E5D5D;
- }
- .background{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #000000;
- opacity: .6;
- z-index: 88;
- }
- .model{
- width: 100%;
- height: 62%;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 99;
- background: white;
- }
- .model .view{
- width: 100%;
- height: 100%;
- position: relative;
- padding-top: 80rpx;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .model .view .title{
- position: absolute;
- top: 0rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- width: 100%;
- border-bottom: 2rpx solid #F4F4F4;
- z-index: 99;
- }
- .model .view .btn1{
- position: absolute;
- bottom: 0rpx;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 120rpx;
- background: #F4F4F4;
- z-index: 99;
- }
- .model .view .btn1 text{
- width: 80%;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- color: white;
- font-size: 28rpx;
- background: #18D5B9;
- border-radius: 40rpx;
- }
- .model .view .content{
- height: 100%;
- overflow-y: scroll;
- display: flex;
- flex-direction: column;
- width: 95%;
- margin: 0 auto;
- }
- .model .view .content text{
- padding-top: 20rpx;
- font-size: 26rpx;
- }
- .model .view .content .title1{
- font-size: 30rpx;
- font-weight: 800;
- }
- .model .view .content .count_a{
- display: flex;
- align-items: center;
- }
- .model .view .content .count_a text:nth-of-type(1){
- font-size: 32rpx;
- font-weight: 800;
- }
- .model .view .content .count_a text:nth-of-type(2){
- font-size: 26rpx;
- color: #5E5D5D;
- padding-left: 14rpx;
- }
- .model .view .content .count_b{
- display: flex;
- align-items: flex-end;
- }
- .model .view .content .count_b text:nth-of-type(1){
- font-size: 34rpx;
- font-weight: 800;
- color: red;
- }
- .model .view .content .count_b text:nth-of-type(2){
- font-size: 26rpx;
- padding-left: 10rpx;
- text-decoration: line-through;
- }
- .over1{
- position: fixed;
- top: 39%;
- right: 5%;
- z-index: 99;
- }
- .none{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 90%;
- }
- .none image{
- margin-left: 70rpx;
- }
- .none text{
- /* padding-right: 70rpx; */
- padding-top: 20rpx;
- }
|