123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- /* pages/order/order.wxss */
- .content-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .icon-container{
- display: flex;
- flex-direction: row;
- align-items: center
- }
- .city{
- font-size: 28rpx;
- color: #333;
- margin-right: 10rpx;
- }
- .aa{
- margin-top: 20rpx;
- }
- .bb{
- width: 500rpx !important;
- }
- .header{
- position: fixed;
- top: 0;
- left: 0;
- }
- .content {
- /* height: 400rpx; */
- position: relative;
- }
- .tab-content {
- min-height: 140rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- color: rgba(140, 152, 174, 1);
- }
- .toggle-button {
- position: absolute !important;
- top: -80rpx;
- right: 20rpx;
- min-width: 72rpx !important;
- padding: 0 !important;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50% !important;
- background: transparent !important;
- }
- .swipeable-header {
- margin: 0 auto;
- width: 327rpx !important;
- border: 0 !important;
- }
- .swipeable-class-inactive {
- border-width: 8rpx !important;
- }
- .swipeable-class-active {
- font-weight: 900 !important;
- font-size: 34rpx !important;
- border-width: 6rpx !important;
- }
- .line-tabs {
- background: rgba(90, 120, 158, 1) !important;
- }
- .tab-image {
- width: 44rpx !important;
- height: 44rpx !important;
- }
- .line-class {
- width: 30rpx !important;
- }
- .card {
- margin: 10rpx auto !important;
- }
- .right-card {
- height: 250rpx !important;
- width: 250rpx !important;
- border-radius: 12rpx !important;
- }
- .card-dot {
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- border: 6rpx solid #3963bc;
- margin-left: 26rpx;
- }
- .card-top {
- display: flex;
- flex-direction: row;
- align-items: center;
- width: 750rpx;
- height: 100rpx;
- }
- .contentcard-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .contentcard {
- margin:5rpx 0rpx 0rpx 0rpx;
- color: #666;
- font-size: 25rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .avter-contentcard {
- margin-top: 10rpx;
- color: #333;
- font-size: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .super-long-test{
- display: -webkit-box;
- word-break: break-all;
- text-overflow: ellipsis;
- font-size: 30rpx;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:2;
- }
- .empty-icon{
- width: 30rpx;
- height: 30rpx;
- background-color:rgb(252, 248, 248);
- }
- .containertag{
- display: flex;
- flex-direction: row;
- align-items: flex-end;
- flex-wrap: wrap;
- }
- .btn{
- margin-bottom: 5rpx;
- }
- .describe{
- color: #f4f4f5;
- font-size: 28rpx;
-
- }
- .fanli{
- position: absolute;
- right: 10rpx;
-
- }
- .l-tag {
- padding: 0 16rpx;
-
- display: inline-flex;
- align-items: center;
- justify-content: center;
- flex-direction: row;
- color: #fff;
- background-color: #3963bc;
- margin-left: 15rpx;
- }
- .tag{
- margin: 6rpx 15rpx 6rpx 0 !important;
- }
- .price-container{
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 10rpx;
- }
- .price{
- color:#d81e06;
- font-size: 30rpx;
-
-
- position: absolute;
-
- }
- .yprice{
- position: absolute;
- right: 30rpx;
- color: #999;
- font-size: 25rpx;
- text-decoration:line-through;
-
- }
- .price-v{
- margin:5rpx 0rpx 10rpx 0rpx;
- }
|