| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420 |
- .pay-address {
- position: relative;
- width: 100%;
- background-color: #fff;
- padding: 30rpx 20rpx 15rpx;
- box-sizing: border-box;
- }
- .pay-arrowR {
- position: absolute;
- top: 50rpx;
- right: 10rpx;
- width: 35rpx;
- height: 35rpx;
- display: block;
- }
- .pay-font {
- width: 660rpx;
- line-height: 30rpx;
- font-size: 28rpx;
- color: #4c4c4c;
- margin-bottom: 24rpx;
- }
- .pay-border {
- width: 100%;
- height: 2rpx;
- display: block;
- margin-bottom: 15rpx;
- }
- .pay-project {
- width: 100%;
- background-color: #fff;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .pay-project-content {
- position: relative;
- width: 100%;
- background-color: #fcfcfc;
- }
- .pay-project-img {
- display: block;
- width: 200rpx;
- height: 200rpx;
- float: left;
- }
- .pay-project-info {
- float: left;
- width: 480rpx;
- font-size: 24rpx;
- margin-left: 20rpx;
- margin-top: 12rpx;
- }
- .pay-project-title {
- /*display: block;*/
- /*height: 60rpx;*/
- -webkit-line-clamp: 2;
- }
- .pay-project-spec {
- display: block;
- color: #bbb;
- line-height: 36rpx;
- margin-top: 16rpx;
- }
- .pay-project-price {
- display: block;
- color: #eab86a;
- margin-top: 25rpx;
- }
- .pay-project-price .pay-gray {
- color: #bbb;
- }
- .pay-count {
- margin-top: 40rpx;
- margin-bottom: 20rpx;
- }
- .pay-count-word {
- display: block;
- height: 66rpx;
- line-height: 66rpx;
- float: left;
- font-size: 28rpx;
- color: #4c4c4c;
- }
- .pay-count-select {
- float: right;
- height: 66rpx;
- }
- .pay-count-select button {
- width: 60rpx;
- height: 66rpx;
- color: #999;
- font-size: 28rpx;
- text-align: center;
- padding: 0;
- display: inline-block;
- }
- .pay-count-select button:first-child {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .pay-count-select button:last-child {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .pay-count-select button:after {
- border-radius: 0;
- }
- .pay-count-select input {
- width: 154rpx;
- height: 66rpx;
- background-color: #ddd;
- color: #4c4c4c;
- font-size: 28rpx;
- text-align: center;
- display: inline-block;
- }
- .pay-title {
- display: block;
- width: 100%;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- color: #bbb;
- text-align: center;
- border-bottom: 1rpx solid #ddd;
- }
- .pay-module {
- width: 100%;
- background-color: #fff;
- margin-top: 20rpx;
- }
- .pay-integral {
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
- .pay-integral-info {
- width: 646rpx;
- font-size: 28rpx;
- color: #4c4c4c;
- margin-left: 20rpx;
- }
- .pay-integral .block {
- display: block;
- }
- .pay-integral .red {
- color: #eab86a;
- }
- .pay-integral .gray {
- color: #bbb;
- }
- .pay-checked {
- margin-right: 20rpx;
- margin-top: 30rpx;
- }
- .pay-mb {
- margin-bottom: 18rpx;
- }
- .pay-icon {
- width: 60rpx;
- height: 60rpx;
- vertical-align: middle;
- display: inline-block;
- margin-right: 20rpx;
- }
- .pay-payway {
- width: 100%;
- padding: 0 20rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #4c4c4c;
- }
- .pay-payway-item {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- border-bottom: 1rpx solid #f3f3f3;
- }
- .pay-balance-cash {
- color: #bbb;
- }
- .pay-circle {
- position: relative;
- width: 44rpx;
- height: 44rpx;
- background-color: #eee;
- display: inline-block;
- border-radius: 50%;
- vertical-align: middle;
- margin-left: 20rpx;
- }
- .pay-select {
- position: absolute;
- top: 7rpx;
- left: 7rpx;
- width: 30rpx;
- height: 30rpx;
- background-color: #eab86a;
- display: inline-block;
- border-radius: 50%;
- }
- .pay-footer {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 1;
- }
- .pay-footer-bar {
- width: 100%;
- height: 88rpx;
- line-height: 44rpx;
- }
- .pay-footer-item {
- float: left;
- display: block;
- width: 65%;
- height: 88rpx;
- line-height: 88rpx;
- background-color: #fff;
- color: #bbbbbb;
- font-size: 28rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- border-top: 1rpx solid #f3f3f3;
- }
- .pay-footer-item .red {
- color: #eab86a;
- }
- .pay-payway-item:last-child {
- border-bottom: none;
- }
- .pay-footer-item2 {
- float: right;
- display: block;
- width: 35%;
- height: 88rpx;
- line-height: 88rpx;
- }
- .pay-footer-botton {
- display: block;
- width: 100%;
- height: 100%;
- line-height: 88rpx;
- background-color: #eab86a;
- color: #fff;
- font-size: 28rpx;
- text-align: center;
- }
- .pay-mt {
- margin-bottom: 108rpx;
- }
- .pay-address-add {
- text-align: center;
- font-size: 28rpx;
- color: #999;
- line-height: 90rpx;
- }
- .product-count {
- color: #4c4c4c;
- margin-top:25rpx;
- }
- .product-info {
- position: absolute;
- bottom: 10rpx;
- width: 490rpx;
- }
- .pay-dialog {
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.4);
- z-index: 99;
- }
- .pay-panel {
- position: fixed;
- left: 50%;
- top: 20%;
- width: 580rpx;
- margin-left: -290rpx;
- background-color: #fff;
- z-index: 100;
- }
- .pay-panel-title {
- font-size: 32rpx;
- color: #4c4c4c;
- text-align: center;
- margin-top: 48rpx;
- }
- .pay-panel-input {
- width: 500rpx;
- height: 100rpx;
- background-color: #f7f7f7;
- border: 1px solid #cccccc;
- font-size: 28rpx;
- color: #bbb;
- margin: 60rpx auto 40rpx;
- display: block;
- text-align: center;
- }
- .pay-panel-footer {
- width: 100%;
- height: 100rpx;
- border-top: 1rpx solid #dddddd;
- }
- .pay-panel-footer text {
- display: inline-block;
- width: 50%;
- height: 100rpx;
- text-align: center;
- font-size: 28rpx;
- box-sizing: border-box;
- line-height: 100rpx;
- }
- .pay-panel-cancel {
- border-right: 1rpx solid #dddddd;
- color: #4c4c4c;
- }
- .pay-panel-confirm {
- color: #eab86a;
- }
- .modal-mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000;
- opacity: 0.3;
- overflow: hidden;
- z-index: 9000;
- color: #fff;
- }
- .modal-dialog {
- width: 540rpx;
- overflow: hidden;
- position: fixed;
- top: 35%;
- left: 0;
- z-index: 9999;
- background: #f9f9f9;
- margin: -180rpx 105rpx;
- border-radius: 4rpx;
- }
- .modal-title {
- padding-top: 30rpx;
- font-size: 24rpx;
- color: #535353;
- text-align: center;
- }
- .modal-content {
- padding: 50rpx 32rpx;
- }
- .modal-content1 {
- padding: 30rpx 32rpx 40rpx;
- }
- .modal-span{
- text-align: center;
- width: 100%;
- margin-top: 40rpx;
- /* margin-bottom: 10rpx; */
- margin-bottom: 28rpx;
- /* font-size: 24rpx; */
- font-size: 33rpx;
- color: #4c4c4c;
- }
- .modal-span1{
- text-align: center;
- width: 100%;
- /* margin-top: 40rpx; */
- /* font-size: 24rpx; */
- font-size: 33rpx;
- color: #4c4c4c;
- }
- .modal-count{
- color: #eab86a;
- }
- .modal-footer {
- display: flex;
- flex-direction: row;
- height: 86rpx;
- border-top: 1rpx solid #dedede;
- font-size: 34rpx;
- line-height: 86rpx;
- }
- .modal-footer1 {
- /* display: flex;
- flex-direction: row; */
- /* height: 86rpx; */
- border-top: 1rpx solid #dedede;
- font-size: 34rpx;
- /* line-height: 86rpx; */
- }
- .btn-cancel {
- width: 100%;
- color: #666;
- text-align: center;
- /* border-right: 1px solid #dedede; */
- font-size: 28rpx;
- height: 86rpx;
- line-height: 86rpx;
- }
- .btn-confirm {
- width: 100%;
- color: #eab86a;
- text-align: center;
- font-size: 28rpx;
- height: 86rpx;
- line-height: 86rpx;
- border-bottom: 1rpx solid #dedede;
- }
- .yunfei{
- padding: 15px;
- background-color: #FFFFFF;
- font-size: 14px;
- text-align: right;
- color:#4c4c4c;
- }
|