| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .container {
- background-color: #2E2E2E;
- color: #fff;
- }
- .panel0 {
- width: 100%;
- white-space: nowrap;
- }
- .panel00 {
- width: 30rpx;
- height:73rpx;
- display: inline-block;
- }
- .panel01 {
- width: 10rpx;
- height:73rpx;
- display: inline-block;
- }
- .text0 {
- background-color: #4D4D4D;
- border-radius: 20rpx;
- font-size: 24rpx;
- color: #FFFFFF;
- min-width: 151rpx;
- text-align: center;
- line-height: 73rpx;
- display: inline-block;
- margin-right: 10rpx;
- padding: 0 20rpx;
- }
- .text0_1{
- background: #5282FA;
- }
- .lineWidthAll{
- width: 100%;
- justify-content: flex-end;
- background-color:#2E2E2E;
- height: 1rpx;
- margin: 30rpx 0 60rpx 0;
- }
- .lineWidth720{
- background-color: #787878;
- }
- .panel1 {
- width: 100%;
- position: relative;
- align-items: flex-start;
- }
- .text1 {
- font-size: 36rpx;
- color: #FFFFFF;
- margin-left: 30rpx;
- }
- .panel11 {
- width: 100%;
- justify-content: space-between;
- margin-top: 10rpx;
- }
- .text2 {
- font-size: 28rpx;
- margin-left: 30rpx;
- color: #9B9B9B;
- }
- .text3 {
- font-size: 24rpx;
- color: #5282FA;
- margin-right: 30rpx;
- }
- .panel2{
- width:100%;
- margin-top: 30rpx;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .panelImage {
- width:249rpx;
- height:185rpx;
- background: rgba(0,0,0,0.20);
- position: relative;
- margin: 0;
- margin: 0 1rpx 1rpx 0;
- }
- .panelImage .img{
- width:249rpx;
- height:185rpx;
- position: absolute;
- top:0;
- left:0;
- }
- .panelImage .img2{
- background-color: rgba(0,0,0,0.20);
- }
- .text5{
- font-family: Roboto-Black;
- font-size: 24rpx;
- color: #D2D2D2;
- position: absolute;
- left:20rpx;
- bottom:20rpx;
- }
- .panel21{
- position: absolute;
- right:20rpx;
- bottom:20rpx;
- align-items: flex-end;
- }
- .icon_relay_1{
- width:30rpx;
- height:30rpx;
- }
- .text6{
- font-size: 20rpx;
- color: #D2D2D2;
- text-align: right;
- }
- .text4{
- font-family: Roboto-Black;
- font-size: 24rpx;
- text-align: right;
- color:#D2D2D2;
- }
|