| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- /* 段落显示************************ */
- .editFieldNull{
- height:50rpx;
- }
- .editFieldNull1{
- height:40rpx;
- }
- .editFieldNull2{
- height:60rpx;
- }
- .editFieldNull3{
- height:30rpx;
- }
- .panelItem {
- width: 650rpx;
- font-weight: 400;
- flex-wrap: wrap;
- justify-content: flex-start;
- z-index: 5;
- position: relative;
- }
- .panelField1 {
- width: 100%;
- justify-content: flex-start;
- z-index: 5;
- position: relative;
- }
- .panelField11 {
- font-size: 48rpx;
- justify-content: flex-start;
- color: #fff;
- }
- .panelTag {
- width: 100%;
- min-height: 95rpx;
- align-items: flex-start;
- justify-content: flex-start;
- margin-top: 60rpx;
- z-index: 5;
- }
- .panelTag .panelTagLine {
- margin: 0 0 0 50rpx;
- max-width: 650rpx;
- height: 10rpx;
- }
- .panelTag .panelTag1 {
- margin: 0 0 0 50rpx;
- width: 650rpx;
- flex-wrap: wrap;
- align-items: flex-start;
- justify-content: flex-start;
- }
- .panelTag .tag {
- font-size: 46rpx;
- margin: 0 30rpx 20rpx 0;
- font-weight: 400;
- color: #F1AB1E;
- }
- .right2 {
- position: absolute;
- top: 0;
- right: 0;
- width: 134rpx;
- height: 150rpx;
- align-items: flex-start;
- }
- .universalpic_show_white_30x30 {
- width: 36rpx;
- height: 36rpx;
- margin: 68rpx 50rpx 0 50rpx;
- }
- .universalpic_hide_white_34x34 {
- width: 36rpx;
- height: 20rpx;
- margin: 68rpx 50rpx 0 50rpx;
- }
- .panelField20 {
- width: 100%;
- justify-content: flex-start;
- z-index: 5;
- position: relative;
- }
- .panelField2 {
- width: 710rpx;
- margin-bottom: 20rpx;
- border-radius: 20rpx;
- }
- .panelField21 {
- width: 650rpx;
- font-size: 36rpx;
- margin: 40rpx;
- line-height: 66rpx;
- }
- .panelItem .panelSound {
- width: 40rpx;
- height: 40rpx;
- margin: 0 10rpx 0 0;
- background-color: #fff;
- border-radius: 50%;
- }
- .panelItem .panelSoundHover {
- background-color: #d2d2d2;
- }
- .panelItem .panelSoundHover1 {
- color: #d2d2d2;
- }
- .panelItem .universalpic_starting_tc01_26x26{
- width: 26rpx;
- height: 26rpx;
- margin: 10rpx 20rpx 10rpx 0;
- }
- .panelItem .universalpic_read_mark_black_20x20 {
- width: 21rpx;
- height: 20rpx;
- }
- .panelItem .panelRecorder {
- width:100%;
- justify-content: flex-start;
- }
- .panelItem .panelRecorder0 {
- width: 168rpx;
- height: 70rpx;
- background-color: #fff;
- border-radius: 10rpx;
- }
- .panelItem .universalpic_voicerecorder_transmit_black_44x34{
- width: 44rpx;
- height: 34rpx;
- }
- .panelItem .textProblem{
- padding: 3rpx 20rpx;
- background-color: #F1AB1E;
- border-radius: 22rpx;
- text-align: center;
- font-size:28rpx;
- line-height: 45rpx;
- font-weight: 500;
- color:#1e1e1e;
- margin: 0 0 10rpx 0;
- }
- .panelItem .textDot{
- color: #F1AB1E;
- font-size:36rpx;
- margin-right: 20rpx;
- }
- .panelItem .textLine {
- text-decoration: underline;
- }
- .panelItem .textHighlighter {
- color:#1E1E1E;
- }
- .panelItem .textNormal {
- min-height: 50rpx;
- }
- .panelItem .textNormal2 {
- font-size: 36rpx;
- }
- .panelItem .textPinyin {
- text-decoration: underline;
- margin-right: 10rpx;
- }
- .panelItem .imageContainer {
- width: 650rpx;
- margin: 6rpx 0;
- border-radius: 20rpx;
- background-color: rgba(0,0,0,0.1);
- }
- .panelItem .imageFree {
- width: 650rpx;
- border-radius: 6rpx;
- }
- .panelItem .imageContainer2 {
- width: 650rpx;
- border-radius: 10rpx;
- background-color: rgba(0,0,0,0.1);
- }
- .panelItem .imageFree2 {
- width: 650rpx;
- border-radius: 10rpx;
- }
- .panelItem .textBr {
- width: 100%;
- height: 24rpx;
- }
- .panelItem .textReturn {
- width: 100%;
- }
- .panelItem .textReturn2 {
- width: 100%;
- height: 30rpx;
- }
- /* ******************************** */
|