| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- @import "../template/Fan.wxss";
- .container{
- background-color: #fff;
- color:#4D4D4D;
- }
- .panel1{
- width:710rpx;
- min-height:100rpx;
- background: #F2F2F2;
- border-radius: 20rpx;
- }
- .panelNull{
- width:100%;
- height:60rpx;
- }
- .line{
- width:6rpx;
- height:130rpx;
- background-color: #d2d2d2;
- }
- .circle{
- width:30rpx;
- height:30rpx;
- border-radius: 50%;
- background-color: #d2d2d2;
- }
- .panel11{
- margin-bottom: 60rpx;
- }
- .panel12{
- position: relative;
- width:100%;
- }
- .text1{
- font-family: Roboto-Black;
- font-size: 48rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .text2{
- font-family: Roboto-Black;
- font-size: 24rpx;
- text-align: center;
- margin-top: 10rpx;
- }
- .text3{
- border-radius: 27rpx;
- font-family: Roboto-Black;
- font-size: 28rpx;
- color: #FFFFFF;
- text-align: center;
- line-height:53rpx;
- padding: 0 20rpx 0 30rpx;
- }
- .arrow{
- width:12rpx;
- height:18rpx;
- margin: 0 10rpx;
- }
- .arrow2{
- width:16rpx;
- height:26rpx;
- margin: 0 10rpx;
- }
- .panel121{
- position: absolute;
- bottom:-50rpx;
- }
- .text4{
- font-family: Roboto-Black;
- font-size: 48rpx;
- }
- .fan{
- width:80rpx;
- height:80rpx;
- background-color: #f2f2f2;
- position: absolute;
- top:162rpx;
- left:336rpx;
- z-index: 10;
- text-align: center;
- line-height: 80rpx;
- font-size:20rpx;
- justify-self: center;
- }
- .text5{
- width:650rpx;
- font-size:22rpx;
- }
- .text6{
- width:650rpx;
- font-size:22rpx;
- margin: 10rpx 0 60rpx 0;
- }
- .line2{
- width:650rpx;
- height:1rpx;
- margin:40rpx 0 30rpx 0;
- background: #BCBCBC;
- }
- .panel2{
- margin:80rpx 0 92rpx 0;
- width: 100%;
- }
- .panel21{
- justify-content: flex-start;
- width: 100%;
- }
- .text7{
- font-size: 36rpx;
- color: #4D4D4D;
- margin-left: 30rpx;
- }
- .panel22{
- justify-content: flex-start;
- width: 730rpx;
- margin-top: 20rpx;
- flex-wrap: wrap;
- }
- .panelItem{
- background: #D2D2D2;
- border-radius: 20rpx;
- width:345rpx;
- height:210rpx;
- margin: 10rpx;
- }
- .text8{
- font-family: Roboto-Black;
- font-size: 48rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .text9{
- font-family: Roboto-Black;
- font-size: 24rpx;
- color: #FFFFFF;
- text-align: center;
- }
|