| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #f0f0f0;
- }
- .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: #0071ef;
- color: #fff;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- }
- .panelSave2 {
- width: 80rpx;
- height: 80rpx;
- background-color: #f0f0f0;
- margin-left: 10rpx;
- }
- .panelSave3 {
- width: 80rpx;
- height: 80rpx;
- margin-left: 10rpx;
- }
- .universalpic_read_begin_gray_40x20 {
- width: 38rpx;
- height: 22rpx;
- }
- .universalpic_editbar_underline_gray_14x20{
- width: 14rpx;
- height: 20rpx;
- }
- .add {
- font-size: 42rpx;
- font-weight: 600;
- margin: 0 10rpx 10rpx 0;
- }
- .clear {
- width: 100rpx;
- height: 120rpx;
- color: #0071ef;
- text-align: center;
- line-height: 120rpx;
- 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 30rpx;
- }
- .panelTag0 {
- justify-content: flex-start;
- z-index: 10;
- }
- .panelTag .btn0 {
- width: 20rpx;
- }
- .panelTag .btn {
- font-family: 'Roboto-Black';
- width: 80rpx;
- background-color: #f0f0f0;
- border-radius: 10rpx;
- text-align: center;
- line-height: 80rpx;
- height: 80rpx;
- margin-right: 10rpx;
- color: #787878;
- font-size: 36rpx;
- }
- .panelTag .btn1 {
- width: 80rpx;
- height: 80rpx;
- background-color: #f0f0f0;
- border-radius: 10rpx;
- margin-right: 10rpx;
- }
- .universalpic_editbar_brackets_gray {
- width: 34rpx;
- height: 26rpx;
- }
- .universalpic_editbar_sqr_gray {
- width: 25rpx;
- height: 22rpx;
- }
- .panelInput {
- width: 100%;
- height: 300rpx;
- margin-top: 20rpx;
- background-color: #fff;
- font-size: 36rpx;
- font-weight: 400;
- }
- .input {
- margin: 40rpx 30rpx 0 30rpx;
- width: 690rpx;
- }
- .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;
- }
|