12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .body {
- background-color: #ffffff;
- }
- .empty-box {
- padding: 20px;
- justify-content: center;
- text-align: center;
- }
- .line-1-txt {
- text-align: center;
- }
- .line-2-txt {
- text-align: center;
- color: #9e9e9e;
- }
- .btn-cz {
- width: 80px;
- text-align: center;
- color: #fff;
- background-color: #FF9800;
- text-align: center;
- border-radius: 100px;
- padding: 3px 15px;
- }
- .btn-box {
- background-color: #fff;
- width: 100%;
- text-align: center;
- display: block;
- margin-top: 5px;
- }
- .jilu-box {
- display: flex;
- flex-direction: column;
- justify-content: center;
- border-radius: 0px;
- background: #FFFFFF;
- }
- .jilu-item {
- margin-top: 10px;
- display: flex;
- flex-direction: column;
- border-bottom: solid 1rpx #d4d4d4;
- }
- .jilu-item:first{
- margin-top: 0px;
- }
- .jilu-item-box{
- display: flex;
- justify-content: space-between;
- }
- .jilu-txt {
- color: #9e9e9e;
- margin-top: 6rpx;
- }
- .lines{
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- }
- .jilu-items{
- display: flex;
- flex-direction: row;
- justify-content: center;
-
- }
- .pay-icon{
- margin-top: 15px;
- margin-right: 10px;
- align-items: center;
- width: 30px;
- height: 30px;
- }
|