| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- /* pages/order/create/create.wxss */
- @import "./create.skeleton.wxss";
- page {
- background: #f8f8f8;
- }
- .addr {
- /* height: 169rpx; */
- /* background: #FFFFFF; */
- /* padding: 0 24rpx; */
- }
- .addr .cellText {
- width: 30rpx;
- }
- .addr .cellText::before {
- content: "\e637" !important;
- color: #00BC8A !important;
- margin: 0 !important;
- padding: 0 !important;
- left: 0 !important;
- font-size: 30rpx;
- }
- .abelCellItem {
- text-align: left !important;
- position: relative;
- padding-right: 40rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- /* line-height: 80rpx; */
- /* text-align: justify; */
- /* text-justify: distribute-all-line; */
- }
- .abelCellItem::after {
- content: "\e615";
- position: absolute;
- top: 0 !important;
- right: 0;
- color: #A2A2A2;
- }
- .addrtop {
- padding: 20rpx;
- }
- .company {
- font-weight: 600;
- font-size: 28rpx;
- color: #202020;
- line-height: 50rpx;
- }
- .addInfo {
- font-weight: 400;
- font-size: 22rpx;
- color: #5C5C5C;
- line-height: 28rpx;
- }
- .customer {
- font-weight: 400;
- font-size: 20rpx;
- color: #202020;
- line-height: 36rpx;
- }
- .goodsInfo {
- display: flex;
- flex-flow: row;
- flex-wrap: nowrap;
- align-items: center;
- justify-content: space-between;
- background: #FFFFFF;
- padding: 50rpx 24rpx;
- padding-left: 0;
- }
- .goodsInfo image {
- width: 160rpx;
- height: 160rpx;
- background: #E8E8E8;
- }
- .goods {
- flex: 1;
- height: 160rpx;
- padding-left: 32rpx;
- display: flex;
- flex-flow: column;
- justify-content: space-between;
- }
- .goods .name {
- font-weight: 500;
- font-size: 24rpx;
- color: #202020;
- }
- .goods .brief {
- flex: 1;
- margin: 10rpx 0;
- font-weight: 400;
- font-size: 20rpx;
- color: #424242;
- }
- .priceTool {
- display: flex;
- flex-wrap: nowrap;
- flex-flow: row;
- align-items: center;
- justify-content: space-between;
- }
- .priceTool>view:first-child {
- font-weight: bold;
- font-size: 32rpx;
- color: #202020;
- line-height: 1.2;
- }
- .number {
- flex: 1;
- text-align: right;
- }
- .goodsPrice {
- line-height: 120rpx;
- font-weight: 400;
- font-size: 40rpx;
- color: #D1222C;
- line-height: 40rpx;
- text-align: right;
- padding-right: 50rpx;
- border-top: 1rpx solid #F8F8F8;
- }
- .xy-popup {
- display: flex;
- align-items: center;
- justify-self: center;
- justify-content: center;
- background: rgba(0, 0, 0, 0.2);
- }
- .showToast {
- background: #FFFFFF;
- padding: 24rpx 0;
- width: 600rpx;
- text-align: center;
- border-radius: 8rpx;
- }
- .showToastContent {}
- .showTitle {
- font-weight: 400;
- font-size: 28rpx;
- color: #000000;
- line-height: 2;
- border-bottom: 1rpx solid #E8E8E8;
- padding: 0 24rpx;
- padding-bottom: 24rpx;
- box-sizing: border-box;
- }
- .showMsg {
- font-weight: 500;
- font-size: 36rpx;
- color: #000000;
- line-height: 1.5;
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- max-height: 400rpx;
- overflow-y: auto;
- }
- .showBtn {
- text-align: center;
- font-size: 28rpx;
- color: #000000;
- line-height: 2.0;
- border-top: 1rpx solid #E8E8E8;
- padding-top: 24rpx;
- }
- .toolBar {
- position: fixed;
- left: 0;
- bottom: 0;
- background: #FFFFFF;
- width: 100%;
- height: 128rpx;
- z-index: 999;
- padding: 24rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .toolBar .switch-icon {
- line-height: 88rpx;
- font-size: 24rpx;
- color: #000000;
- }
- .toolBar .switch-icon::before {
- color: #00BC8A;
- margin-right: 10rpx;
- line-height: 88rpx;
- font-size: 30rpx;
- }
- .priceInfo {
- flex: 1;
- text-align: right;
- font-size: 24rpx;
- color: #000000;
- line-height: 88rpx;
- padding: 0 28rpx;
- }
- .priceInfo view {
- display: inline-block;
- font-weight: bold;
- font-size: 28rpx;
- color: #D1222C;
- }
- .nextBtn {
- width: 200rpx;
- height: 88rpx;
- font-weight: 500;
- font-size: 36rpx;
- text-align: center;
- line-height: 88rpx;
- color: #FFFFFF;
- background: #00BC8A;
- border-radius: 16rpx;
- }
|