123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 字体大小变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page {
- height: auto !important;
- background-color: #FFFFFF;
- }
- .container-cash {
- width: 100%;
- }
- .container-cash .pay-bring-title {
- box-sizing: border-box;
- width: 100%;
- min-height: 90rpx;
- padding: 0 24rpx;
- line-height: 90rpx;
- text-align: left;
- font-size: 24rpx;
- background: #fff3e2;
- color: #ff9723;
- padding-left: 84rpx;
- position: relative;
- }
- .container-cash .pay-bring-title .icon-tongzhi {
- width: 60rpx;
- line-height: 90rpx;
- text-align: center;
- display: block;
- position: absolute;
- left: 24rpx;
- top: 0;
- color: #ff9723;
- font-size: 36rpx;
- }
- .container-cash .container-wrapper {
- width: 100%;
- margin: 0 auto;
- }
- .container-cash .container-wrapper .pay-content {
- width: 100%;
- height: 280rpx;
- background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-user-bg@2x.png) no-repeat;
- background-size: cover;
- float: left;
- box-sizing: border-box;
- padding: 40rpx 84rpx;
- border-bottom: 10px solid #F7F7F7;
- }
- .container-cash .container-wrapper .pay-content .pay-p {
- font-size: 26rpx;
- color: #FFFFFF;
- line-height: 66rpx;
- }
- .container-cash .container-wrapper .pay-content .pay-money {
- color: #FFFFFF;
- line-height: 100rpx;
- font-weight: bold;
- }
- .container-cash .container-wrapper .pay-content .pay-money .pay-sm {
- font-size: 42rpx;
- font-weight: normal;
- }
- .container-cash .container-wrapper .pay-content .pay-money .pay-bg {
- font-size: 64rpx;
- }
- .container-cash .container-wrapper .pay-check {
- width: 100%;
- height: auto;
- float: left;
- }
- .container-cash .container-wrapper .pay-check .check-title {
- width: 622rpx;
- height: 40rpx;
- line-height: 40rpx;
- padding: 0 20rpx;
- margin-top: 24rpx;
- }
- .container-cash .container-wrapper .pay-check .check-title .text {
- font-size: 28rpx;
- color: #333333;
- text-align: left;
- float: left;
- }
- .container-cash .container-wrapper .pay-check .check-title .icon {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- line-height: 40rpx;
- text-align: center;
- color: #FFFFFF;
- font-size: 24rpx;
- background: radial-gradient(circle, #e15616 0%, #ffaa00 67%, #f9b99c 100%);
- float: right;
- }
- .container-cash .container-wrapper .pay-check .pay-checked {
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 0 24rpx;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item {
- width: 100%;
- height: 120rpx;
- border: 1px solid #F5F5F5;
- border-radius: 8rpx;
- padding: 20rpx;
- margin: 24rpx 0;
- display: flex;
- background-color: #FFFFFF;
- box-sizing: border-box;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item.current {
- border-color: #c4761f;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l {
- flex: 8;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon {
- width: 76rpx;
- height: 76rpx;
- float: left;
- text-align: center;
- line-height: 76rpx;
- margin-right: 20rpx;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .iconfont {
- font-size: 66rpx;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-weixinzhifu {
- color: #09BB07;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-gerenwangyinzhifu {
- color: #034582;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-qiyewangyinzhifu {
- color: #004889;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-texts {
- line-height: 76rpx;
- font-size: 26rpx;
- color: #333333;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text {
- line-height: 38rpx;
- font-size: 26rpx;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text .txt-p {
- color: #333333;
- }
- .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text .txt-t {
- color: #999999;
- }
- .container-cash .pay-button {
- width: 100%;
- float: left;
- margin-top: 30rpx;
- }
- .container-cash .pay-button .btn {
- width: 662rpx;
- height: 88rpx;
- border-radius: 44rpx;
- font-size: 28rpx;
- line-height: 88rpx;
- color: #FFFFFF;
- margin: 0 auto;
- text-align: center;
- background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
- }
- .container-cash .pay-statustext {
- width: 100%;
- height: 120rpx;
- float: left;
- margin-top: 40rpx;
- }
- .container-cash .pay-statustext .pay-statustext-inner {
- width: 662rpx;
- height: 100%;
- margin: 0 auto;
- }
- .container-cash .pay-statustext .pay-statustext-inner .pay-icon {
- width: 62rpx;
- height: 100%;
- float: left;
- text-align: center;
- }
- .container-cash .pay-statustext .pay-statustext-inner .pay-icon .iconfont {
- color: #FF2A2A;
- font-size: 36rpx;
- line-height: 20rpx;
- }
- .container-cash .pay-statustext .pay-statustext-inner .pay-text {
- width: 560rpx;
- height: 100%;
- float: left;
- line-height: 40rpx;
- font-size: 26rpx;
- color: #FF2A2A;
- text-align: justify;
- }
- .container-cash .pay-bring {
- width: 100%;
- min-height: 190rpx;
- padding: 24rpx 0;
- background-color: #FFFFFF;
- box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
- position: fixed;
- bottom: 0;
- left: 0;
- border-radius: 30rpx 30rpx 0 0;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .container-cash .pay-bring .pay-bring-line {
- display: flex;
- align-items: center;
- }
- .container-cash .pay-bring .pay-bring-line .line {
- display: inline-block;
- width: 48rpx;
- height: 2px;
- background-color: #707070;
- }
- .container-cash .pay-bring .pay-bring-content {
- width: 654rpx;
- height: auto;
- padding: 0 24rpx;
- }
- .container-cash .pay-bring .pay-bring-content .text {
- font-size: 24rpx;
- color: #666;
- line-height: 44rpx;
- text-align: center;
- }
- .container-cash .pay-bring .pay-bring-content .text.bg-color {
- color: #ff2a2a;
- line-height: 88rpx;
- }
- .container-cash .pay-bring .pay-bring-content .text-v {
- font-size: 28rpx;
- color: #999;
- line-height: 70rpx;
- text-align: left;
- }
- .container-cash .pay-bring .pay-bring-content .text-v.title {
- padding-left: 10rpx;
- font-size: 26rpx;
- color: #666666;
- }
- .container-cash .pay-bring .pay-bring-content .text-v.bg-color {
- line-height: 44rpx;
- color: #ff2a2a;
- }
- .container-cash .pay-bring .pay-bring-content .text-v .clipboard {
- width: 84rpx;
- height: 36rpx;
- background: linear-gradient(34deg, #ff2929 0%, #ff6d1b 100%);
- text-align: center;
- font-size: 24rpx;
- color: #FFFFFF;
- border-radius: 4rpx;
- line-height: 36rpx;
- display: inline-block;
- margin-left: 10rpx;
- }
- .container-cash .pay-bring-wrapper {
- width: 100%;
- padding: 24rpx 0;
- background-color: #FFFFFF;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content {
- width: 654rpx;
- height: auto;
- padding: 0 24rpx;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text {
- font-size: 24rpx;
- color: #666;
- line-height: 44rpx;
- text-align: center;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text.bg-color {
- color: #ff2a2a;
- line-height: 88rpx;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v {
- font-size: 28rpx;
- color: #999;
- line-height: 70rpx;
- text-align: left;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v .span {
- color: #333333;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v.title {
- font-size: 28rpx;
- color: #666666;
- position: relative;
- padding-left: 20rpx;
- font-weight: bold;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v.title .line {
- display: block;
- width: 6rpx;
- height: 22rpx;
- background-color: #FF457B;
- border-radius: 3rpx;
- position: absolute;
- left: 0;
- top: 26rpx;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v.bg-color {
- line-height: 44rpx;
- color: #ff2a2a;
- }
- .container-cash .pay-bring-wrapper .pay-bring-content .text-v .clipboard {
- width: 84rpx;
- height: 36rpx;
- background: linear-gradient(34deg, #ff2929 0%, #ff6d1b 100%);
- text-align: center;
- font-size: 24rpx;
- color: #FFFFFF;
- border-radius: 4rpx;
- line-height: 36rpx;
- display: inline-block;
- margin-left: 10rpx;
- }
- .freight-alert {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 8888;
- transition: all 0.4s;
- }
- .freight-alert.none {
- display: none;
- }
- .freight-alert.show {
- display: block;
- }
- .freight-alert .content {
- width: 422rpx;
- height: 434rpx;
- position: absolute;
- background: #ffffff;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto;
- padding: 20rpx 32rpx;
- border-radius: 12rpx;
- }
- .freight-alert .content .title {
- width: 100%;
- height: 68rpx;
- line-height: 68rpx;
- font-size: 28rpx;
- color: #333333;
- text-align: center;
- position: relative;
- }
- .freight-alert .content .title .icon-iconfontguanbi {
- width: 68rpx;
- height: 68rpx;
- text-align: center;
- line-height: 68rpx;
- position: absolute;
- right: 0;
- top: 0;
- font-size: 36rpx;
- color: #999999;
- }
- .freight-alert .content .text-content {
- width: 100%;
- height: auto;
- }
- .freight-alert .content .text-content .text {
- padding: 20rpx 0 0 0;
- line-height: 44rpx;
- font-size: 26rpx;
- color: #666666;
- text-align: justify;
- }
- .freight-alert .content .text-content .text-p {
- width: 100%;
- line-height: 44rpx;
- font-size: 26rpx;
- color: #FF457B;
- text-align: left;
- text-overflow: ellipsis;
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- }
- .freight-alert .content .text-content .text-b {
- line-height: 44rpx;
- font-size: 24rpx;
- color: #999999;
- text-align: left;
- }
- .freight-alert .content .text-button {
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
- font-size: 28rpx;
- border-radius: 44rpx;
- color: #FFFFFF;
- text-align: center;
- margin-top: 20rpx;
- }
|