123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- /**index.wxss**/
- .container{
- padding: 0;
- }
- .c_bg{
- position: fixed;
- left: 0;
- top: 0;
- height: 100%;
- z-index: -1;
- width: 100%;
- }
- .body{
- width: 100%;
- min-height: 100%;
- overflow-y: auto;
- }
- .swp{
- position: relative;
- }
- .swiper{
- font-size: 0;
- height: 30vh;
- }
- .swiper-item{
- width: 100%;
- height: 100%;
- }
- .swiper-item image{
- width: 100%;
- height: 100%;
- }
- .dots{
- position: absolute;
- bottom: 10px;
- transform: translateX(-50%);
- left: 50%;
- z-index: 9999;
- display: flex;
- }
- .dots >image{
- width: 30rpx;
- height: 30rpx;
- margin: 0 12rpx;
- }
- .body .title{
- width: 90%;
- margin: 20rpx 5% 30rpx;
- display: flex;
- align-items: flex-end;
- height: 80rpx;
- }
- .body .title image{
- width: 22%;
- height: 100%;
- }
- .body .title text{
- display: inline-block;
- color: #999999;
- margin-left: 30rpx;
- margin-bottom: -4rpx;
- font-size: 24rpx;
- }
- .body .lunbo{
- width: 100%;
- display: inline-block;
- overflow-x: auto;
- white-space: nowrap;
- /* justify-content: space-between;
- align-items: center;
- flex-wrap: wrap; */
- }
- .body .lunbo > image{
- width: 28%;
- height: 336rpx;
- margin: 0 1%;
- }
- .body .record{
- padding-bottom: var(--paddingbtm);
- }
- .body .record >view{
- background-color: #fff;
- width: 90%;
- margin: 0 auto 28rpx;
- padding: 20rpx;
- box-shadow: 0 0 16rpx 2rpx rgba(0,0,0,0.1);
- border-radius: 10rpx;
- opacity: 1;
- }
- .body .record >view > text{
- font-weight: bold;
- font-size: 32rpx;
- color: #666666;
- }
- .body .record >view > view{
- color: #999999;
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- }
- .body .record >view > view>text{
- font-size: 28rpx;
- }
- .body .record >view > view>text:last-of-type{
- font-size: 24rpx;
- }
- .body .record .norecord >view{
- margin-top: 0;
- }
- .body .record .norecord > .record-title{
- color: #000;
- font-size: 30rpx;
- font-weight: bold;
- }
- .body .record .norecord > .norecord-text{
- text-align: center;
- width: 100%;
- display: inline-block;
- margin-top: 20rpx;
- font-size: 28rpx;
- }
- .body .btn_paise{
- position: fixed;
- z-index: 99;
- left: 50%;
- transform: translateX(-50%);
- width: 100%;
- /* bottom: var(--bottom); */
- bottom: 0;
- display: flex;
- justify-content: space-between;
- font-size: 0;
- max-height: 180rpx;
- }
- .body .btn_paise > view{
- width: 50%;
- text-align: center;
- height: auto;
- padding: 30rpx 0;
- font-size: 0;
- }
- .body .btn_paise > .rescan{
- width: 100%;
- padding: 0;
- background: #FFFFFF;
- box-shadow: 0 -4rpx 4rpx 2rpx rgba(0,0,0,0.1);
- }
- .body .btn_paise > .rescan> text {
- font-size: 28rpx;
- color: #999999;
- background-color: #fff;
- padding: 10rpx 0;
- display: inline-block;
- width: 100%;
- }
- .body .btn_paise > .rescan> view {
- background-color: #FF8500;
- width: 100%;
- padding: 20rpx 0;
- }
- .body .btn_paise > .rescan> view > image{
- width: 50%;
- }
- .body .btn_paise > view > image{
- width: 50%;
- }
- .body .btn_paise .luxiang{
- background-color: #00B3EC;
- }
- .body .btn_paise .paizhao{
- background-color: #FF8500;
- }
- .shotting{
- position: fixed;
- z-index: 999;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-
- }
- .shotting .shot_bg{
- width: 100%;
- height: 100%;
- }
- .shotting .tips{
- position: absolute;
- top: 40%;
- left: 50%;
- transform: translateX(-50%);
- z-index: 9999;
- width: 80%;
- }
- .shotting .record{
- position: absolute;
- top: 30rpx;
- left: 30rpx;
- z-index: 9999;
- color: #fff;
- width: 50%;
- display: flex;
- align-items: center;
- }
- .shotting .tips > image{
- width: 100%;
- }
- .shotting .record > image{
- width: 50rpx;
- margin-right: 10rpx;
- }
- .shotting .tips .xiaolian{
- background: rgba(25, 25, 25, 0.75);
- border-radius: 20rpx;
- text-align: center;
- color: #fff;
- width: 80%;
- margin:0 auto;
- padding: 10% 0;
- }
- .shotting .tips .xiaolian image{
- width: 20%;
- }
- .shotting .tips .xiaolian text{
- display: block;
- margin-top: 20rpx;
- }
- .shotcon{
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- position: absolute;
- }
|