123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- /* pages/infor/details.wxss */
- @import "detail_head.wxss";
- .buzou{
- width: 700rpx;
- margin: 0 auto;
- }
- .white{
- color: #999;
- width: 100%;
- margin-right: 10rpx;
- font-size: 28rpx;
- display: block;
- }
- .desc{
- display: block;
- color: black;
- margin-top: 10rpx;
- margin-left: 45rpx;
- font-size: 28rpx;
- width: 100%;
- float: left;
- }
- .vorder-evolve{
- width: 100%;
- border-bottom: 2rpx solid #999;
- }
- .vorder-evolve text{
- display: inline-block;
- width: 100%;
- height: 60rpx;
- border-bottom: 2rpx solid #999;
- font-size: 36rpx;
- padding-left: 20rpx;
- color: #777;
- }
- .vorder-evolve .over{
- width: 100%;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 36rpx;
- padding-left: 20rpx;
- color: #777;
- border-top:2rpx solid #999;
- }
- .vorder-evolve .list{
- width: 720rpx;
- margin-left: 20rpx;
- padding:24rpx 0 24rpx 0;
- /* border: 1rpx solid #999; */
- }
- .vorder-evolve .list .list-box{
- width: 720rpx;
- height: 60rpx;
- display: flex;
- position: relative;
- }
- .vorder-evolve .list .list-box .date{
- position: absolute;
- left: 0;
- top: 0;
- width: 150rpx;
- height: 60rpx;
- font-size: 36rpx;
- line-height: 60rpx;
- }
- .vorder-evolve .list .list-box .detail{
- position: absolute;
- left: 150rpx;
- top: 0;
- width: 514rpx;
- height: 60rpx;
- /* border: 1rpx solid #999; */
- padding-left:50rpx;
- border-left: 6rpx solid #52CC33;
- font-size: 36rpx;
- line-height: 60rpx;
- }
- .vorder-evolve .list .list-box .pic{
- width: 0;
- }
- .vorder-evolve .list .list-box .pic image{
- width: 42rpx;
- height: 42rpx;
- position: relative;
- top: 0rpx;
- left: 134rpx;
- z-index: 99;
- }
- .foot-btn{
- width: 250rpx;
- height: 60rpx;
- position: absolute;
- margin-top: 10rpx;
- right: 20rpx;
- }
- .foot-btn button{
- display: block;
- width: 250rpx;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 36rpx;
- color: #76B34D;
- text-align: center;
- border-radius: 18rpx;
- border: 1rpx solid #76B34D;
- margin-bottom: 20rpx;
- }
- button{
- font-size: 30rpx;
- margin-bottom:15rpx;
- height: 60rpx;
- line-height: 60rpx;
- border: 1rpx solid #999;
- }
- .qrcode{
- width:80rpx;
- height:80rpx;
- }
- .show_pic{
- position: absolute;
- width: 500rpx;
- height: 500rpx;
- left: 125rpx;
- top:300rpx;
- z-index: 10;
- }
- .sp{
- position: fixed;
- background-color: #dcdcdc;
- top:0;
- width: 100%;
- height: 100%;
- z-index: 9;
- overflow-y: hidden;
- }
|