12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @charset "utf-8";
- #pay {
- padding: 20px;
- .title {
- color: #242424FF;
- font-size: 16px;
- margin-bottom: 20px;
- font-weight: 600;
- }
- .info {
- margin-bottom: 20px;
- color: #303036FF;
- .info-block {
- padding: 20px 5px;
- border-bottom: 1px solid #eee;
- .info-item {
- font-size: 12px;
- .f-r {
- color: #8897A8FF;
- }
- }
- }
- }
- .desc {
- color: #303036FF;
- margin-bottom: 30px;
- white-space: pre-line;
- }
- .agree {
- color: #5E677BFF;
- .ant-checkbox-wrapper {
- margin-right: 10px;
- }
- }
- .fixed {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 64px;
- line-height: 64px;
- padding: 0 15px;
- border-top: 1px solid #eee;
- background: #fff;
- .tip {
- position: absolute;
- left: 0;
- right: 0;
- text-align: center;
- top: -50px;
- color: #A7A7B7FF;
- font-size: 12px;
- }
- .fee {
- display: inline-block;
- }
- }
- }
|