| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .page{
- background: #F7F7F7;
- }
- .group{
- background: #FFFFFF;
- padding: 24rpx 32rpx;
- margin-top: 16rpx;
- }
- .groupItemKey{
- font-size: 28rpx;
- width: 200rpx;
- font-weight: bold;
- color: #333333;
- line-height: 60rpx;
- }
- .marginTop{
- margin-top: 24rpx;
- }
- .serobReminder{
- margin-top: 20rpx;
- line-height: 40rpx;
- color: red;
- }
- .serobReminder:first-child{
- margin-top: 0;
- }
- .textareaView{
- min-height: 280rpx;
- //background: #FAFAFA;
- border-radius: 16rpx;
- //margin-top: 16rpx;
- margin-bottom: 32rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- padding: 0 24rpx;
- }
- .tabBarLineHeight {
- height: 138rpx;
- }
- .tabBarView {
- width: 750rpx;
- height: 138rpx;
- background: #ffffff;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 5;
- .submitButton {
- text-align: center;
- line-height: 84rpx;
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- margin-left: 32rpx;
- }
- }
- .periodDate{
- height: 100rpx;
- background: #FFFFFF;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 100rpx;
- padding-left: 32rpx;
- }
- .serob{
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- }
- .serobItem{
- margin-top: 24rpx;
- text-align: center;
- position: relative;
- }
- .serobImgView{
- width: 146rpx;
- height: 146rpx;
- overflow: hidden;
- }
- .serobImg{
- width: 146rpx;
- height: 146rpx;
- border-radius: 75rpx;
- }
- .serobName{
- height: 40rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- line-height: 40rpx;
- margin-top: 16rpx;
- }
- .serobV{
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- top: 0;
- right: 0;
- }
- .serobVicon{
- width: 32rpx;
- height: 32rpx;
- }
|