| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #f0f0f0;
- position: fixed;
- top: 0;
- }
- .left {
- margin-left: 25rpx;
- }
- .right {
- margin-right: 25rpx;
- }
- .panelTag {
- width: 100%;
- justify-content: space-between;
- min-height: 120rpx;
- background-color: #fff;
- }
- .panelSave1 {
- width: 148rpx;
- background-color: #fff;
- border: 1rpx solid #9b9b9b;
- color: #787878;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- }
- .panelSave2 {
- width: 80rpx;
- height: 80rpx;
- background-color: #fff;
- border: 1rpx solid #9b9b9b;
- margin-left: 10rpx;
- }
- .panelSave3 {
- width: 80rpx;
- height: 80rpx;
- margin-left: 10rpx;
- background-color: #0071ef;
- border: 1rpx solid #0071ef;
- }
- .universalpic_read_begin_gray_20x20 {
- width: 21rpx;
- height: 20rpx;
- }
- .universalpic_read_end_white_38x22 {
- width: 38rpx;
- height: 22rpx;
- }
- .universalpic_editbar_underline_gray_14x20 {
- width: 14rpx;
- height: 20rpx;
- }
- .universalpic_underline_end_white_30x22 {
- width: 31rpx;
- height: 22rpx;
- }
- .universalpic_picture_gray_26x26 {
- width: 26rpx;
- height: 26rpx;
- }
- .add {
- font-size: 42rpx;
- font-weight: 600;
- margin: 0 10rpx 10rpx 0;
- }
- .clear {
- width: 108rpx;
- height: 80rpx;
- color: #0071ef;
- background-color: #fff;
- border: 1rpx solid #9b9b9b;
- text-align: center;
- border-radius: 10rpx;
- line-height: 80rpx;
- font-size: 24rpx;
- }
- .line1 {
- width: 4rpx;
- height: 30rpx;
- background-color: #d2d2d2;
- margin-right: 20rpx;
- }
- .universalpic_help_gray_26x26 {
- width: 26rpx;
- height: 26rpx;
- margin: 0 0 0 40rpx;
- }
- .panelInput {
- width: 100%;
- height: 250rpx;
- margin-top: 10rpx;
- background-color: #fff;
- font-size: 36rpx;
- font-weight: 400;
- }
- .input {
- margin: 30rpx 30rpx 0 30rpx;
- width: 690rpx;
- height: 220rpx;
- }
- .panel2 {
- position: fixed;
- top: 382rpx;
- width: 100%;
- background-color: #fff;
- }
- .panelBtnSmall {
- z-index: 10;
- width:100%;
- height: 120rpx;
- background-color: #fff;
- justify-content: flex-start;
- }
- .panelBtnSmall .btn0 {
- width: 10rpx;
- }
- .panelBtnSmall .btn {
- font-family: 'Roboto-Black';
- width: 80rpx;
- background-color: #fff;
- border: 1rpx solid #9b9b9b;
- color: #787878;
- border-radius: 10rpx;
- text-align: center;
- line-height: 80rpx;
- height: 80rpx;
- margin-right: 10rpx;
- font-size: 36rpx;
- }
- .panelBtnSmall .btn1 {
- width: 80rpx;
- height: 80rpx;
- background-color: #fff;
- border: 1rpx solid #9b9b9b;
- border-radius: 10rpx;
- margin-right: 10rpx;
- }
- .universalpic_editbar_brackets_gray {
- width: 34rpx;
- height: 26rpx;
- }
- .universalpic_editbar_underline_gray {
- width: 18rpx;
- height: 28rpx;
- }
- .universalpic_editbar_sqr_gray {
- width: 25rpx;
- height: 22rpx;
- }
- .panelBtn {
- width: 100%;
- background-color: #f8f8f8;
- z-index: 10;
- }
- .panelBtn .line1 {
- width: 4rpx;
- height: 30rpx;
- background-color: #d2d2d2;
- }
- .panelBtn .text1 {
- width: 374rpx;
- line-height: 100rpx;
- text-align: center;
- font-size: 28rpx;
- color: #a20602;
- }
- .panelBtn .text2 {
- color: #0071ef;
- }
- .lineFooter {
- z-index: 10;
- }
|