12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028 |
- .app-details2 {
- background-color: unset;
- }
- .app-details2 .details-top,
- .app-details2 .app-information,
- .app-details2 .tabs {
- background-color: #ffffff;
- }
- .app-details .details-bottom table th .th-line {
- border-left: unset;
- height: 23px;
- display: inline-block;
- padding-left: unset;
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 23px;
- vertical-align: middle;
- }
- .app-details2 .d-table-wrap table td {
- padding: 0;
- overflow: visible;
- }
- .app-details2 .d-table-wrap table td>div,
- .app-details2 .d-table-wrap table td>span,
- .app-details2 .d-table-wrap table td .test-download {
- padding: 0;
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 23px;
- vertical-align: middle;
- color: rgba(143, 149, 159, 1);
- }
- .app-details2 .copy.top-5 {
- color: rgba(33, 104, 251, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 13px;
- line-height: 23px;
- top: 0px;
- }
- .app-details2 .app-information .more-wrap img {
- width: 50px;
- height: 50px;
- position: absolute;
- left: 90px;
- top: -30px;
- transition: all 500ms;
- background-color: #fff;
- }
- .app-details2 .app-information .more-wrap img {
- width: 50px;
- height: 50px;
- position: absolute;
- left: 82px;
- top: -22px;
- transition: all 500ms;
- background-color: #fff;
- }
- /* 标签页样式 */
- .tabs {
- margin: 12px 0 0 0;
- padding: 10px 30px;
- }
- .tabs .nav-tabs {
- border-bottom: 0 solid #e5e5e5;
- /* 添加横向滚动支持 */
- overflow-x: auto;
- overflow-y: hidden;
- white-space: nowrap;
- display: flex;
- flex-wrap: nowrap;
- -webkit-overflow-scrolling: touch;
- /* iOS滚动优化 */
- scrollbar-width: none;
- /* Firefox隐藏滚动条 */
- -ms-overflow-style: none;
- /* IE隐藏滚动条 */
- }
- /* 隐藏Webkit浏览器的滚动条 */
- .tabs .nav-tabs::-webkit-scrollbar {
- display: none;
- }
- .tabs .nav-tabs>li>a {
- border: none;
- padding: 12px 2px;
- margin-right: 24px;
- border-radius: 0;
- color: rgba(143, 149, 159, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 15px;
- line-height: 20px;
- }
- .tabs .nav-tabs>li>a:hover {
- border: none;
- background-color: #ffffff;
- color: rgba(75, 132, 255, 1);
- }
- .tabs .nav-tabs>li.active>a,
- .tabs .nav-tabs>li.active>a:hover,
- .tabs .nav-tabs>li.active>a:focus {
- border: none;
- border-bottom: 2px solid rgba(75, 132, 255, 1);
- color: rgba(75, 132, 255, 1);
- font-weight: 700;
- }
- .tabs .tab-content {
- padding: 24px 0 0 0;
- }
- .tabs .tab-pane {
- min-height: 200px;
- }
- .app-details2 .table-list {
- padding: 0;
- }
- /* 设置区域样式 */
- .settings-section {
- margin-bottom: 30px;
- padding: 20px;
- background: #fff;
- border: 1px solid #e5e5e5;
- border-radius: 5px;
- }
- .section-title {
- margin: 0 0 20px 0;
- padding-bottom: 10px;
- border-bottom: 1px solid #e5e5e5;
- color: #333;
- font-size: 16px;
- font-weight: 600;
- }
- .section-title .iconfont {
- margin-right: 8px;
- color: #007AFF;
- }
- .form-group {
- margin-bottom: 15px;
- }
- .form-group .control-label {
- font-weight: 500;
- color: #555;
- margin-bottom: 5px;
- }
- .form-control-static {
- color: #333;
- padding: 8px 0;
- }
- .help-block {
- margin-top: 5px;
- color: #999;
- font-size: 12px;
- }
- .text-muted {
- color: #999;
- text-align: center;
- padding: 40px 0;
- }
- /* 通用icon样式 */
- .release-app2 .iconfont {
- background: url(/static/index/image/inner-nav/icon1.svg) no-repeat center center;
- background-size: 100% 100%;
- width: 23px;
- height: 23px;
- display: inline-block;
- vertical-align: middle;
- position: absolute;
- pointer-events: none;
- }
- .release-app2 .iconfont::before {
- content: '';
- }
- .release-app2 .iconfont.icon-date:before {
- content: "\e6aa";
- }
- .icon-date {
- background-image: url(/static/index/image/my-app/icon-date.svg);
- margin-right: 0;
- top: 6px;
- right: 12px;
- }
- /* 通用表格设置 */
- .table {
- border: 1px solid #e5e5e5;
- }
- .table>tbody>tr>th {
- background: rgba(245, 246, 247, 1);
- height: 36px;
- color: rgba(143, 149, 159, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 18px;
- text-align: center;
- vertical-align: middle !important;
- }
- .table>tbody>tr>td {
- color: rgba(0, 0, 0, 1);
- box-sizing: border-box;
- padding: 0 15px !important;
- height: 50px;
- text-align: center;
- font-family: Source Han Sans SC;
- font-weight: 400;
- font-size: 14px;
- line-height: 13px;
- border-top: unset;
- border-bottom: 1px solid rgba(232, 234, 236, 1);
- vertical-align: middle !important;
- }
- .table>tfoot>tr>td {
- padding: 0 15px !important;
- vertical-align: middle !important;
- text-align: center;
- }
- .table>tbody>tr:hover>td {
- background-color: #ebf7ff;
- }
- .table>tbody>tr>td.angle-parent {
- color: rgba(75, 132, 255, 1);
- }
- .table>tbody>tr>td>a {
- color: rgba(33, 104, 251, 1);
- font-weight: 500;
- font-size: 14px;
- }
- .table>tbody>tr>td>a+a {
- margin-left: 14px;
- }
- /* 翻页 */
- .pagination {
- margin: 10px 0 10px;
- }
- .pagination>li>a,
- .pagination>li>span {
- color: rgba(33, 104, 251, 1);
- }
- .pagination>.active>a,
- .pagination>.active>a:focus,
- .pagination>.active>a:hover,
- .pagination>.active>span,
- .pagination>.active>span:focus,
- .pagination>.active>span:hover {
- background-color: rgba(33, 104, 251, 1);
- border-color: rgba(33, 104, 251, 1);
- }
- .pagination>li:first-child {
- display: inline-block;
- padding: 7px 12px;
- background-color: transparent !important;
- border: unset;
- color: rgba(33, 104, 251, 1);
- pointer-events: none;
- }
- /* 通用表单样式 */
- .form-group .control-label {
- padding: 0;
- margin-bottom: 0;
- text-align: right;
- color: rgba(0, 0, 0, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 30px;
- }
- .form-control {
- border: 1px solid rgba(232, 234, 236, 1);
- width: 512px;
- height: 34px;
- padding: 0 20px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- font-size: 14px;
- vertical-align: middle;
- color: rgba(0, 0, 0, 1);
- }
- .form-control:focus {
- border-color: #157df1;
- outline: 0;
- box-shadow: 0 0 0 2px rgba(21, 125, 241, 0.2);
- }
- .btn-apps-save {
- background: rgba(33, 104, 251, 1);
- line-height: 34px;
- border-radius: 4px;
- padding: 0 20px;
- color: #ffffff;
- border: unset;
- }
- /* 应用版本 */
- .app-details-update .form-control {
- width: 450px;
- }
- /* 基本设置 tab 页 - 表单样式 */
- .basic .form-group {
- margin-bottom: 20px;
- }
- .basic .form-group .control-label {
- width: 65px;
- }
- .basic .form-group .control-label span {
- color: #ff4222;
- margin-right: 2px;
- }
- .basic .short-link .link {
- background: rgba(246, 248, 250, 1);
- width: 278px;
- height: 34px;
- line-height: 34px;
- padding-left: 20px;
- color: rgba(0, 0, 0, 1);
- font-size: 14px;
- }
- .basic .short-link .link-wrap {
- display: flex;
- width: 640px;
- }
- #url {
- width: 234px;
- }
- .form-group ul li .icon.icon-radio {
- background: url('/static/index/image/my-app/icon-radio-off.svg') no-repeat center;
- background-size: 100% 100%;
- width: 20px;
- height: 20px;
- margin-right: 12px;
- top: 0;
- }
- .form-group ul li .icon.icon-radio-checked {
- background-image: url('/static/index/image/my-app/icon-radio-on.svg');
- }
- /* 模态框样式 */
- .ms-modal .modal-sm {
- width: 320px;
- }
- .ms-modal .modal-dialog {
- margin-top: 100px;
- }
- .ms-modal .modal-body {
- padding: 30px;
- }
- .ms-modal .modal-content {
- border-radius: 8px;
- border: none;
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
- }
- .auto-hide-modal .modal-content {
- background-color: transparent;
- box-shadow: none;
- border: none;
- }
- .auto-hide-modal .auto-hide {
- background-color: #666;
- padding: 20px 25px;
- border-radius: 5px;
- display: inline-block;
- color: #fff;
- text-align: center;
- }
- .auto-hide .mt5 {
- margin-top: 5px;
- font-size: 14px;
- }
- /* 高级设置样式 */
- .senior .form-group {
- margin-bottom: 30px;
- }
- /* 单选按钮样式 */
- .senior .trust {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .senior .trust li {
- float: left;
- margin-right: 56px;
- cursor: pointer;
- padding: 8px 0;
- transition: all 0.3s ease;
- }
- .senior .trust li:hover {
- color: #157df1;
- }
- .senior .trust li.active {
- color: #157df1;
- }
- .senior .form-group .control-label {
- width: 84px;
- }
- /* 下载方式样式 */
- .senior .download-way {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .senior .download-way li {
- float: left;
- margin-right: 30px;
- cursor: pointer;
- padding: 10px 0;
- transition: all 0.3s ease;
- }
- .senior .download-way li:hover {
- color: #157df1;
- }
- .senior .download-way li.active {
- color: #157df1;
- }
- /* 表单控件样式 */
- .senior textarea.form-control {
- height: auto;
- min-height: 120px;
- resize: vertical;
- padding: 12px 20px;
- line-height: 1.5;
- }
- .senior .app_intro {
- width: 500px;
- height: 200px;
- }
- /* 条件显示元素 */
- #apppwd,
- .auth_code_dispense_url {
- transition: all 0.3s ease;
- }
- /* 模板设置样式 */
- .download-template .form-group {
- margin-bottom: 30px;
- }
- .download-template .form-group .control-label {
- width: 56px;
- }
- /* 模板语言设置样式 */
- .download-template .template-language {
- list-style: none;
- }
- .download-template .template-language li {
- float: left;
- margin-right: 56px;
- cursor: pointer;
- padding: 8px 0;
- }
- .download-template .template-language li:hover {
- color: #157df1;
- }
- .download-template .template-language li.active {
- color: #157df1;
- }
- .download-template .template-language li .icon-radio {
- background: url('/static/index/image/my-app/icon-radio-off.svg') no-repeat center;
- background-size: 100% 100%;
- width: 20px;
- height: 20px;
- margin-right: 12px;
- top: 0;
- }
- .download-template .template-language li .icon-radio-checked {
- background-image: url('/static/index/image/my-app/icon-radio-on.svg');
- }
- /* 模板选择样式 */
- .download-template .template-list {
- list-style: none;
- padding: 0;
- margin: 0;
- display: flex;
- flex-wrap: wrap;
- }
- .download-template .template-list li {
- position: relative;
- text-align: center;
- cursor: pointer;
- margin: 0 20px 20px 0;
- width: 120px;
- height: 151px;
- }
- .download-template .template-list li .t-checked {
- border: 2px solid rgba(43, 194, 101, 1);
- }
- .download-template .template-list li:hover,
- .download-template .template-list li.active {}
- .download-template .template-list li .t-checked::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- background-image: url('/static/index/image/my-app/icon-review.svg');
- background-size: 100% 100%;
- width: 25px;
- height: 25px;
- }
- .download-template .t-checked-wrap {
- position: relative;
- overflow: hidden;
- height: 100%;
- width: 100%;
- }
- .download-template .t-checked-wrap img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- display: block;
- }
- .download-template .t-checked {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: none;
- align-items: center;
- justify-content: center;
- color: #fff;
- }
- .download-template .t-checked .icon-xuanzhong1 {
- font-size: 24px;
- }
- .download-template ul li .text {
- display: block;
- margin-top: 8px;
- color: #157df1;
- text-decoration: none;
- font-size: 14px;
- font-weight: 500;
- }
- .download-template ul li .text:hover {
- text-decoration: underline;
- }
- .download-template input[type="radio"] {
- display: none;
- }
- /* 下载记录样式 */
- .download-details {
- background-color: #fff;
- padding: 0;
- min-height: 360px;
- }
- .download-details .date {
- float: left;
- width: 150px;
- position: relative;
- }
- .download-details .date1 {
- margin-right: 8px;
- }
- .download-details .date2 {
- margin-right: 24px;
- }
- .download-details .date input {
- position: relative;
- z-index: 1;
- background-color: transparent;
- cursor: pointer;
- }
- .download-details .d-top {
- margin-bottom: 15px;
- }
- .download-details .d-top .form-control {
- height: 34px;
- width: 149px;
- padding: 0 35px 0 20px;
- box-sizing: border-box;
- }
- .download-details .d-top .line {
- margin-right: 8px;
- color: #aaa;
- width: 16px;
- height: 18px;
- border-bottom: 1px solid rgba(143, 149, 159, 1);
- font-size: 0;
- }
- .download-details .d-top button {
- color: rgba(33, 104, 251, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 16px;
- text-align: center;
- vertical-align: middle;
- height: 34px;
- line-height: 32px;
- border-radius: 4px;
- border-width: 1px;
- padding: 0 20px;
- border: 1px solid rgba(33, 104, 251, 1)
- }
- .download-details .d-top button:hover {
- color: #ffffff;
- background-color: rgba(33, 104, 251, 1);
- }
- .download-details .d-top .num {
- margin-left: 40px;
- color: rgba(21, 21, 21, 1);
- font-family: Source Han Sans SC;
- font-weight: 500;
- font-size: 14px;
- line-height: 34px;
- text-align: center;
- vertical-align: middle;
- }
- .download-details .d-top .num i {
- color: rgba(33, 104, 251, 1);
- }
- .download-details .no-content {
- text-align: center;
- margin-top: 100px;
- }
- .download-details .no-content img {
- width: 100px;
- height: 100px;
- margin-bottom: 20px;
- }
- @media (max-width: 768px) {
- /* 移动端导航优化 */
- .tabs {
- padding: 0 0.3rem 0.72rem 0.3rem;
- }
- .tabs .nav-tabs>li>a {
- padding: 0.2rem 0.08rem;
- margin-right: 0.48rem;
- font-size: 0.28rem;
- line-height: 0.4rem;
- }
- .tabs .tab-content {
- padding: 0.36rem 0 0 0;
- }
- #tab-basic {
- margin-top: 0.14rem;
- }
- .tabs .tab-pane {
- min-height: unset;
- }
- /* 表单页 */
- .form-control {
- width: 100%;
- height: 0.68rem;
- font-size: 0.28rem;
- padding: 0 0.24rem;
- }
- .form-control::placeholder {
- font-size: 0.28rem;
- }
- #updateModal .modal-body {
- padding: 15px;
- }
- .app-details-update .form-control {
- width: 100% !important;
- }
- .form-group .col-sm-6,
- .form-group .col-sm-10 {
- padding: 0;
- }
- /* 表格 */
- .table>tbody>tr>th {
- height: 0.72rem;
- font-size: 0.28rem;
- line-height: 0.36rem;
- }
- .table>tbody>tr>td {
- padding: 0 0.3rem !important;
- height: 1rem;
- font-size: 0.28rem;
- line-height: 0.26rem;
- }
- .pagination-wrap {
- display: flex;
- justify-content: center;
- }
- .pagination>li:first-child {
- padding: 0.14rem 0 0.14rem 0.24rem;
- }
- .basic .form-group .control-label {
- text-align: left;
- margin-bottom: 0.16rem;
- width: unset;
- font-size: 0.28rem;
- line-height: 0.46rem;
- }
- .basic .short-link .col-sm-6 {
- margin-bottom: 0.2rem;
- }
- .ms-modal .modal-dialog {
- margin: 1rem 0.3rem 0.2rem;
- }
- .basic .short-link .link {
- width: 4.4rem;
- height: 0.68rem;
- line-height: 0.68rem;
- padding-left: 0.24rem;
- color: rgba(0, 0, 0, 1);
- font-size: 0.28rem;
- }
- #url {
- width: 1.86rem;
- }
- .basic .form-group {
- margin-bottom: 0.4rem;
- }
- .btn-apps-save {
- margin: 0.28rem 0 0 1.56rem;
- width: 3.12rem;
- line-height: 0.68rem;
- border-radius: 0.08rem;
- padding: 0 0.4rem;
- }
- .senior .form-group .control-label {
- text-align: left;
- margin-bottom: 0.24rem;
- width: unset;
- font-size: 0.28rem;
- line-height: 0.4rem;
- }
- .senior .trust li,
- .senior .download-way li {
- float: left;
- margin-right: 0.8rem;
- margin-bottom: 0;
- padding: 0;
- }
- .senior .download-way {
- margin-bottom: 0;
- }
- .senior .form-group .col-sm-10 {
- padding: 0;
- }
- .senior {
- margin-top: 0.14rem;
- }
- .senior .form-group {
- margin-bottom: 0.4rem;
- }
- .senior textarea.form-control {
- width: 100%;
- height: 1.64rem;
- padding: 0.2rem 0.24rem;
- }
- .senior #submitAdvancedButton {
- margin-top: 0.48rem;
- }
- .download-template .form-group .control-label {
- text-align: left;
- width: unset;
- font-size: 0.28rem;
- line-height: 0.4rem;
- margin-bottom: 0.24rem;
- }
- .download-template .template-language li {
- float: left;
- margin-right: 0.48rem;
- margin-bottom: 0;
- padding: 0;
- }
- .download-template .template-language li:nth-child(3) {
- margin-right: 0;
- }
- .form-group ul li .icon.icon-radio {
- width: 0.4rem;
- height: 0.4rem;
- margin-right: 0.28rem;
- }
- .senior .trust li,
- .senior .download-way li {
- float: left;
- margin-right: 0.8rem;
- margin-bottom: 0;
- padding: 0;
- }
- .download-template .template-list li {
- margin: 0 0.36rem 0.36rem 0;
- width: 1.6rem;
- height: 2rem;
- }
- .download-template .template-list li:nth-last-child(1),
- .download-template .template-list li:nth-last-child(2),
- .download-template .template-list li:nth-last-child(3) {
- margin-bottom: 0;
- }
- .download-template .form-group {
- margin-bottom: 0.6rem;
- }
- .download-template .form-group:last-child {
- margin-bottom: 0;
- }
- #tab-template {
- margin-bottom: 0.18rem;
- }
- .download-template .template-list li .t-checked::after {
- width: 0.32rem;
- height: 0.32rem;
- }
- /* 表格的搜索栏 */
- .download-details .d-top {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: 0.4rem;
- }
- .download-details .date {
- width: unset;
- margin-right: 0.4rem;
- }
- .download-details .date1 {
- margin-right: 0.08rem;
- }
- .download-details .d-top .form-control {
- width: 2rem;
- height: 0.64rem;
- font-size: 0.26rem;
- padding: 0 0.5rem 0 0.1rem;
- }
- .download-details .d-top .iconfont {
- width: 0.32rem;
- height: 0.32rem;
- }
- .download-details .d-top .icon-date {
- margin-right: 0;
- top: 0.16rem;
- right: 0.14rem;
- }
- .download-details .d-top .line {
- margin-right: 0.08rem;
- width: 0.24rem;
- height: 0.28rem;
- }
- .download-details .d-top .query {
- margin-top: 0;
- font-size: 0.32rem;
- padding: 0 0.38rem;
- height: 0.64rem;
- line-height: 0.6rem;
- border-radius: 0.08rem;
- margin-bottom: 0.4rem;
- }
- .download-details .d-top .num {
- margin-left: 0;
- font-size: 0.28rem;
- line-height: 0.64rem;
- margin-top: 0;
- margin-right: 0.24rem;
- }
- .download-details .d-top button {
- font-size: 0.32rem;
- height: 0.64rem;
- line-height: 0.6rem;
- border-radius: 0.08rem;
- border-width: 0.02rem;
- padding: 0 0.4rem;
- }
- .release-app2 .iconfont.icon-date:before {
- font-size: 0.26rem;
- top: 0;
- position: absolute;
- }
- /* 表格 */
- .download-details {
- min-height: unset;
- padding-bottom: 0.74rem;
- }
- .table>tbody>tr>td>a {
- font-size: 0.28rem;
- }
- }
|