| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .search {
- width: 686rpx;
- height: 76rpx;
- background: #FFFFFF;
- box-shadow: 0px 3rpx 9rpx 3rpx rgba(92, 123, 111, 0.26);
- border-radius: 12rpx;
- padding-left: 50rpx;
- color: #333;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- padding-right: 20rpx;
- }
- .avatar {
- width: 52rpx;
- height: 52rpx;
- border-radius: 50%;
- }
- .tabsview {
- height: 84rpx;
- line-height: 84rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #363F4A;
- }
- .tabsview-1 {
- margin-left: 28rpx;
- margin-right: 40rpx;
- }
- .tabs {
- margin-bottom: 28rpx;
- }
- .list {
- width: 694rpx;
- height: 172rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- padding: 32rpx;
- margin: 0 auto;
- margin-bottom: 10rpx;
- }
- .icon {
- width: 42rpx;
- height: 42rpx;
- background: #0089FD;
- border-radius: 4rpx;
- margin-right: 20rpx;
- }
- .ship-name {
- font-size: 32rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #20252E;
- margin-right: 30rpx;
- }
- .trans {
- width: 117rpx;
- height: 42rpx;
- line-height: 40rpx;
- background: rgba(0, 137, 253, 0.13);
- border-radius: 2rpx;
- border: 1rpx solid #0089FD;
- text-align: center;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0089FD;
- }
- .go-to {
- flex: 1;
- text-align: right;
- font-size: 26rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0089FD;
- }
- .text {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #6C6C6C;
- }
- .shu {
- margin-left: 16rpx;
- }
- .finish {
- width: 137px;
- height: 42rpx;
- background: #15E3AB;
- border-radius: 2rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 40rpx;
- }
|