75 lines
1.4 KiB
Plaintext
75 lines
1.4 KiB
Plaintext
/* mycomponent/yz_homeButton.wxss */
|
|
.releaseBox {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
right: 15rpx;
|
|
bottom: 120rpx;
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
border-radius: 100%;
|
|
background: rgb(255, 85, 85);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.y5 {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
right: 0;
|
|
bottom: 120rpx;
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
background: rgba(0, 0, 0, 0.8) url(//static-o2o.360buyimg.com/daojia/new/images/menu/bm.png) 14rpx 14rpx no-repeat;
|
|
background-size: 130rpx 40rpx;
|
|
border: 2rpx solid #757575;
|
|
border-radius: 8rpx 0 0 8rpx;
|
|
}
|
|
|
|
.y6 {
|
|
position: absolute;
|
|
right: -2rpx;
|
|
bottom: 84rpx;
|
|
width: 190rpx;
|
|
border: 2rpx solid #757575;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
.y6 .a {
|
|
display: block;
|
|
padding-left: 76rpx;
|
|
border-bottom: 2rpx solid #4b4b4b;
|
|
line-height: 70rpx;
|
|
height: 70rpx;
|
|
color: #fff;
|
|
background-image: url(//static-o2o.360buyimg.com/daojia/new/images/icon/bmenu.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 32rpx 600rpx;
|
|
}
|
|
|
|
.y8 {
|
|
background-position: 20rpx -100rpx;
|
|
}
|
|
|
|
.yb {
|
|
background-position: 20rpx -400rpx;
|
|
}
|
|
|
|
.yc {
|
|
background-position: 20rpx -500rpx;
|
|
border: none;
|
|
}
|
|
|
|
.yd {
|
|
position: absolute;
|
|
bottom: -24rpx;
|
|
right: 20rpx;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: 15;
|
|
border-width: 12rpx;
|
|
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
|
|
border-style: solid;
|
|
}
|