| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .item-cmd_bx.data-v-2b90fb90 {
- position: relative;
- margin-bottom: 20rpx;
- }
- .item-cmd_bx .img_bx.data-v-2b90fb90 {
- height: 160rpx;
- width: 160rpx;
- position: absolute;
- left: 0rpx;
- top: 0rpx;
- }
- .item-cmd_bx .cmd-info_bx.data-v-2b90fb90 {
- position: relative;
- padding-left: 177rpx;
- }
- .item-cmd_bx .cmd-info_bx.active.data-v-2b90fb90:before {
- content: ' ';
- height: 22rpx;
- width: 22rpx;
- border-width: 2rpx 2rpx 0 0;
- border-color: #b2b2b2;
- border-style: solid;
- -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- position: absolute;
- top: 50%;
- margin-top: -12rpx;
- right: 30rpx;
- }
- .item-cmd_bx .cmd-info_bx .tit.data-v-2b90fb90 {
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- padding-top: 10rpx;
- }
- .item-cmd_bx .cmd-info_bx .kc.data-v-2b90fb90 {
- color: #999999;
- font-size: 24rpx;
- padding: 10rpx 0 24rpx;
- }
- .item-cmd_bx .cmd-info_bx .num-open_bx.data-v-2b90fb90 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .item-cmd_bx .cmd-info_bx .num-open_bx .price.data-v-2b90fb90 {
- font-size: 28rpx;
- color: #999999;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .item-cmd_bx .cmd-info_bx .num-open_bx .open-bx.data-v-2b90fb90 {
- color: #333333;
- }
- .item-cmd_bx .cmd-info_bx .num-open_bx .open-bx text.data-v-2b90fb90 {
- font-size: 24rpx;
- font-weight: 700;
- }
|