123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- /* pages/order/deposit/deposit.wxss */
- page {
- width: 750rpx;
- min-height: 100vh;
- background: #F6F6F6;
- }
- .topBox {
- width: 750rpx;
- height: 174rpx;
- background: #FFFFFF;
- padding: 32rpx;
- }
- .topBox .tit {
- font-size: 30rpx;
- font-weight: bold;
- color: #191C27;
- }
- .topBox .adr {
- font-size: 24rpx;
- color: #666666;
- width: 473rpx;
- }
- .topBox .lr {
- font-size: 24rpx;
- color: #191C27;
- text-align: center;
- border-left: 1rpx solid #E4E4E4;
- padding-left: 32rpx;
- }
- .topBox .lr .icon {
- width: 40rpx;
- height: 40rpx;
- }
- .itemBoxs {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- margin: 24rpx auto;
- }
- .itemBoxs .titBoxs {
- padding: 25rpx;
- }
- .itemBoxs .titBoxs .le {
- font-size: 26rpx;
- color: #999999;
- }
- .itemBoxs .contioner {
- padding: 24rpx;
- }
- .itemBoxs .messageBoxs .tips {
- font-size: 28rpx;
- font-weight: 500;
- color: #191C27;
- }
- .itemBoxs .messageBoxs .time {
- font-size: 24rpx;
- color: #999999;
- }
- .itemBoxs .centerBoxs {
- white-space: nowrap;
- margin: 30rpx 0;
- }
- .itemBoxs .centerBoxs scroll-view {
- width: 85%;
- }
- .itemBoxs .centerBoxs .clothes {
- width: 120rpx;
- height: 120rpx;
- }
- .itemBoxs .centerBoxs .name {
- font-size: 28rpx;
- color: #191C27;
- margin-left: 25rpx;
- }
- .itemBoxs .centerBoxs .lr {
- text-align: right;
- line-height: 60rpx;
- height: 120rpx;
- }
- .itemBoxs .centerBoxs .showModel {
- position: relative;
- }
- .itemBoxs .centerBoxs .showModel::before {
- position: absolute;
- left: -30rpx;
- top: 0;
- display: block;
- content: '';
- width: 10rpx;
- height: 100%;
- background: #F6F6F6;
- filter: blur(6rpx);
- /* border: 1px solid red; */
- }
- .itemBoxs .centerBoxs .price {
- font-size: 36rpx;
- font-family: HelveticaNeue-BoldCond, HelveticaNeue;
- font-weight: bold;
- color: #191C27;
- letter-spacing: 1rpx;
- }
- .itemBoxs .centerBoxs .small {
- font-size: 24rpx;
- }
- .itemBoxs .centerBoxs .num {
- font-size: 28rpx;
- color: #999999;
- }
- .itemBoxs .footerBoxs .btn {
- width: 152rpx;
- height: 60rpx;
- border-radius: 30rpx;
- text-align: center;
- line-height: 60rpx;
- font-size: 28rpx;
- margin-left: 25rpx;
- }
- .imgBoxs {
- position: relative;
- margin-right: 25rpx;
- }
- .imgBoxs .nums {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 30rpx;
- background: rgba(25, 28, 39, 0.5);
- border-radius: 0px 0px 4rpx 4rpx;
- font-size: 22rpx;
- color: #FFFFFF;
- line-height: 30rpx;
- text-align: center;
- }
- .bg {
- background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
- color: #FFFFFF;
- }
- .border {
- color: #999999;
- border: 1rpx solid #CCCCCC;
- }
- .footerBoxs .tips {
- font-size: 26rpx;
- color: #999999;
- }
- .card {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 12rpx;
- margin: 25rpx auto;
- padding: 48rpx 32rpx;
- }
- .card .tit {
- font-size: 30rpx;
- font-weight: 500;
- color: #191C27;
- }
- .card .tips {
- font-size: 26rpx;
- color: #999999;
- margin: 15rpx 0;
- }
- .card .mes {
- font-size: 30rpx;
- font-weight: 500;
- color: #191C27;
- }
- .card .num {
- font-size: 72rpx;
- font-weight: 500;
- color: #191C27;
- }
- .card .lr {
- width: 152rpx;
- height: 60rpx;
- border-radius: 30rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- line-height: 60rpx;
- }
- .card .lr image {
- width: 80rpx;
- height: 80rpx;
- }
- .footer {
- position: absolute;
- left: 50%;
- bottom: 5%;
- transform: translate(-50%, 0);
- font-size: 26rpx;
- color: #666666;
- }
- .content {
- width: 750rpx;
- min-height: 368rpx;
- padding: 50rpx;
- }
- .content .tit {
- font-size: 36rpx;
- font-weight: 500;
- color: #191C27;
- text-align: center;
- margin-bottom: 70rpx;
- }
- .content .state {
- width: 80rpx;
- height: 80rpx;
- display: block;
- margin: auto;
- }
- .content2 {
- padding: 50rpx 0;
- }
- .content .tips {
- font-size: 28rpx;
- color: #191C27;
- text-align: center;
- }
- .content .btnBox {
- margin: 70rpx auto;
- padding: 0 57rpx;
- }
- .content .btn {
- height: 76rpx;
- line-height: 76rpx;
- border-radius: 38rpx;
- font-size: 28rpx;
- padding: 0rpx 32rpx;
- margin-right: auto;
- }
- .content2 .line {
- width: 750rpx;
- height: 16rpx;
- background: #F6F6F6;
- }
- .content2 .rule {
- padding: 32rpx 48rpx;
- }
- .content2 .rule .title {
- font-size: 28rpx;
- font-weight: 500;
- color: #191C27;
- text-align: center;
- }
- .content2 .rule .items {
- font-size: 28rpx;
- color: #666666;
- }
- .quitem{
- margin: 24rpx 24rpx 0;
- padding: 32rpx;
- border-radius: 12rpx;
- background: #fff;
- }
- .quitem>view:nth-child(1){
- font-size: 22rpx;
- color: #999;
- margin-bottom: 32rpx;
- }
- .quitem>view:nth-child(2){
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .quitem>view:nth-child(2)>view:nth-child(1){
- font-size: 30rpx;
- color: #191C27;
- }
- .quitem>view:nth-child(2)>view:nth-child(1)>span{
- font-size: 72rpx;
- font-weight: bold;
- }
- .quitem>view:nth-child(2)>view:nth-child(2){
- font-size: 28rpx;
- color: #fff;
- background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
- border-radius: 100rpx;
- width: 152rpx;
- height: 62rpx;
- line-height: 62rpx;
- text-align: center;
- }
|