| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- page{
- background-color: #F2F3F7;
- }
- .contentV{
- width: 100%;
- background-color: #E02F73;
- }
- .viewinrow{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .nodetail{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- background-color: #E02F73;
- padding: 20rpx;
- }
- .userIcon{
- margin: 20rpx;
- width: 90rpx;
- height: 90rpx;
- border-radius: 45rpx;
- background-color: white;
- }
- .vipicon{
- width: 30rpx;
- }
- .userName{
- font-size: 30rpx;
- padding-left: 16rpx;
- color: white;
- }
- .usernont{
- font-size: 26rpx;
- color: white;
- padding-left: 16rpx;
- }
- .usernameCt{
- padding-left: 10rpx;
- text-align: left;
- font-size: 22rpx;
- line-height: 32rpx;
- }
- .fanhuiimg{
- width: 30rpx;
- height: 30rpx;
- margin-right: 50rpx;
- }
- .huiyuanxct{
- margin-top: 30rpx;
- width: 94%;
- margin-left: 3%;
- }
- .actBTVshang{
- width: 70%;
- padding-left: 15%;
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- align-items: center;
- background-color: #E02F73;
- }
- .actBTV{
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- align-items: center;
- background-color: #E02F73;
- }
- .actBTVn{
- margin-left: 3%;
- width: 94%;
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- align-items: center;
- background-color: white;
- border-radius: 10rpx;
- box-shadow: -2rpx 2rpx 5rpx lightgrey;
- }
- .actbt{
- width: 20%;
- height: 140rpx;
- margin-top: 10rpx;
- align-items: center;
- justify-content: center;
- }
- .bticon{
- width: 80rpx;
- }
- .bticonb{
- width: 70rpx;
- }
- .acttext{
- font-size: 24rpx;
- color: white;
- text-align: center;
- }
- .acttextw{
- font-size: 24rpx;
- color: black;
- text-align: center;
- }
- .dangdanrukouT{
- height: 62rpx;
- background-color: #E02F73;
- }
- .dingdantext{
- width: 100%;
- font-size: 30rpx;
- padding-left: 20rpx;
- padding-top: 20rpx;
- background-color: white;
- }
- .ddactbt{
- width: 20%;
- height: 120rpx;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .ddbticon{
- width: 100%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .ddtext{
- text-align: center;
- font-size: 20rpx;
- color: black;
- }
- .listcontent{
- margin-top: 30rpx;
- margin-left: 3%;
- width: 94%;
- display: flex;
- box-shadow: -4rpx 6rpx 2rpx lightgrey;
- }
|