123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- page {
- background: #fff;
- }
- .row {
- padding: 30rpx;
- overflow: hidden;
- }
- .row text:nth-child(1) {
- float: left;
- }
- .row text:nth-child(2) {
- float: right;
- color: #666;
- }
- .fgx {
- height: 20rpx;
- background: #f8f8f8;
- }
- .row1 {
- padding: 30rpx;
- }
- .row1 view:nth-child(2) {
- text-align: center;
- color: #666;
- }
- .row1 view:nth-child(3) {
- text-align: right;
- color: #666;
- }
- .tip {
- color: #888;
- padding-left: 30rpx;
- font-size: 24rpx;
- }
- .foot {
- position: fixed;
- left: 0;
- bottom: 0;
- right: 0;
- height: 100rpx;
- padding: 30rpx;
- line-height: 100rpx;
- }
- .foot view:nth-child(1) {
- float: left;
- font-size: 28rpx;
- }
- .foot view:nth-child(2) {
- float: left;
- font-size: 36rpx;
- color: #ff5f6b;
- margin-left: 30rpx;
- }
- .foot view:nth-child(3) {
- float: right;
- height: 100%;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- border-radius: 50rpx;
- width: 300rpx;
- color: #fff;
- font-size: 32rpx;
- text-align: center;
- }
|