123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- ::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- color: transparent;
- }
- .scroll-view-head {
- width: 100%;
- height: 30rpx;
- }
- .record-bg-all, .record-bg-self {
- width: 670rpx;
- height: 168rpx;
- margin-left: 40rpx;
- border-radius: 12rpx;
- display: flex;
- flex-direction: row;
- overflow: hidden;
- }
- .record-bg-all {
- background: linear-gradient(to right, #5977f5, #715bea);
- }
- .record-bg-self {
- background-color: #8c5aeb;
- }
- .record-corner {
- width: 0px;
- height: 0px;
- border-top: 116rpx solid rgba(0, 0, 0, 0.2);
- border-right: 116rpx solid transparent;
- }
- .record-num-img {
- width: 116rpx;
- height: 116rpx;
- margin-left: -110rpx;
- }
- .record-num {
- width: 75rpx;
- height: 75rpx;
- margin-left: -120rpx;
- font-size: 44rpx;
- color: rgba(255, 255, 255, 0.7);
- line-height: 75rpx;
- text-align: center;
- }
- .record-placeholder {
- width: 116rpx;
- height: 116rpx;
- margin-left: -110rpx;
- }
- .record-avatar-bg {
- margin: auto 0px auto 0px;
- width: 120rpx;
- height: 120rpx;
- border-radius: 60rpx;
- background-color: white;
- display: flex;
- /* border: 8rpx solid white; */
- }
- .record-avatar {
- /* display: flex;
- flex-direction: column; */
- margin: auto auto;
- width: 104rpx;
- height: 104rpx;
- border-radius: 52rpx;
- }
- .record-content {
- position: absolute;
- height: 168rpx;
- left: 260rpx;
- right: 40rpx;
- display: flex;
- flex-direction: column;
- }
- .record-content-top {
- width: 100%;
- height: 40rpx;
- display: flex;
- flex-direction: row;
- margin-top: auto;
- }
- .record-content-name {
- width: 250rpx;
- overflow: hidden;
- line-height: 40rpx;
- font-size: 34rpx;
- color: white;
- }
- .record-content-from {
- width: 140rpx;
- overflow: hidden;
- line-height: 40rpx;
- font-size: 28rpx;
- text-align: right;
- color: white;
- margin-left: auto;
- margin-right: 44rpx;
- }
- .record-content-bottom {
- width: 100%;
- height: 48rpx;
- display: flex;
- flex-direction: row;
- margin-top: 16rpx;
- margin-bottom: auto;
- }
- .record-content-fragment {
- line-height: 48rpx;
- font-size: 34rpx;
- color: white;
- }
- .record-content-star {
- height: 48rpx;
- background-color: rgba(0, 0, 0, 0.15);
- border-radius: 24rpx;
- margin-left: auto;
- margin-right: 36rpx;
- display: flex;
- flex-direction: row;
- }
- .record-content-star-img {
- height: 32rpx;
- width: 32rpx;
- margin: auto 10rpx auto 16rpx;
- }
- .record-content-star-num {
- font-size: 32rpx;
- color: white;
- margin: auto 16rpx auto 0px;
- }
- .record-interval {
- width: 100%;
- height: 20rpx;
- }
- .bottom-button-view {
- width: 100%;
- height: 104rpx;
- background-color: #8c5aeb;
- position: absolute;
- bottom: 0px;
- display: flex;
- flex-direction: row;
- }
- .bottom-button-title {
- margin: auto 0px auto auto;
- font-size: 32rpx;
- color: white;
- }
- .bottom-button-icon {
- width: 32rpx;
- height: 32rpx;
- margin: auto auto auto 10rpx;
- }
|