123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- /* pages/record/recorddetails/recorddetails.wxss */
- page{
- padding: 0 0 180rpx;
- background: #f4f4f4;
- }
- .font_b{
- font-size: 24rpx;
- font-weight: bold;
- color: #333;
- margin-right: 24rpx;
- }
- .title_view{
- font-size: 28rpx;
- font-weight: bold;
- color: #333;
- }
- .header_view{
- margin: 0 0 24rpx;
- padding: 20rpx 24rpx;
- background: #fff;
- }
- .header_view_left{
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 124rpx;
- font-size: 24rpx;
- color: #666;
- }
- .header_view_left>view:nth-child(1){
- margin-bottom: 2rpx;
- font-size: 28rpx;
- font-weight: bold;
- color: #333;
- }
- .header_view_left>view:nth-child(2)>view:nth-child(2)>view:nth-child(1){
- margin: 0 16rpx 0 32rpx;
- width: 28rpx;
- height: 28rpx;
- }
- .header_view_right{
- width: 146rpx;
- height: 124rpx;
- background: #F8F8F8;
- border-radius: 8rpx;
- font-size: 24rpx;
- color: #999;
- }
- .header_view_right>view:nth-child(1){
- margin: 0 0 4rpx;
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- }
- .item_two{
- margin: 0 0 24rpx;
- background: #fff;
- }
- .item_two>view:nth-child(1){
- padding: 22rpx 0 22rpx 24rpx;
- border-bottom: 1rpx solid #ededed;
- }
- .item_two>view:nth-child(1)>view:nth-child(2){
- background: #FFE5DD;
- border-radius: 24rpx 0 0 24rpx;
- width: 136rpx;
- height: 48rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 24rpx;
- color: #6A2A17;
- }
- .item_two_icon{
- display: inline-block;
- margin-right: 12rpx;
- width: 24rpx;
- height: 24rpx;
- }
- .item_two>view:nth-child(2){
- padding-bottom: 30rpx;
- }
- .item_two>view:nth-child(2)>view{
- padding: 24rpx 24rpx 0;
- font-size: 24rpx;
- color: #666;
- }
- .item_three{
- margin: 0 0 24rpx;
- padding-bottom: 70rpx;
- background: #fff;
- }
- .item_three>view:nth-child(1){
- padding: 30rpx 24rpx;
- border-bottom: 1rpx solid #ededed;
- }
- .item_three>view:nth-child(2){
- position: relative;
- margin: 0 24rpx;
- }
- .item_three_icon{
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- position: relative;
- z-index: 2;
- }
- .item_three_cont{
- margin: 32rpx 0 0;
- }
- .item_three_cont>view:nth-child(1){
- margin-right: 24rpx;
- width: 40rpx;
- }
- .item_three_cont>view:nth-child(1)>view{
- margin: 0 auto;
- width: 20rpx;
- height: 20rpx;
- background: #e3e3e3;
- border-radius: 50rpx;
- }
- .item_three_cont>view:nth-child(2){
- flex: 1;
- font-size: 28rpx;
- color: #333;
- }
- .item_three_cont>view:nth-child(2)>view:nth-child(2){
- margin-top: 6rpx;
- font-size: 24rpx;
- color: #999;
- position: relative;
- z-index: 2;
- }
- .item_three_line{
- position: absolute;
- z-index: 1;
- top: 28rpx;
- left: 20rpx;
- width: 1rpx;
- height: calc(100% - 60rpx);
- background: #e3e3e3;
- }
- .bottom_view{
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 10;
- width: 100vw;
- background: #fff;
- padding: 30rpx 24rpx;
- border-radius: 24rpx 24rpx 0 0;
- box-shadow: 0 -10rpx 20rpx 0 rgba(0, 0, 0, 0.06);
- }
- .bottom_view>view{
- width: 223rpx;
- height: 88rpx;
- border-radius: 8rpx;
- border: 1rpx solid #52A1FF;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30rpx;
- color: #52A1FF;
- }
- .bottom_view>view:nth-child(3){
- border: 1rpx solid #F23131;
- color: #F23131;
- }
- .bottom_icon{
- width: 32rpx;
- height: 32rpx;
- display: inline-block;
- margin-right: 8rpx;
- }
- .item_four{
- margin: 0 0 24rpx;
- padding: 26rpx 24rpx 0;
- background: #fff;
- }
- .item_four>view:nth-child(2),.item_four>view:nth-child(4){
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- margin: 30rpx 0 0;
- }
- .item_four>view:nth-child(2)>.item_four_image:nth-child(4n),.item_four>view:nth-child(4).item_four_image:nth-child(4n){
- margin-right: 0;
- }
- .item_four_image{
- display: inline-block;
- width: 120rpx;
- height: 120rpx;
- margin: 0 20rpx 20rpx 0;
- background: #f6f6f6;
- }
- .item_five{
- margin: 0 0 24rpx;
- background: #fff;
- }
- .item_five>view:nth-child(1){
- padding: 0 24rpx;
- height: 92rpx;
- border-bottom: 1rpx solid #ededed;
- }
- .item_five_one_icon{
- display: inline-block;
- width: 28rpx;
- height: 28rpx;
- margin-right: 8rpx;
- }
- .item_five>view:nth-child(2){
- padding: 0 24rpx 32rpx;
- font-size: 26rpx;
- color: #999;
- }
- .item_five>view:nth-child(2)>view{
- margin-top: 32rpx;
- }
- .item_five_one_left{
- font-size: 24rpx;
- color: #52A1FF;
- }
- .item_five_two_left{
- font-size: 26rpx;
- color: #52A1FF;
- width: 152rpx;
- height: 58rpx;
- border-radius: 100rpx;
- border: 1rpx solid #52A1FF;
- }
|