123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .distribution {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- background-color: #fff;
- }
- .distribution text {
- display: inline-block;
- font-size: 30rpx;
- width: 50%;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- }
- .distribution text.active {
- color: #b91922;
- }
- .distribution-placeholder {
- width: 100%;
- height: 12rpx;
- }
- .money {
- color: #fc4141;
- }
- .van-address-item__edit {
- display: none;
- }
- .top {
- background-color: #fff;
- position: relative;
- }
- .top:before {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- height: 4rpx;
- background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
- background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
- background-size: 160rpx;
- content: '';
- }
- .top .top-map {
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- left: 20rpx;
- }
- .top .top-map text {
- font-size: 32rpx;
- }
- .top .arrow-right {
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- right: 0px;
- }
- .top .arrow-right text {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- display: inline-block;
- }
- .top .address {
- font-size: 28rpx;
- width: 85%;
- margin: 0 auto;
- padding: 20rpx 0px;
- padding-left: 40rpx;
- position: relative;
- }
- .top .address .info {
- height: 60rpx;
- line-height: 60rpx;
- }
- .top .address .info ._span:first-child {
- padding-right: 20rpx;
- }
- .top .address .address-info {
- height: auto !important;
- height: 60rpx;
- min-height: 40rpx;
- line-height: 40rpx;
- }
- .goods {
- background-color: #fff;
- margin-top: 30rpx;
- padding-bottom: 20rpx;
- }
- .goods .title {
- width: 100%;
- margin: 0 auto;
- color: #666;
- font-size: 28rpx;
- height: 80rpx;
- line-height: 80rpx;
- border-bottom: 2rpx solid #eee;
- }
- .goods .title text {
- padding-left: 20rpx;
- }
- .goods .goods-box {
- padding: 0 32rpx;
- }
- .goods .goods-box .goods-item {
- padding-top: 20rpx;
- }
- .goods .goods-box .goods-item .goods-img {
- width: 154rpx;
- height: 154rpx;
- display: inline-block;
- float: left;
- }
- .goods .goods-box .goods-item .goods-img image {
- width: 100%;
- height: 100%;
- }
- .goods .goods-box .goods-item .goods-info {
- display: inline-block;
- width: 72%;
- font-size: 28rpx;
- float: right;
- }
- .goods .goods-box .goods-item .goods-info text {
- font-style: normal;
- }
- .goods .goods-box .goods-item .goods-info .t {
- width: 100%;
- height: 45px;
- }
- .goods .goods-box .goods-item .goods-info .t text:first-child {
- float: left;
- display: -webkit-box;
- overflow: hidden;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- width: 70%;
- }
- .goods .goods-box .goods-item .goods-info .t text:last-child {
- width: 30%;
- float: right;
- text-align: right;
- }
- .goods .goods-box .goods-item .goods-info .b {
- width: 100%;
- height: 40px;
- font-size: 13px;
- }
- .goods .goods-box .goods-item .goods-info .b view {
- float: left;
- color: #999;
- }
- .goods .goods-box .goods-item .goods-info .b .goods-nums {
- float: right;
- color: #666;
- }
- .order {
- background-color: #fff;
- margin-top: 30rpx;
- padding-bottom: 20rpx;
- }
- .order .title {
- width: 100%;
- margin: 0 auto;
- color: #666;
- font-size: 30rpx;
- height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1px solid #eee;
- }
- .order .title text {
- padding-left: 30rpx;
- }
- .order .list {
- width: 100%;
- }
- .order .list .list-box {
- width: 92%;
- height: auto !important;
- height: 80rpx;
- min-height: 80rpx;
- line-height: 80rpx;
- margin: 0 auto;
- font-size: 26rpx;
- color: #333;
- border-bottom: 2rpx solid #ebedf0;
- }
- .order .list .list-box view {
- display: inline-block;
- }
- .order .list .list-box view:first-child {
- float: left;
- }
- .order .list .list-box view:last-child {
- float: right;
- }
- .order .list .list-box textarea {
- height: 150rpx;
- }
- .payment-box .payment-item {
- padding: 20rpx 32rpx;
- border-bottom: 2rpx solid #eee;
- }
- .payment-box .payment-item view {
- display: inline;
- }
- .payment-box .payment-item view:first-child {
- font-size: 28rpx;
- }
- .payment-box .payment-item view:first-child text {
- width: 40rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- border-radius: 50%;
- padding: 4rpx;
- }
- .payment-box .payment-item view:nth-child(2) {
- font-size: 28rpx;
- padding-left: 20rpx;
- }
- .payment-box .payment-item view:nth-child(2) ._i {
- font-size: 24rpx;
- font-style: normal;
- color: #999;
- padding-left: 20rpx;
- }
- .payment-box .payment-item view:nth-child(3) {
- float: right;
- display: none;
- color: #999;
- }
- .payment-box .payment-item view.active {
- display: block;
- }
- .payment-box .payment-item view.activeColor {
- color: red;
- }
- .payment-box #wechat {
- position: relative;
- top: 2rpx;
- width: 40rpx;
- height: 40rpx;
- display: inline-block;
- color: #fff;
- background-color: #41b035;
- }
- .payment-box #alipay {
- position: relative;
- top: 2rpx;
- width: 40rpx;
- height: 40rpx;
- display: inline-block;
- color: #fff;
- background-color: #1296db;
- }
- .payment-box #appleiap {
- position: relative;
- top: 2rpx;
- width: 40rpx;
- height: 40rpx;
- display: inline-block;
- color: #333;
- background-color: #fff;
- border: 1px solid #eee;
- }
- .payment-box #balance {
- position: relative;
- top: 2rpx;
- width: 40rpx;
- height: 40rpx;
- background-repeat: no-repeat;
- background-size: 40rpx 40rpx;
- display: inline-block;
- color: #fff;
- background-color: #fe960f;
- }
- .payment-box .check {
- position: relative;
- top: 12rpx;
- width: 40rpx;
- height: 40rpx;
- display: inline-block;
- }
- .operation-placeholder {
- width: 100%;
- height: 140rpx;
- line-height: 140rpx;
- }
- .operation {
- width: 100%;
- height: 110rpx;
- line-height: 110rpx;
- text-align: right;
- background-color: #fff;
- position: fixed;
- left: 0;
- bottom: 0;
- border-top: 2rpx solid #eee;
- z-index: 11111;
- }
- .operation .amount {
- float: left;
- padding-top: 0;
- font-size: 28rpx;
- text-align: center;
- background-color: #fff;
- padding: 6rpx 30rpx;
- display: inline;
- margin-right: 20rpx;
- }
- .operation .amount text {
- font-style: normal;
- font-size: 32rpx;
- color: #555;
- }
- .operation .amount text:last-child {
- color: #db1111;
- font-size: 34rpx;
- position: relative;
- top: 2rpx;
- }
- .operation .pay {
- font-size: 28rpx;
- text-align: center;
- border-radius: 30rpx;
- background-color: #fff;
- padding: 16rpx 30rpx;
- display: inline;
- background-color: #c30d24;
- margin-right: 20rpx;
- color: #fff;
- }
|