| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- /*// 主题色*/
- /*字体主色调*/
- /*线条主色调*/
- /*按钮主色调*/
- /*底纹色*/
- .paymentlist em {
- font-size: 21px;
- }
- .redtit {
- width: 100%;
- padding: 15px 10px;
- position: relative;
- }
- .redtit > span {
- padding-left: 5px;
- border-left: 3px solid #e47470;
- font-size: 17px;
- color: #000;
- }
- .paymentlist input[type=checkbox],
- input[type=radio] {
- margin-right: 5px;
- }
- .paymentlist .right {
- text-align: right;
- }
- .paymenttab {
- padding: 10px;
- }
- .rechargetab {
- width: 100%;
- height: 42px;
- border-bottom: 1px solid #e5e4e9;
- }
- .rechargetab .tab {
- width: 100%;
- }
- .rechargetab .tab li {
- float: left;
- display: inline-block;
- padding: 0 15px;
- position: relative;
- line-height: 40px;
- border: 1px solid #e5e4e9;
- border-bottom: 0;
- margin-left: -1px;
- background-color: #f7f7f7;
- }
- .rechargetab .tab li.active {
- margin-bottom: -1px;
- background-color: #fff;
- border-top: 2px solid #389ee1;
- }
- .rechargetabcontent .list .input-wrap {
- width: 180px;
- margin-right: 5px;
- display: inline-block;
- }
- .rechargetabcontent .list {
- padding-left: 90px;
- }
- .rechargetabcontent .list label {
- width: 80px;
- position: absolute;
- left: 0;
- top: 0;
- line-height: 42px;
- text-align: center;
- font-weight: normal;
- }
- .rechargestyle {
- width: 1000px;
- padding-top: 20px;
- }
- .rechargestyle .rechargebox {
- width: 190px;
- height: 40px;
- border: 1px solid #e5e4e9;
- float: left;
- margin-right: 15px;
- margin-bottom: 10px;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- }
- .rechargestyle .rechargebox.active {
- border: 1px solid #389ee1;
- }
- .warmtip {
- width: 100%;
- padding: 10px;
- border: 1px solid #e5e4e9;
- background: #f7f7f7;
- }
- .warmtip h1 {
- font-size: 14px;
- font-weight: normal;
- line-height: 25px;
- }
- .warmtip ul {
- margin: 0;
- line-height: 22px;
- }
- .warmtip ul .f_redcolor {
- color: #ff0000;
- }
- .yezf {
- padding: 10px;
- }
- .detaillist > div {
- display: inline-block;
- }
- .yezf .detaillist {
- position: relative;
- line-height: 30px;
- }
- .yezf .detaillist em {
- color: #e47470;
- padding-right: 5px;
- font-size: 22px;
- }
- .yezf .detaillist label {
- line-height: 37px;
- text-align: left;
- font-weight: normal;
- }
- .useyepay {
- margin-right: 15px;
- }
- .useyepay .input-wrap {
- display: inline-block;
- width: 80px;
- height: 37px;
- }
- .useyepay input[type=checkbox],
- input[type=radio] {
- margin-right: 5px;
- }
- .submitbox {
- padding: 15px 10px;
- text-align: right;
- padding-bottom: 80px;
- }
- .submitbox .btn.fit {
- width: 160px;
- }
- .submitbox .con {
- display: inline-block;
- float: right;
- padding-right: 15px;
- padding-top: 15px;
- }
- .submitbox .con span {
- color: #e47470;
- }
- .submitbox .con span em {
- font-size: 18px;
- }
|