123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @charset "UTF-8";
- .bor::after {
- border: none;
- }
- .page {
- min-height: 100vh;
- padding: 0 24rpx;
- background-color: #F7F6FB;
- }
- .setting {
- width: 692rpx;
- height: 454rpx;
- background: white;
- border-radius: 34rpx;
- margin: 40rpx 0 0rpx 0;
- padding: 34rpx 24rpx 36rpx;
- }
- .setting .active {
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- line-height: 34rpx;
- color: #323337;
- margin-top: 32rpx;
- }
- .serve {
- width: 702rpx;
- height: 482rpx;
- background: white;
- opacity: 1;
- border-radius: 28rpx;
- padding: 26rpx 28rpx 28rpx 30rpx;
- }
- .order_text {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 42rpx;
- color: #070707;
- }
- .order_all {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 36rpx;
- color: #999999;
- }
- .order {
- width: 702rpx;
- height: 230rpx;
- background: white;
- border-radius: 18rpx;
- margin: 24rpx 0 18rpx;
- padding: 22rpx 28rpx;
- }
- .order .icon {
- margin-top: 46rpx;
- }
- .order .icon .icon_text {
- margin-top: 12rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 36rpx;
- color: #070707;
- }
- .back {
- width: 690rpx;
- height: 128rpx;
- background: linear-gradient(95deg, #898EA3 0%, #A1A4B5 40%, #BDC0D1 100%);
- opacity: 1;
- border-radius: 22rpx;
- padding: 22rpx 0 24rpx 58rpx;
- }
- .back .top1 {
- font-size: 28rpx;
- font-family: DOUYU;
- font-weight: normal;
- line-height: 38rpx;
- color: #FFF7F7;
- }
- .back .bottom {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 32rpx;
- color: #FFF7F7;
- margin-top: 14rpx;
- }
- .top {
- margin: 44rpx 0 38rpx 0;
- overflow: hidden;
- }
- .top .left {
- display: flex;
- overflow: hidden;
- }
- .top .left .login {
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 50rpx;
- color: #323337;
- margin-bottom: 10rpx;
- }
- .top .left .look {
- font-size: 24rpx;
- font-family: PingFangSC-Regular;
- line-height: 34rpx;
- color: #959595;
- }
- .top .qiandao {
- width: 168rpx;
- height: 54rpx;
- background: #B1E3FA;
- box-shadow: 0rpx 6rpx 12rpx #B1E3FA;
- opacity: 1;
- border-radius: 28rpx;
- line-height: 54rpx;
- text-align: center;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- color: #FFF7F7;
- }
|