| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .clear {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 76rpx;
- width: 100%;
- border-bottom: 1rpx solid rgba(221, 221, 221, 1);
- border-top: 1rpx solid rgba(242, 242, 242, 1);
- }
- .cleartip {
- font-size: 28rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- margin-left: 30rpx;
- }
- .jiantou {
- width: 17rpx;
- height: 29rpx;
- margin-right: 30rpx;
- }
- .about {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 76rpx;
- width: 100%;
- border-bottom: 1rpx solid rgba(221, 221, 221, 1);
- }
- .aboutus {
- font-size: 28rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- margin-left: 30rpx;
- }
- .fixed-footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .btn-group {
- background: #fff;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .selfBtn {
- display: flex;
- height: 88rpx;
- line-height: 88rpx;
- align-items: center;
- justify-content: center;
- background: linear-gradient(90deg, rgba(160, 164, 169, 1), rgba(199, 202, 205, 1));
- border-radius: 42rpx;
- font-size: 38rpx;
- font-family: SourceHanSansCN-Normal;
- font-weight: 400;
- color: rgba(255, 254, 254, 1);
- }
|