43 lines
797 B
Plaintext
43 lines
797 B
Plaintext
page {
|
|
background: #f9f9f9;
|
|
}
|
|
.tanchu_miaoshu_border {
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
box-shadow: 8rpx 8rpx 8rpx #d0d0d0;
|
|
margin-left: 5%;
|
|
margin-top: 20rpx;
|
|
padding-bottom: 30rpx;
|
|
padding-top: 10rpx;
|
|
width: 90%;
|
|
}
|
|
.miaoshu_border_title {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
margin-bottom: 5rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 90%;
|
|
}
|
|
.tanchu_miaoshu_border_right {
|
|
color: #555;
|
|
font-size: 28rpx;
|
|
margin-left: 8%;
|
|
margin-top: 30rpx;
|
|
width: 90%;
|
|
}
|
|
.tanchu_miaoshu_border_dian {
|
|
height: 45rpx;
|
|
margin-left: -50rpx;
|
|
margin-top: -3rpx;
|
|
position: absolute;
|
|
width: 45rpx;
|
|
}
|
|
.tanchu_miaoshu_border_right_active {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
word-break: keep-all;
|
|
}
|