123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .container {
- padding: 0;
- background: #fff;
- }
- .weui-cell__ft {
- color: #e02f2f;
- }
- .weui-tab__panel {
- padding-top: 68rpx;
- }
- .weui-media-box_appmsg {
- align-items: flex-start;
- }
- .weui-media-box__hd_in-appmsg {
- width: 120rpx;
- height: 120rpx;
- }
- .weui-tab__content_item {
- background: #eee;
- height: 100%;
- }
- .weui-media-box {
- background: #f5f5f5;
- margin: 20rpx 0 16rpx;
- }
- .fdkk-cells {
- margin-bottom: 20rpx;
- background: #fff;
- }
- .weui-cell:first-child{
- border: none;
- }
- .yuezhan-nav {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- z-index: 999;
- width: 100%;
- height: 60rpx;
- }
- .yuezhan-navbar {
- display: flex;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- color: #999;
- background: #fff;
- }
- .nav-item {
- text-align: center;
- flex: 1;
- margin: 0 40rpx;
- padding-bottom: 10rpx;
- }
- .nav-item_on {
- color: #e02f2f;
- }
- .nav-item_txt {
- font-size: 24rpx;
- }
- .order_price {
- float: right;
- color: #e02f2f;
- }
- .weui-flex__item{
- font-weight: bolder;
- font-size: 26rpx;
- padding: 0;
- }
- .weui-media-box__desc{
- margin-top: 6rpx;
- }
- .fdkk_cell{
- display: flex;
- align-items: center;
- padding:0 30rpx 20rpx;
- justify-content:space-between;
- }
- .fdkk_cell_item{
- }
- .weui-media-box__desc {
- line-height: 1.5;
- }
- .weui-cells {
- margin-top: 20rpx;
- }
- button {
- font-size: 28rpx;
- line-height: 2;
- display: inline-block;
- margin-left: 10rpx;
- }
|