推广平台->游戏管理->游戏详情--样式调整

master
chenxiaojun 5 years ago
parent bad1165ffa
commit 840dc085a4

@ -4,7 +4,7 @@
<link href="__CSS__/20180207/data.css" rel="stylesheet"> <link href="__CSS__/20180207/data.css" rel="stylesheet">
<link href="__CSS__/20180207/game.css" rel="stylesheet"> <link href="__CSS__/20180207/game.css" rel="stylesheet">
<link href="__CSS__/20180207/finance.css" rel="stylesheet"> <link href="__CSS__/20180207/finance.css" rel="stylesheet">
<link href="__CSS__/game_detailed.css?v=1.2" rel="stylesheet"> <link href="__CSS__/game_detailed.css?v=1.3" rel="stylesheet">
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet"> <link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
<style type="text/css"> <style type="text/css">

@ -2,7 +2,7 @@
<block name="css"> <block name="css">
<link href="__CSS__/20180207/data.css" rel="stylesheet"> <link href="__CSS__/20180207/data.css" rel="stylesheet">
<link href="__CSS__/20180207/game.css" rel="stylesheet"> <link href="__CSS__/20180207/game.css" rel="stylesheet">
<link href="__CSS__/game_detailed.css" rel="stylesheet"> <link href="__CSS__/game_detailed.css?v=1.3" rel="stylesheet">
<link href="__CSS__/my_game.css" rel="stylesheet"> <link href="__CSS__/my_game.css" rel="stylesheet">
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet"> <link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
<link href="__STATIC__/jqueryselect/css/layui.css" rel="stylesheet"> <link href="__STATIC__/jqueryselect/css/layui.css" rel="stylesheet">

@ -29,6 +29,8 @@
.game-detail-inner .detail-list { .game-detail-inner .detail-list {
padding: 20px; padding: 20px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff;
border-radius: .286rem;
} }
.game-detail-inner .detail-list dl { .game-detail-inner .detail-list dl {
@ -301,6 +303,7 @@
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-top-left-radius: .214rem; border-top-left-radius: .214rem;
border-top-right-radius: .214rem; border-top-right-radius: .214rem;
border-bottom: 1px solid #e4eaec;
} }
.panel-bordered > .panel-heading > .panel-title { .panel-bordered > .panel-heading > .panel-title {

Loading…
Cancel
Save