/** * Copyright 2012-2026 ShopeX (https://www.shopex.cn) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .dialog { background: #FFFFFF; border-radius: 4px 4px 0px 0px; } .dialog-box { background: #FFFFFF; border-radius: 4px 4px 0px 0px!important; border: none!important; } .dialog-box .dialog-head { height: 48px; font-size: 16px; font-weight: 500; color: #262626; line-height: 48px; background: #FFFFFF; border-bottom: 1px solid #F0F0F0; } .dialog .btn-close { margin-top: 17px; } .dialog .dialog-content-body { background: #FFFFFF; } .dialog .dialog-content-body table tr td textarea{ width: 550px !important; } .dialog .dialog-content-body table tr #content ul{ width: 550px !important; } .dialog .dialog-content-body table tr #content ul li div{ width: 425px !important; } .dialog .dialog-content-foot { background: #FFFFFF; padding: 0; }