| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .card {
- width: 694rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- margin: 32rpx auto;
- padding: 32rpx 24rpx 16rpx 24rpx;
- }
- .line {
- display: flex;
- align-items: center;
- margin-bottom: 24rpx;
- }
- .title {
- width: 180rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #BDC2C8;
- margin-right: 40rpx;
- }
- .content {
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #6C6C6C;
- flex: 1;
- }
- .title-1 {
- height: 27rpx;
- line-height: 27rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #239AFE;
- padding-left: 18rpx;
- border-left: 4rpx solid #0089FD;
- margin-bottom: 30rpx;
- }
- .acc>view {
- width: 330rpx;
- height: 86rpx;
- background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
- border-radius: 20rpx;
- text-align: center;
- line-height: 86rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .tabsview {
- width: 200rpx;
- height: 80rpx;
- border-radius: 20rpx;
- border: 2rpx solid #028AFD;
- text-align: center;
- line-height: 80rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0089FD;
- }
- .current-btn {
- color: #FFFFFF;
- background: #0089FD;
- }
- .line2 {
- border-bottom: 2rpx solid #ddd;
- }
- .box2 .line2 view:first-child {
- color: #BDC2C8;
- }
- .box2 .line2>view:last-child {
- color: #6C6C6C;
- }
- .primary {
- width: 590rpx;
- height: 96rpx;
- line-height: 96rpx;
- background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
- border-radius: 20rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- margin: 20rpx auto;
- margin-top: 50rpx;
- }
- .box2 {
- margin-bottom: 30rpx;
- }
- .box-title {
- width: 240rpx;
- color: #BDC2C8;
- }
- .text {
- color: #6C6C6C;
- }
- .tab-title {
- line-height: 84rpx;
- width: 200rpx;
- }
- .tab-ipt {
- height: 84rpx;
- line-height: 84rpx;
- }
- .add-one {
- color: #0089FD;
- text-align: center;
- }
- .delete-one {
- color: #0089FD;
- font-size: 28rpx;
- }
- .tab4 {
- padding-bottom: 40rpx;
- margin-bottom: 10rpx;
- }
|