| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panelTag{
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- min-height: 120rpx;
- background-color: #fff;
- }
- .panelTag .tag{
- font-size: 28rpx;
- color:#787878;
- margin-left: 20rpx;
- }
- .panelTitle {
- width: 100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1 {
- font-size: 32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2 {
- font-size: 28rpx;
- margin-right: 30rpx;
- background-color: #1e1e1e;
- color: #fff;
- border-radius: 22rpx;
- text-align: center;
- padding: 0 20rpx;
- margin-bottom: 32rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: flex-start;
- font-size: 28rpx;
- min-height: 130rpx;
- height:auto;
- background-color: #fff;
- align-items: flex-start;
- font-weight: 400;
- }
- .panelItem0 {
- height: 133rpx;
- }
- .panelItem1 {
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem11{
- margin: 45rpx 0 0 30rpx;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .panelItem .number {
- font-family: 'Roboto-Black';
- font-size: 24rpx;
- width: 40rpx;
- background-color: #0071ef;
- border-radius: 50%;
- text-align: center;
- line-height: 40rpx;
- color: #fff;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #1e1e1e;
- font-weight: 400;
- }
- .panelItem .panelItem21 {
- margin-right: 30rpx;
- font-weight: 400;
- flex-wrap: wrap;
- align-items: flex-start;
- justify-content: flex-start;
- width: 610rpx;
- font-size: 36rpx;
- color:#1e1e1e;
- margin: 40rpx 0 40rpx 40rpx;
- }
- .panelItem .textNull {
- color: #d2d2d2;
- font-weight: 400;
- }
- .panelItem .universalpic_read_gray_40x40 {
- width:40rpx;
- height:40rpx;
- margin: 5rpx 10rpx 0 10rpx;
- }
- .panelItem .textLine {
- text-decoration: underline;
- }
- .panelItem .textPinyin {
- text-decoration: underline;
- margin-right: 10rpx;
- }
- .panelItem .imageBishun {
- width:100rpx;
- height:100rpx;
- }
- .panelItem .textReturn{
- width:100%;
- }
- .panelItem .textReturn2{
- width:100%;
- height:30rpx;
- }
- .panelItem3 {
- min-height: 100rpx;
- margin-top: 50rpx;
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- background-color: #fff;
- }
- .panelItem3 .panelItem32 {
- margin-right: 30rpx;
- }
- .remind{
- width:100%;
- line-height: 60rpx;
- text-align: center;
- color:#fff;
- background-color: #B3443B;
- font-size:24rpx;
- position: fixed;
- bottom: 120rpx;
- }
- .remind1{
- background-color: #2e2e2e;
- }
- .panelSave {
- width: 100%;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- height: 120rpx;
- font-size: 36rpx;
- z-index: 10;
- color: #0071ef;
- justify-content: space-between;
- }
- .panelSave .panelSave1 {
- width: 148rpx;
- background-color: #fff;
- border:1rpx solid #9B9B9B;
- color:#787878;
- text-align: center;
- line-height: 80rpx;
- height:80rpx;
- border-radius: 10rpx;
- font-size:28rpx;
- margin-left: 30rpx;
- }
- .add {
- font-size: 42rpx;
- font-weight: 600;
- margin: 0 10rpx 10rpx 0;
- }
- .panelSave .panelSave0{
- width:400rpx;
- line-height:100rpx;
- text-align: center;
- }
- .panelSave .line1 {
- width: 4rpx;
- height: 30rpx;
- background-color: #d2d2d2;
- }
- .universalpic_preview_black_30x30 {
- width: 36rpx;
- height: 36rpx;
- margin: 0 40rpx;
- }
|