123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .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: 180rpx;
- height: 180rpx;
- }
- .weui-tab__content_item{
- background: #eee;
- height: 100%;
- }
- .weui-flex__item{
- margin-bottom: 42rpx;
- }
- .fdkk-cells{
- margin-bottom:20rpx;
- background: #fff;
- }
- .weui-cell{
- border-bottom: 2rpx solid #efefef;
- }
- .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 20rpx;
- padding-bottom: 10rpx;
- }
- .nav-item_on{
- color: #E02F2F;
- }
- .nav-item_txt{
- font-size: 24rpx;
- }
- .order_price{
- float: right;
- color: #E02F2F;
- }
- .pic {
- width: 100rpx;
- height: 100rpx;
- background: #ccc;
- display: block;
- }
- .small-font-size {
- font-size: 28rpx;
- }
- .weui-media-box__desc {
- line-height: 1.5;
- }
- .weui-cells {
- margin-top: 20rpx;
- }
- .comment_txt{
- margin-bottom: 0;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 490rpx;
- display: inline-block;
- }
- .comment_desc_txt{
- font-size: 26rpx;
- color: #999;
- margin-bottom: 40rpx;
- }
- .fdkzImg{
- margin-left: 0;
- }
- .btn-done{
- background: #a6a5a5;
- color: #fff;
- float: right;
- position: relative;
- right: 0;
- /* top: -80rpx; */
- display: inline-block;
- border-radius: 40rpx;
- }
|