.my-el-image {
	box-shadow: -6px 0px 20px rgba(0, 0, 0, 0.15);
}
.comment-textarea {
    background-size: 80px 80px !important;   /* 宽 30px，高 30px */
    background-position: right bottom !important; /* 右下角 */
}
.user-button {
   background: rgba(0, 0, 0, 0.4) !important;  /* 黑色透明 */
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; /* 改成黑色阴影 */
}
.user-info-content {
   background: rgba(0, 0, 0, 0.5) !important;  /* 黑色透明 */
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; /* 改成黑色阴影 */
}
.user-info-content div,
.user-info-content span { 
   color: #ffffff !important;
}