| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- .container {
- background-color: #F0F0F0;
- justify-content: flex-start;
- }
- .panel0 {
- background-color: #fff;
- width:100%;
- min-height:110rpx;
- justify-content: space-between;
- }
- .panelLeft{
- margin-left: 30rpx;
- font-size: 28rpx;
- }
- .panelLeft2{
- margin-left: 30rpx;
- font-size: 32rpx;
- }
- .panelRight{
- margin-right: 30rpx;
- font-size: 24rpx;
- font-family: 'Roboto-Bold';
- }
- .panelRight .btn{
- margin-left: 30rpx;
- width:60rpx;
- height:50rpx;
- text-align: center;
- line-height: 50rpx;
- }
- .panelRight .btn1{
- border-radius: 4rpx;
- color:#fff;
- background-color: #2E2E2E;
- }
- .panel1 {
- background-color: #F8F8F8;
- height:120rpx;
- }
- .panelRight .btn2 {
- width: 200rpx;
- height: 70rpx;
- background-color: #146392;
- border-radius: 8rpx;
- position: relative;
- margin-left: 30rpx;
- }
- .panelRight .btn3 {
- width: 100%;
- height: 60rpx;
- background-color: #169DED;
- border-radius: 8rpx;
- }
- .panelRight .btn4 {
- width: 130rpx;
- }
- .universalpic_play_white_size01{
- width: 25rpx;
- height: 30rpx;
- }
- .universalpic_rewind_white_size01{
- width: 50rpx;
- height: 30rpx;
- }
- .pause_white_size01{
- width: 30rpx;
- height: 30rpx;
- }
- .panel2 {
- background-color: #F0F0F0;
- }
- .panel3 {
- margin:20rpx 0 20rpx 0;
- border-bottom: 1rpx solid #D2D2D2;
- }
- .panel4 {
- height:120rpx;
- border-bottom: 1rpx solid #D2D2D2;
- }
- .panelRowTop{
- background-color: #D2D2D2;
- height:50rpx;
- width:100%;
- justify-content: space-between;
- }
- .panelRowTop .panelLeft1{
- font-size: 22rpx;
- }
- .panelRowBody{
- background-color: #F0F0F0;
- }
- .panelRowBody .number{
- text-align: center;
- width:46rpx;
- height:36rpx;
- line-height: 36rpx;
- border-radius: 4rpx;
- color:#fff;
- background-color: #2E2E2E;
- font-family: 'Roboto-Bold';
- font-size:22rpx;
- }
- .panelRowBody .answer{
- font-size:48rpx;
- margin-left: 40rpx;
- font-family: 'Roboto-Regular';
- }
- .panelRowBody .equation{
- font-size:26rpx;
- margin-right: 20rpx;
- color:#8C8C8C;
- font-family: 'Roboto-Regular';
- }
- .panelRowBody{
- background-color: #F0F0F0;
- }
- .line{
- width:100%;
- height:1rpx;
- justify-content: flex-end;
- }
- .line .line1{
- width:720rpx;
- height:1rpx;
- background-color: #D2D2D2;
- }
- .formula_btn_show{
- width: 30rpx;
- height: 34rpx;
- }
- .panelAnswer{
- margin: 53rpx 0 41rpx 0;
- align-items: flex-start;
- }
- .panelAnswer .panelAnswerCol{
- justify-content: flex-start;
- }
- .formula_division_size01{
- width:27rpx;
- height:77rpx;
- margin: -20rpx 25rpx 0 5rpx;
- }
- .panelAnswer .colNumber{
- font-size:48rpx;
- margin: 10rpx 15rpx;
- font-family: 'Roboto-Regular';
- width:27rpx;
- height:57rpx;
- text-align: center;
- }
- .panelAnswer .colDot{
- font-size:48rpx;
- margin: 10rpx -8rpx 0 -5rpx;
- font-family: 'Roboto-Regular';
- width:13rpx;
- height:57rpx;
- text-align: center;
- }
- .panelAnswer .colLine{
- height: 2rpx;
- background-color: #000;
- width:55rpx;
- margin: 10rpx 0rpx;
- }
- .panelAnswer .colLineNull{
- width:27rpx;
- height:2rpx;
- margin: 10rpx 15rpx;
- }
- .panelAnswer .colLineHalf{
- width:34rpx;
- height:2rpx;
- margin: 0rpx 0 0 28rpx;
- background-color: #000;
- }
- .imageShow{
- width: 65rpx;
- height:92rpx;
- border-radius: 2rpx;
- background-color: #dddddd;
- margin: 10rpx 60rpx 0 0;
- }
- .universalpic_indicator_pink{
- width: 16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
|