123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- .HoutaiContainerTitleButton .HoutaiContainerTitleButtonPayManage {
- color: #fff;
- background-color: #000000;
- border: 1px solid #000000;
- }
- .main {
- margin: 25px 32px 24px;
- }
- .table {
- display: flex;
- margin-bottom: 12px
- }
- .card {
- width: 183px;
- height: 98px;
- background-color: #fff;
- border-radius: 10px;
- margin-right: 10px;
- }
- .card :first-child {
- font-size: 18px;
- color: #B0B7C3;
- margin-left: 24px;
- margin-top: 16px;
- }
- .card :last-child {
- font-size: 27px;
- color: #323B4B;
- margin-left: 24px;
- margin-top: 8px;
- }
- .HoutaiContainerBottomAppleList {
- width: 1380px;
- background-color: white;
- margin-top: 24px;
- margin-left: 32px;
- margin: 25px auto 0;
- border-radius: 10px;
- border: 1px solid #D5D9DD;
- }
- .HoutaiContainerBottomAppleListHeader {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #F2F4F6;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeader>p {
- height: 54px;
- text-align: center;
- line-height: 54px;
- font-size: 14px;
- color: #575F6E;
- }
- .HoutaiContainerBottomAppleListHeaderTD {
- width: 192px;
- }
- .HoutaiContainerBottomAppleListHeaderXZ {
- width: 1026px;
- }
- .HoutaiContainerBottomAppleListHeaderCZ {
- width: 162px;
- }
- .HoutaiContainerBottomAppleListHeaders {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #FFFFFF;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders>p {
- height: 100px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- text-align: center;
- }
- .HoutaiContainerBottomAppleListHeaders>div {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100px;
- }
- .paySelectTypeContent {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 30px;
-
- }
- .paySelectTypeContent :hover {
- cursor: pointer;
- }
- .HoutaiContainerBottomAppleListHeaders>.HoutaiContainerBottomAppleListHeaderQR {
- width: 162px;
- color: #007AFF;
- cursor: pointer;
- }
- .paySelectTypeContent label {
- margin-left: 8px;
- }
- .paySelectTypeContent input[type="radio"]::before {
- position: relative;
- content: "";
- top: -1px;
- left: -1px;
- width: 17px;
- height: 17px;
- display: block;
- border-radius: 50%;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.15);
- z-index: 5;
- }
- .paySelectTypeContent input[type="radio"]:checked::after {
- position: relative;
- content: "";
- bottom: 15px;
- left: 4px;
- width: 9px;
- height: 9px;
- display: block;
- border-radius: 50%;
- visibility: visible;
- /* border: 1px solid #1677FF; */
- background-color: #1677FF;
- z-index: 6;
- }
- .HoutaiContainerBottomAppleListHeaders>div>p {
- height: 25px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- }
- .HoutaiContainerBottomAppleListHeaders>.MDaKuan {
- color: #007AFF;
- font-size: 16px;
- }
- .HoutaiContainerBottomAppleListHeaders>.YDaKuan {
- color: rgba(0, 0, 0, 0.50);
- text-align: center;
- font-size: 16px;
- }
- .HoutaiContainerBottomAppleListHeaderYHKContentLeft .HoutaiContainerBottomAppleListHeaderYHK {
- max-width: 194px;
- }
- .HoutaiContainerBottomAppleListHeaderYHKContentRight {
- width: 24px;
- height: 100%;
- margin-left: 12px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .HoutaiContainerBottomAppleListHeaderYHKContentRight img {
- width: 24px;
- height: 24px;
- }
- .HoutaiContainerBottomAppleListHeaders .HoutaiContainerBottomAppleListHeaderYHKContent {
- width: 232px;
- display: flex;
- flex-direction: row;
- }
|