| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page .container {
- background-color: #ffffff;
- }
- .sub-bottom {
- background: #6786FB;
- box-shadow: 0px 0px 13rpx 3rpx rgba(209, 212, 217, 0.31);
- border-radius: 35rpx;
- width: 80%;
- font-size: 30rpx;
- font-weight: 500;
- color: white;
- text-align: center;
- padding: 20rpx 0rpx;
- margin: 0rpx auto;
- margin-top: 50rpx;
- }
- .mar-b {
- margin-bottom: 33rpx;
- }
- .top {
- width: 750rpx;
- height: 250rpx;
- background: -webkit-linear-gradient(38deg, #978ffa 0%, #7e99fe 100%);
- background: linear-gradient(52deg, #978ffa 0%, #7e99fe 100%);
- }
- .user-box {
- width: 690rpx;
- margin: -130rpx auto;
- background: #fbfbfb;
- box-shadow: 1rpx 4rpx 40rpx 0rpx rgba(51, 51, 51, 0.14);
- border-radius: 26rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- padding: 65rpx 54rpx;
- }
- .user-box image {
- width: 147rpx;
- height: 147rpx;
- border-radius: 50%;
- }
- .user-box .user-right {
- padding-left: 25rpx;
- }
- .user-box .user-right .user-name {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- line-height: 40rpx;
- }
- .user-box .user-right .user-address {
- padding: 10rpx 0rpx;
- font-size: 26rpx;
- color: #666666;
- }
- .user-box .user-right .user-num {
- font-size: 26rpx;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .user-box .user-right .user-num text {
- color: #6786FB;
- }
- .list-box {
- margin-top: 180rpx;
- padding: 25rpx 25rpx;
- }
- .list-box .item-box {
- margin-bottom: 54rpx;
- }
- .list-box .item-box .icon-box {
- margin-bottom: 32rpx;
- }
- .left-icon {
- width: 12rpx;
- height: 42rpx;
- background: #6786FB;
- border-radius: 6rpx;
- }
- .left-box {
- width: 100%;
- }
- .left-tit {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- line-height: 42rpx;
- margin-left: 14rpx;
- }
- .more {
- font-size: 24rpx;
- color: #666666;
- }
- .left-txt {
- font-size: 28rpx;
- font-weight: 500;
- color: #666666;
- line-height: 52rpx;
- }
- .ask-list {
- margin-bottom: 25rpx;
- }
- .ask-list .ask-img {
- width: 92rpx;
- height: 92rpx;
- border-radius: 50%;
- }
- .ask-list .ask-txt {
- font-size: 28rpx;
- font-weight: 500;
- width: 90%;
- padding-left: 15rpx;
- color: #666666;
- line-height: 48rpx;
- }
- .popup {
- width: 536rpx;
- }
- .popup .img {
- width: 100%;
- }
- .popup .row {
- background: #ffffff;
- overflow: hidden;
- border-radius: 0 0 10rpx 10rpx;
- padding: 45rpx 45rpx;
- margin-top: -15rpx;
- }
- .popup .row .row-1 {
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- line-height: 53rpx;
- text-align: center;
- }
- .popup .row .row-2 {
- font-size: 32rpx;
- font-weight: 500;
- color: #303133;
- line-height: 44rpx;
- text-align: center;
- margin-top: 35rpx;
- }
- .popup .row .row-3 {
- width: 80%;
- height: 70rpx;
- margin: 0 auto;
- margin-top: 40rpx;
- background: -webkit-linear-gradient(bottom, #7e99fe, #978ffa);
- background: linear-gradient(0deg, #7e99fe, #978ffa);
- border-radius: 34rpx;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #f8f9f9;
- }
- .close_icon {
- width: 52rpx;
- height: 52rpx;
- margin: 88rpx auto 0;
- }
- .close_icon image {
- width: 100%;
- height: 100%;
- }
- .dots {
- padding-left: 0rpx !important;
- }
- .pay-type-list {
- margin-top: 20rpx;
- background-color: #fff;
- padding-left: 40rpx;
- }
- .pay-type-list .type-item {
- height: 120rpx;
- padding: 20rpx 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-right: 60rpx;
- font-size: 30rpx;
- position: relative;
- }
- .pay-type-list .type-item1 {
- height: 120rpx;
- padding: 20rpx 0;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-right: 60rpx;
- font-size: 30rpx;
- position: relative;
- }
- .pay-type-list .type-item1 .row-1 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .pay-type-list .type-item1 .row-2 {
- margin-top: 12rpx;
- font-size: 28rpx;
- color: #C0C4CC;
- text-align: center;
- }
- .pay-type-list .icon {
- width: 100rpx;
- font-size: 52rpx;
- }
- .pay-type-list .img {
- color: #fe8e2e;
- width: 50rpx;
- height: 50rpx;
- }
- .pay-type-list .img image {
- width: 100%;
- height: 100%;
- }
- .pay-type-list .tit {
- font-size: 32rpx;
- color: #303133;
- margin-bottom: 4rpx;
- }
- .pay-type-list .con {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- padding-left: 25rpx;
- font-size: 24rpx;
- color: #909399;
- }
- .payment {
- background-color: #ffffff;
- border-radius: 15rpx 15rpx 0rpx 0rpx;
- }
- .payment .first {
- border-bottom: 2rpx solid #ebeef5;
- padding: 38rpx 25rpx;
- }
- .payment .first .word {
- font-size: 28rpx;
- font-weight: bold;
- color: #303133;
- }
- .payment .first image {
- width: 25rpx;
- height: 25rpx;
- }
- .payment .one {
- height: 20rpx;
- background-color: #f6f6f6;
- }
- .payment .Third .two1 {
- width: 55%;
- background-color: #ffffff;
- padding-left: 25rpx;
- }
- .payment .Third .two1 .two1-1 {
- font-size: 28rpx;
- font-weight: 400;
- color: #303133;
- }
- .payment .Third .two1 .two1-2 {
- font-size: 24rpx;
- font-weight: bold;
- color: #FC4141;
- }
- .payment .Third .two1 .size {
- font-size: 36rpx;
- }
- .payment .Third .two2 {
- width: 45%;
- background: #FC4141;
- color: #ffffff;
- font-size: 32rpx;
- font-weight: 550;
- text-align: center;
- padding: 30rpx 0rpx;
- }
- .payment .Third .clickbg {
- background-color: #999999 !important;
- }
|