| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- @import "../../pages/template/Fan.wxss";
- .container{
- font-size:28rpx;
- color:#4D4D4D;
- }
- .line{
- width:100%;
- height:20rpx;
- background-color: #F0F0F0;
- }
- .panelTitle{
- width:100%;
- justify-content: flex-start;
- height:100rpx;
- background-color: #fff;
- }
- .universalpic_plan_2line_black_30x32{
- width:30rpx;
- height:32rpx;
- margin-left: 30rpx;
- margin-right: 20rpx;
- }
- .panelTitle1{
- margin-left: 10rpx;
- }
- .lineWidth690{
- margin-right: 30rpx;
- }
- .fan{
- width:100rpx;
- height:100rpx;
- background-color: #fff;
- position: relative;
- z-index: 10;
- text-align: center;
- line-height: 100rpx;
- font-size:28;
- margin-top: 40rpx;
- margin-bottom: 30rpx;
- justify-self: center;
- }
- .lineWidthAll1{
- width: 100%;
- background-color: #fff;
- height: 1rpx;
- justify-content: flex-end;
- }
- .lineWidth240{
- width: 240rpx;
- background-color: #E3E3E3;
- height: 1rpx;
- margin-right: 30rpx;
- }
- .lineWidth654{
- width: 654rpx;
- background-color: #E3E3E3;
- height: 1rpx;
- margin-right: 30rpx;
- }
- .panelItem{
- width:100%;
- background-color: #fff;
- justify-content: space-between;
- }
- .panelItem0{
- justify-content: center;
- }
- .panelItemSquare{
- width:100%;
- justify-content: space-between;
- align-items: flex-start;
- }
- .panelItemSquare0{
- margin-top: 20rpx;
- }
- .panelItemSquare01{
- margin-bottom: 20rpx;
- }
- .panelItemSquare1{
- justify-content: flex-start;
- align-items: flex-start;
- margin-left: 30rpx;
- }
- .panelItemSquare11{
- justify-content: flex-start;
- }
- .block{
- width:16rpx;
- height:16rpx;
- background-color: #fff;
- border-radius: 4rpx;
- margin:0 20rpx 0 0;
- }
- .block1{
- background-color: #FFC1A8;
- }
- .block2{
- background-color: #FE6659;
- }
- .panelItemSquare111{
- font-size: 28rpx;
- }
- .panelItemSquare112{
- font-size: 20rpx;
- color:#787878;
- margin-left: 36rpx;
- margin-top: 4rpx;
- }
- .panelItemSquare2{
- justify-content: flex-start;
- align-items: flex-end;
- margin-right: 30rpx;
- }
- .panelItemSquare21{
- justify-content: flex-end;
- align-items: flex-end;
- }
- .Number61{
- font-size: 36rpx;
- font-family: Roboto-Black;
- }
- .panelItemSquare210{
- font-size: 20rpx;
- text-align: center;
- width:120rpx;
- height:40rpx;
- line-height: 40rpx;
- background-color: #FCE8C5;
- border-radius: 20rpx;
- margin-right: 20rpx;
- color:#694405;
- }
- .panelItemSquare212{
- font-size: 20rpx;
- margin-left: 4rpx;
- margin-bottom: 4rpx;
- }
- .panelItemSquare22{
- margin-top:10rpx;
- }
- .panelItemSquare221{
- font-size: 24rpx;
- color:#787878;
- margin-right:10rpx;
- }
- .Number62{
- font-size: 24rpx;
- font-family: Roboto-Black;
- }
- .panelItemSquare23{
- margin-bottom: 20rpx;
- }
- .panelItemCircle{
- width:710rpx;
- border-radius: 20rpx;
- background-color: #fff;
- justify-content: space-between;
- }
- .panelItemCircleTop{
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .panelItemCircleBottom{
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- }
- .panelItemCircle1{
- width:100%;
- height: 100rpx;
- justify-content: space-between;
- }
- .panelItemCircle11{
- font-size: 28rpx;
- margin-left:30rpx;
- height: 100rpx;
- font-weight: 400;
- align-items: flex-start;
- }
- .panelItemCircle110{
- height: 132rpx;
- }
- .panelItemCircle111{
- font-size: 28rpx;
- color:#1e1e1e;
- }
- .panelItemCircle1110{
- color:#4D4D4D;
- }
- .panelItemCircle112{
- font-size: 20rpx;
- color:#787878;
- margin-top: 4rpx;
- }
- .panelItemCircle12{
- margin-right: 30rpx;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .picker{
- color:#787878;
- font-weight: 400;
- }
- .line2{
- width: 100%;
- height:1rpx;
- background-color: #E3E3E3;
- }
|