| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .list-module.data-v-0fe880c1 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 20rpx 0;
- border-bottom: 1rpx solid #eee;
- }
- .list-module .list-left.data-v-0fe880c1 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .list-module .list-left .image.data-v-0fe880c1 {
- width: 140rpx;
- }
- .list-module .list-left .list-msg.data-v-0fe880c1 {
- margin-left: 20rpx;
- }
- .list-module .list-left .list-msg .title.data-v-0fe880c1 {
- font-size: 28rpx;
- color: #666666;
- margin-bottom: 10rpx;
- }
- .list-module .list-left .list-msg .desc.data-v-0fe880c1 {
- color: #999999;
- }
- .list-module .list-right.data-v-0fe880c1 {
- text-align: right;
- color: #666666;
- }
- .list-module .list-right .price.data-v-0fe880c1 {
- margin-bottom: 70rpx;
- color: #333;
- }
|