| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .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;
- }
|