1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @import "../../public/page/order-item.wxss";
- /* across-scroll-view */
- /* .across-scroll-view {
- width: 100%;
- height: 100%;
- background-color: #F5F5F5;
- white-space:nowrap;
- }
- .bg-scroll-view {
- display: inline-block;
- }
- text {
- white-space: normal;
- } */
- .bg-view {
- width: 300%;
- height: 100%;
- display: flex;
- }
- /* tab-view */
- .tab-view {
- width: 750rpx;
- height: 100rpx;
- background-color: white;
- position: fixed;
- top: 0;
- display: flex;
- flex-direction: column;
- }
- .tab-view>view:first-child {
- width: 100%;
- height: 100rpx;
- display: flex;
- }
- .tab-view>view:first-child>view {
- font-size: 32rpx;
- line-height: 100rpx;
- width: 250rpx;
- text-align: center;
- }
- .tab-view>view:last-child>view {
- width: 250rpx;
- height: 4rpx;
- display: flex;
- }
- .tab-view>view:last-child>view>view {
- width: 120rpx;
- height: 4rpx;
- margin: 0 auto;
- background-color: #3296FB;
- }
- .tab-text-s {
- color: #3296FB;
- }
- .tab-text-n {
- color: #666666;
- }
|