| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .pay-card{
- width: 1000px;
- min-height: 500px;
- margin: 30px auto;
- font-size: 16px;
- &__title{
- font-weight: 600;
- font-size: 28px;
- }
- &__table {
- margin: 20px;
- width: calc(100% - 40px);
- min-height: 300px;
- }
- &__foot{
- margin: 20px;
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- flex-wrap: nowrap;
- }
- &__final{
- line-height: 40px;
- font-size: 18px;
- }
- &__picture{
- width: 100%;
- }
- &__info{
- width: 400px;
- padding: 30px;
- font-size: 18px;
- &-item{
- margin-top: 20px;
- width: 100%;
- border-bottom: 0.5px $note-color solid;
- &:last-child{
- border-bottom: none;
- padding-bottom: 20px;
- }
- &__head{
- margin-top: 30px;
- }
- &__name{
- display: inline-block;
- }
- &__modify{
- margin-left: 20px;
- color: $focus-color;
- font-size: 14px;
- vertical-align: center;
- cursor: pointer;
- }
- &__value{
- margin: 20px 0 30px 0;
- }
- }
- }
- }
|