| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #e3e3e3;
- }
- .panelTop {
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- justify-content: space-between;
- font-size: 28rpx;
- }
- .left {
- margin-left: 25rpx;
- font-weight: 400;
- }
- .right {
- margin-right: 30rpx;
- }
- .text2 {
- color: #787878;
- margin-left: 30rpx;
- font-weight: 500;
- }
- .text3 {
- color: #0071ef;
- width: 132rpx;
- line-height: 80rpx;
- text-align: center;
- background-color: #fff;
- border:1rpx solid #9B9B9B;
- border-radius: 10rpx;
- font-size: 24rpx;
- }
- .panelItem {
- width: 650rpx;
- font-weight: 400;
- flex-wrap: wrap;
- justify-content: flex-start;
- color: #1e1e1e;
- }
- .panelField1 {
- width: 100%;
- background-color: #fff;
- min-height: 320rpx;
- justify-content: flex-start;
- border-bottom-left-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- }
- .panelField11 {
- font-size: 46rpx;
- justify-content: flex-start;
- margin: 40rpx 0 80rpx 0;
- }
- .panelItem .universalpic_read_gray_40x40 {
- width: 40rpx;
- height: 40rpx;
- margin: 0 10rpx 0 10rpx;
- }
- .panelItem .textLine {
- text-decoration: underline;
- }
- .panelItem .textPinyin {
- text-decoration: underline;
- margin-right: 10rpx;
- }
- .panelItem .imageBishun {
- width: 360rpx;
- height: 360rpx;
- margin: 30rpx 0;
- }
- .panelItem .textReturn {
- width: 100%;
- }
- .panelItem .textReturn2 {
- width: 100%;
- height: 30rpx;
- }
- .panelTag {
- width: 100%;
- justify-content: space-between;
- margin: 60rpx 0 20rpx 0;
- }
- .panelTag1 {
- font-size: 28rpx;
- margin-left: 50rpx;
- }
- .panelTag .tagDot{
- width:20rpx;
- height:20rpx;
- border-radius: 5rpx;
- background-color: #9B9B9B;
- margin-right: 20rpx;
- }
- .panelTag .tag {
- color: #1E1E1E;
- margin: 6rpx 20rpx 6rpx 0;
- }
- .right2 {
- margin-right: 50rpx;
- }
- .line1 {
- width: 4rpx;
- height: 30rpx;
- background-color: #d2d2d2;
- }
- .universalpic_restore_black_34x34 {
- width: 26rpx;
- height: 26rpx;
- margin-left: 50rpx;
- }
- .panelField2 {
- width: 100%;
- margin-bottom: 20rpx;
- }
- .panelField21 {
- width: 650rpx;
- font-size: 36rpx;
- margin: 40rpx 30rpx 0 30rpx;
- }
- .lineField{
- width:650rpx;
- height:3rpx;
- background-color: #D2D2D2;
- margin-top: 30rpx;
- }
- .panelSave {
- width: 100%;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- font-size: 36rpx;
- z-index: 10;
- color: #0071ef;
- text-align: center;
- line-height: 120rpx;
- border-top: 1rpx solid #d2d2d2;
- justify-content: space-between;
- }
- .btn1 {
- width: 150rpx;
- height: 120rpx;
- }
- .btn2 {
- width: 225rpx;
- height: 120rpx;
- background-color: #fff;
- }
- .btn21 {
- width: 180rpx;
- height: 80rpx;
- font-size: 24rpx;
- color: #0071ef;
- line-height: 80rpx;
- text-align: center;
- padding-left: 0;
- padding-right: 0;
- background-color: #fff;
- border:1rpx solid #9B9B9B;
- border-radius: 10rpx;
- }
- .btn21::after {
- border: 0px;
- }
- .universalpic_prev_black_30x30 {
- width: 28rpx;
- height: 26rpx;
- }
- .btn3 {
- width: 375rpx;
- line-height: 120rpx;
- background-color: #fff;
- text-align: center;
- color:#1e1e1e;
- }
- .btn31 {
- color: #0071ef;
- }
- .universalpic_more_40x10 {
- width: 40rpx;
- height: 10rpx;
- }
|